r13135 - in /trunk/libhtml-template-pro-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 21 12:30:32 UTC 2008


Author: dmn
Date: Mon Jan 21 12:30:32 2008
New Revision: 13135

URL: http://svn.debian.org/wsvn/?sc=1&rev=13135
Log:
* debian/rules: stop setting VENDORARCH variables

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/rules

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/changelog?rev=13135&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Mon Jan 21 12:30:32 2008
@@ -8,6 +8,7 @@
 
   [ Damyan Ivanov ]
   * s/This module/HTML::Template::Pro/ in long description
+  * debian/rules: stop setting VENDORARCH variables
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 22:56:46 -0430
 

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/rules?rev=13135&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Mon Jan 21 12:30:32 2008
@@ -32,15 +32,8 @@
 build-stamp:
 	dh_testdir
 
-	# As this is a architecture dependent package, we are not
-	# supposed to install stuff to /usr/share. MakeMaker creates
-	# the dirs, we prevent this by setting the INSTALLVENDORARCH
-	# and VENDORARCHEXP environment variables.
-
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL PCRE=1 INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/lib/perl5/ \
-		VENDORARCHEXP=/usr/lib/perl5/
+	$(PERL) Makefile.PL PCRE=1 INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	konwert cp1251-utf8 README.ru > debian/README.ru




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