* Initial Debian release (closes: #313088).
* Set debhelper compatibility level to 5.
+ * Changed package names for -doc and -dev packages on request of
+ ftpmaster.
+ * Cleaned up watch file.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 12 Jan 2006 22:15:36 +0100
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 15 Mar 2006 17:17:56 +0100
mimetic (0.8.9-5) unstable; urgency=low
Standards-Version: 3.6.2
Section: libs
-Package: libmimetic0-dev
+Package: libmimetic-dev
Section: libdevel
Architecture: any
Depends: libmimetic0 (= ${Source-Version})
-Suggests: libmimetic0-dev-doc
+Suggests: libmimetic-doc
Description: C++ MIME library
mimetic is a GPL MIME library written in C++ designed to be easy to use and
integrate but yet fast and efficient.
.
Homepage: http://codesink.org/mimetic_mime_library.html
-Package: libmimetic0-dev-doc
+Package: libmimetic-doc
Section: doc
Architecture: all
-Recommends: libmimetic0-dev (>= 0.8.9-5)
-Conflicts: libmimetic0-dev (<< 0.8.9-5)
-Replaces: libmimetic0-dev (<< 0.8.9-5)
+Recommends: libmimetic-dev (>= 0.8.9-5)
+Conflicts: libmimetic-dev (<< 0.8.9-5)
+Replaces: libmimetic-dev (<< 0.8.9-5)
Description: C++ MIME library
mimetic is a GPL MIME library written in C++ designed to be easy to use and
integrate but yet fast and efficient.
--- /dev/null
+usr/include
--- /dev/null
+doc/README
+
--- /dev/null
+usr/include
+usr/lib/libmimetic*.so
--- /dev/null
+doc/html
\ No newline at end of file
--- /dev/null
+examples/*
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
# Compulsory line, this is a version 3 file
version=3
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
http://codesink.org/mimetic_mime_library.html .*mimetic-(.*).tar.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/mimetic-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/mimetic-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to use Roland's hack for sourceforge based projects - YMMV!
-#http://people.debian.org/~lolando/sfdlr.php?project=mimetic mimetic-([\d.]*).tar.gz
-
-