r12583 - in /trunk/mime-tools/debian: changelog compat control rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sat Jan 12 15:19:41 UTC 2008


Author: tincho-guest
Date: Sat Jan 12 15:19:41 2008
New Revision: 12583

URL: http://svn.debian.org/wsvn/?sc=1&rev=12583
Log:
TODO: copyright needs a lot of love.
TODO: transition doesn't work.
* Make old binary package a dummy. Copied most stuff also done to
  libfile-spec-perl: both packages having a symlink in usr/share/doc, dummy
  empty otherwise, unversioned replaces and minimal description.
* debian/control:
- Bumped Standards-Version (no changes).
- Update to debhelper 6.
- Removed non-DDs from Uploaders.
* debian/watch: generalized the version.

Modified:
    trunk/mime-tools/debian/changelog
    trunk/mime-tools/debian/compat
    trunk/mime-tools/debian/control
    trunk/mime-tools/debian/rules
    trunk/mime-tools/debian/watch

Modified: trunk/mime-tools/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/changelog?rev=12583&op=diff
==============================================================================
--- trunk/mime-tools/debian/changelog (original)
+++ trunk/mime-tools/debian/changelog Sat Jan 12 15:19:41 2008
@@ -1,12 +1,19 @@
 mime-tools (5.425-2) UNRELEASED; urgency=low
 
   [ Martín Ferrari ]
-  TODO: copyright needs love.
+  TODO: copyright needs a lot of love.
+  TODO: transition doesn't work.
 
   * New binary package: libmime-tools-perl (Closes: #297765).
-  * Make old binary package a dummy.
+  * Make old binary package a dummy. Copied most stuff also done to
+    libfile-spec-perl: both packages having a symlink in usr/share/doc, dummy
+    empty otherwise, unversioned replaces and minimal description.
   * Pimp up debian/rules.
-  * Bumped Standards-Version (no changes).
+  * debian/control:
+  - Bumped Standards-Version (no changes).
+  - Update to debhelper 6.
+  - Removed non-DDs from Uploaders.
+  * debian/watch: generalized the version.
 
   [ gregor herrmann ]
   * Add "Provides: libmime-perl" to make life easier for packages with an
@@ -14,7 +21,7 @@
   * Add debian/TODO to remind us about dropping the Provides and the dummy
     package.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Thu, 03 Jan 2008 07:18:41 -0200
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sat, 12 Jan 2008 12:54:28 -0200
 
 mime-tools (5.425-1) unstable; urgency=low
 

Modified: trunk/mime-tools/debian/compat
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/compat?rev=12583&op=diff
==============================================================================
--- trunk/mime-tools/debian/compat (original)
+++ trunk/mime-tools/debian/compat Sat Jan 12 15:19:41 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/mime-tools/debian/control
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/control?rev=12583&op=diff
==============================================================================
--- trunk/mime-tools/debian/control (original)
+++ trunk/mime-tools/debian/control Sat Jan 12 15:19:41 2008
@@ -2,21 +2,20 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
- Alexis Sukrieh <sukria at debian.org>, Niko Tyni <ntyni at iki.fi>,
+Uploaders: Alexis Sukrieh <sukria at debian.org>, Niko Tyni <ntyni at iki.fi>,
  Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/MIME-tools/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/mime-tools/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/mime-tools/
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.4), libmailtools-perl,
  libio-stringy-perl (>= 2.110), libconvert-binhex-perl,
  libfile-temp-perl (>= 0.17), netbase, libtest-pod-perl (>= 1.00)
 
 Package: libmime-tools-perl
-Replaces: libmime-perl (<< 5.425-2)
 Conflicts: libmime-perl (<< 5.425-2)
+Replaces: libmime-perl
 Provides: libmime-perl
 Architecture: all
 Depends: perl (>= 5.8.4-2.3), libmailtools-perl, libio-stringy-perl (>= 2.110),
@@ -29,10 +28,6 @@
 Package: libmime-perl
 Depends: libmime-tools-perl
 Architecture: all
-Description: Perl5 modules for MIME-compliant messages (transitional package)
- The libmime-perl package provide the MIME-tools modules. MIME-tools is a
- collection of Perl5 MIME:: modules for parsing, decoding, and generating
- single- or multipart (even nested multipart) MIME messages.
- .
+Description: transitional dummy package
  This is a dummy package to ease the transition to libmime-tools-perl and can
  be safely removed

Modified: trunk/mime-tools/debian/rules
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/rules?rev=12583&op=diff
==============================================================================
--- trunk/mime-tools/debian/rules (original)
+++ trunk/mime-tools/debian/rules Sat Jan 12 15:19:41 2008
@@ -45,9 +45,10 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
-	dh_installdocs
-	dh_installexamples examples/*
-	dh_installchangelogs ChangeLog
+	dh_installdocs -p $(package)
+	dh_installexamples -p $(package) examples/*
+	dh_installchangelogs -p $(package) ChangeLog
+	dh_link -A usr/share/doc/libmime-tools-perl usr/share/doc/libmime-perl
 	dh_perl
 	dh_compress
 	dh_fixperms

Modified: trunk/mime-tools/debian/watch
URL: http://svn.debian.org/wsvn/trunk/mime-tools/debian/watch?rev=12583&op=diff
==============================================================================
--- trunk/mime-tools/debian/watch (original)
+++ trunk/mime-tools/debian/watch Sat Jan 12 15:19:41 2008
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/MIME-tools/ .*/MIME-tools-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+http://search.cpan.org/dist/MIME-tools/ .*/MIME-tools-v?(\d.+)\.(?:tar\.gz|tar|tgz)$




More information about the Pkg-perl-cvs-commits mailing list