r13860 - in /trunk/libdbi-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Jan 30 17:19:36 UTC 2008


Author: gregoa-guest
Date: Wed Jan 30 17:19:36 2008
New Revision: 13860

URL: http://svn.debian.org/wsvn/?sc=1&rev=13860
Log:
  - remove *VENDORARCH* variables

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/rules

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/changelog?rev=13860&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Wed Jan 30 17:19:36 2008
@@ -4,6 +4,7 @@
     - don't install empty /usr/share/perl5 directory
     - let -stamp targets only depend on other -stamp targets
     - delete /usr/share/perl5 only if it exists
+    - remove *VENDORARCH* variables
   * debian/watch:
     - wrap line and remove comments
     - remove dash from the version capture
@@ -15,7 +16,7 @@
   * debian/copyright: copy copyright holders and license statement verbatim
     from each and every file.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 30 Jan 2008 17:42:50 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 30 Jan 2008 18:11:41 +0100
 
 libdbi-perl (1.601-1) unstable; urgency=low
 

Modified: trunk/libdbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/rules?rev=13860&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/rules (original)
+++ trunk/libdbi-perl/debian/rules Wed Jan 30 17:19:36 2008
@@ -35,15 +35,11 @@
 	dh_testdir
 
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/lib/perl5/ \
-		VENDORARCHEXP=/usr/lib/perl5/
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 
 	touch $@
-
-
 
 clean: unpatch
 	dh_testdir




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