r48315 - in /trunk/libmime-tools-perl/debian: changelog clean control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 6 01:31:20 UTC 2009


Author: jawnsy-guest
Date: Sun Dec  6 01:31:13 2009
New Revision: 48315

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48315
Log:
* Refresh to new debhelper 7 short rules format
* Use a clean file instead of overriding dh_clean
* Standards-Version 3.8.3 (no changes)
* Add myself to Uploaders

Added:
    trunk/libmime-tools-perl/debian/clean
Modified:
    trunk/libmime-tools-perl/debian/changelog
    trunk/libmime-tools-perl/debian/control
    trunk/libmime-tools-perl/debian/rules

Modified: trunk/libmime-tools-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/changelog?rev=48315&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/changelog (original)
+++ trunk/libmime-tools-perl/debian/changelog Sun Dec  6 01:31:13 2009
@@ -3,6 +3,10 @@
   [ Jonathan Yu ]
   * updated gregor's e-mail address
   * Removed Alexis Sukrieh from Uploaders (Closes: #536142)
+  * Refresh to new debhelper 7 short rules format
+  * Use a clean file instead of overriding dh_clean
+  * Standards-Version 3.8.3 (no changes)
+  * Add myself to Uploaders
 
   [ gregor herrmann ]
   * Drop transitional dummy package libmime-perl now that lenny is released.

Added: trunk/libmime-tools-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/clean?rev=48315&op=file
==============================================================================
--- trunk/libmime-tools-perl/debian/clean (added)
+++ trunk/libmime-tools-perl/debian/clean Sun Dec  6 01:31:13 2009
@@ -1,0 +1,2 @@
+testout/*
+msg-*.html

Modified: trunk/libmime-tools-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/control?rev=48315&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/control (original)
+++ trunk/libmime-tools-perl/debian/control Sun Dec  6 01:31:13 2009
@@ -1,17 +1,16 @@
 Source: libmime-tools-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10), netbase, libconvert-binhex-perl,
+ libtest-pod-perl, libio-stringy-perl, libmailtools-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/MIME-tools/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-tools-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmime-tools-perl/
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmailtools-perl,
- libio-stringy-perl (>= 2.110), libconvert-binhex-perl,
- perl (>= 5.10), netbase, libtest-pod-perl (>= 1.00)
 
 Package: libmime-tools-perl
 Conflicts: libmime-perl (<< 5.425-2)

Modified: trunk/libmime-tools-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/rules?rev=48315&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/rules (original)
+++ trunk/libmime-tools-perl/debian/rules Sun Dec  6 01:31:13 2009
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
-binary binary-indep install build:
+
+%:
 	dh $@
-
-binary-arch:
-
-clean:
-	dh $@
-	dh_clean testout/* msg-*.html
-
-.PHONY: binary binary-arch binary-indep install clean build




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