r15734 - in /trunk/libemail-mime-perl/debian: changelog rules

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


Author: emhn-guest
Date: Wed Feb 27 12:32:49 2008
New Revision: 15734

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

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

Modified: trunk/libemail-mime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-perl/debian/changelog?rev=15734&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/changelog (original)
+++ trunk/libemail-mime-perl/debian/changelog Wed Feb 27 12:32:49 2008
@@ -1,7 +1,7 @@
-libemail-mime-perl (1.861-3) UNRELEASED; urgency=low
+libemail-mime-perl (1.861-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: #467836).
 
   [ Ernesto Hernández-Novich (USB) ]
   * Upgraded to debhelper 6

Modified: trunk/libemail-mime-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-mime-perl/debian/rules?rev=15734&op=diff
==============================================================================
--- trunk/libemail-mime-perl/debian/rules (original)
+++ trunk/libemail-mime-perl/debian/rules Wed Feb 27 12:32:49 2008
@@ -22,36 +22,24 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
 	touch build-stamp
 
 clean:
 	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
 install-stamp: build-stamp
 	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
 
 binary-arch:




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