r4986 - in /packages/libmail-gnupg-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Apr 10 19:23:35 UTC 2007


Author: ntyni-guest
Date: Tue Apr 10 19:23:35 2007
New Revision: 4986

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4986
Log:
minor packaging tweaks

Modified:
    packages/libmail-gnupg-perl/trunk/debian/changelog
    packages/libmail-gnupg-perl/trunk/debian/control
    packages/libmail-gnupg-perl/trunk/debian/rules

Modified: packages/libmail-gnupg-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-gnupg-perl/trunk/debian/changelog?rev=4986&op=diff
==============================================================================
--- packages/libmail-gnupg-perl/trunk/debian/changelog (original)
+++ packages/libmail-gnupg-perl/trunk/debian/changelog Tue Apr 10 19:23:35 2007
@@ -3,8 +3,10 @@
   * Document how MIME-encoded signatures should be verified.
     (Closes: #415088)
   * Fix a race condition when passing bad recipients. (Closes: #412041)
+  * debian/rules cleanup.
+  * Upgrade to Standards-Version 3.7.2. No changes needed.
 
- -- Niko Tyni <ntyni at iki.fi>  Tue, 10 Apr 2007 22:19:52 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 10 Apr 2007 22:23:05 +0300
 
 libmail-gnupg-perl (0.08-2) unstable; urgency=low
 

Modified: packages/libmail-gnupg-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-gnupg-perl/trunk/debian/control?rev=4986&op=diff
==============================================================================
--- packages/libmail-gnupg-perl/trunk/debian/control (original)
+++ packages/libmail-gnupg-perl/trunk/debian/control Tue Apr 10 19:23:35 2007
@@ -4,8 +4,8 @@
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmime-perl, libgnupg-interface-perl, libmailtools-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.6.2
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
+Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libmail-gnupg-perl/trunk/
 
 Package: libmail-gnupg-perl

Modified: packages/libmail-gnupg-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-gnupg-perl/trunk/debian/rules?rev=4986&op=diff
==============================================================================
--- packages/libmail-gnupg-perl/trunk/debian/rules (original)
+++ packages/libmail-gnupg-perl/trunk/debian/rules Tue Apr 10 19:23:35 2007
@@ -23,7 +23,7 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
+	# Compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 
@@ -33,7 +33,7 @@
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
+	# Clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean build-stamp install-stamp
@@ -44,7 +44,7 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
+	# Install the package into debian/$PACKAGE_NAME here
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
@@ -56,14 +56,11 @@
 	touch install-stamp
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do.
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
@@ -76,8 +73,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




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