r38510 - /trunk/libmodule-scandeps-perl/debian/rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 22 20:42:07 UTC 2009


Author: ryan52-guest
Date: Mon Jun 22 20:41:58 2009
New Revision: 38510

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38510
Log:
fix debian/rules

Modified:
    trunk/libmodule-scandeps-perl/debian/rules

Modified: trunk/libmodule-scandeps-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-scandeps-perl/debian/rules?rev=38510&op=diff
==============================================================================
--- trunk/libmodule-scandeps-perl/debian/rules (original)
+++ trunk/libmodule-scandeps-perl/debian/rules Mon Jun 22 20:41:58 2009
@@ -5,10 +5,12 @@
 
 CMD=$(subst override_,,$@)
 
+TMP=debian/$(shell dh_listpackages)
+
 override_dh_compress:
-        [ ! -f $(TMP)/usr/bin/scandeps.pl ] || \
-                mv $(TMP)/usr/bin/scandeps.pl $(TMP)/usr/bin/scandeps
-        [ ! -f $(TMP)/usr/share/man/man1/scandeps.pl.1p ] || \
-                mv $(TMP)/usr/share/man/man1/scandeps.pl.1p $(TMP)/usr/share/man/man1/scandeps.1p
+	[ ! -f $(TMP)/usr/bin/scandeps.pl ] || \
+		mv $(TMP)/usr/bin/scandeps.pl $(TMP)/usr/bin/scandeps
+	[ ! -f $(TMP)/usr/share/man/man1/scandeps.pl.1p ] || \
+		mv $(TMP)/usr/share/man/man1/scandeps.pl.1p $(TMP)/usr/share/man/man1/scandeps.1p
 	$(CMD)
 




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