r15746 - in /trunk/libemail-mime-encodings-perl/debian: changelog rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Feb 27 12:54:40 UTC 2008


Author: emhn-guest
Date: Wed Feb 27 12:54:39 2008
New Revision: 15746

URL: http://svn.debian.org/wsvn/?sc=1&rev=15746
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists (Closes: 467826).

Modified:
    trunk/libemail-mime-encodings-perl/debian/changelog
    trunk/libemail-mime-encodings-perl/debian/rules

Modified: trunk/libemail-mime-encodings-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-encodings-perl/debian/changelog?rev=15746&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/changelog (original)
+++ trunk/libemail-mime-encodings-perl/debian/changelog Wed Feb 27 12:54:39 2008
@@ -1,7 +1,7 @@
-libemail-mime-encodings-perl (1.311-3) UNRELEASED; urgency=low
+libemail-mime-encodings-perl (1.311-3) unstable; urgency=low
 
   [ gregor herrmann ]
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: 467826).
 
   [ Ernesto Hernández-Novich (USB) ]
   * Upgraded to debhelper 6

Modified: trunk/libemail-mime-encodings-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-encodings-perl/debian/rules?rev=15746&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/rules (original)
+++ trunk/libemail-mime-encodings-perl/debian/rules Wed Feb 27 12:54:39 2008
@@ -32,7 +32,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -40,11 +39,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	touch install-stamp
 




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