r11991 - /trunk/libgetopt-tabular-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 4 15:01:11 UTC 2008


Author: dmn
Date: Fri Jan  4 15:01:10 2008
New Revision: 11991

URL: http://svn.debian.org/wsvn/?sc=1&rev=11991
Log:
Drop INSTALLVENDORARCH etc, drop redundant README

Modified:
    trunk/libgetopt-tabular-perl/debian/rules

Modified: trunk/libgetopt-tabular-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/rules?rev=11991&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/rules (original)
+++ trunk/libgetopt-tabular-perl/debian/rules Fri Jan  4 15:01:10 2008
@@ -30,9 +30,7 @@
 	# the dirs, we prevent this by setting the INSTALLVENDORARCH
 	# and VENDORARCHEXP environment variables.
 
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 
@@ -54,6 +52,8 @@
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
+
+
 	touch $@
 
 binary-arch:
@@ -61,7 +61,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples demo
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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