mimetic (0.9.3-2) UNRELEASED; urgency=low
- * Switch from ${Source-Version} to ${binary:Version} in debian/control.
+ * Switch from ${Source-Version} to ${binary:Version} in debian/control to
+ make the package binNMU safe.
* Don't ignore result of make distclean.
+ * Add a -dbg package.
+ * Remove useless file debian/compress from source package.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 00:31:04 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 30 Aug 2007 17:40:25 +0200
mimetic (0.9.3-1) unstable; urgency=low
This package contains the libraries.
.
Homepage: http://codesink.org/mimetic_mime_library.html
+
+Package: libmimetic0-dbg
+Section: libdevel
+Architecture: any
+Depends: libmimetic0 (= ${binary:Version})
+Description: C++ MIME library (debug)
+ mimetic is a GPL MIME library written in C++ designed to be easy to use and
+ integrate but yet fast and efficient.
+ .
+ mimetic has been built around the standard lib. This means that you'll not
+ find yet another string class or list implementation and that you'll feel
+ comfortable in using this library from the very first time.
+ .
+ mimetic doesn't use exceptions but it heavily uses templates so a mostly
+ standard compliant C++ compiler is required.
+ .
+ This package contains the debug symbols for libmimetic0.
+ .
+ Homepage: http://codesink.org/mimetic_mime_library.html