r8029 - in /trunk/libcrypt-cbc-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Sep 30 21:20:11 UTC 2007


Author: gregoa-guest
Date: Sun Sep 30 21:20:11 2007
New Revision: 8029

URL: http://svn.debian.org/wsvn/?sc=1&rev=8029
Log:
Remove useless LD_RUN_PATH variable and dh_* calls from debian/rules.

Modified:
    trunk/libcrypt-cbc-perl/debian/changelog
    trunk/libcrypt-cbc-perl/debian/rules

Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/changelog?rev=8029&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Sun Sep 30 21:20:11 2007
@@ -13,8 +13,9 @@
   * Remove useless file debian/examples.
   * Add real upstream URL to debian/copyright, rename Copyright to License.
   * Mention years of copyright in debian/copyright.
+  * Remove useless LD_RUN_PATH variable and dh_* calls from debian/rules.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 30 Sep 2007 22:24:30 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 30 Sep 2007 23:18:36 +0200
 
 libcrypt-cbc-perl (2.22-1) unstable; urgency=low
 

Modified: trunk/libcrypt-cbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/rules?rev=8029&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/rules (original)
+++ trunk/libcrypt-cbc-perl/debian/rules Sun Sep 30 21:20:11 2007
@@ -18,7 +18,7 @@
 
 build-stamp:
 	dh_testdir
-	${MAKE} LD_RUN_PATH=
+	${MAKE}
 	$(MAKE) test
 	touch build-stamp
 
@@ -39,11 +39,9 @@
 	dh_installdocs README
 	dh_installexamples eg/*
 	dh_installchangelogs Changes
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_perl
-	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




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