r11835 - in /trunk/libdevel-caller-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sat Dec 29 10:15:08 UTC 2007


Author: ntyni
Date: Sat Dec 29 10:15:07 2007
New Revision: 11835

URL: http://svn.debian.org/wsvn/?sc=1&rev=11835
Log:
* Set INSTALLVENDORLIB=/usr/lib/perl5/ to prevent Extutils::MakeMaker
  creating an empty /usr/share/perl5 directory.

Modified:
    trunk/libdevel-caller-perl/debian/changelog
    trunk/libdevel-caller-perl/debian/rules

Modified: trunk/libdevel-caller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/changelog?rev=11835&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/changelog (original)
+++ trunk/libdevel-caller-perl/debian/changelog Sat Dec 29 10:15:07 2007
@@ -24,6 +24,8 @@
 
   [ Niko Tyni ]
   * Add myself to Uploaders.
+  * Set INSTALLVENDORLIB=/usr/lib/perl5/ to prevent Extutils::MakeMaker
+    creating an empty /usr/share/perl5 directory.
 
  -- Niko Tyni <ntyni at debian.org>  Sat, 29 Dec 2007 12:00:04 +0200
 

Modified: trunk/libdevel-caller-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevel-caller-perl/debian/rules?rev=11835&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/rules (original)
+++ trunk/libdevel-caller-perl/debian/rules Sat Dec 29 10:15:07 2007
@@ -33,6 +33,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor \
 		INSTALLVENDORARCH=/usr/lib/perl5/ \
+		INSTALLVENDORLIB=/usr/lib/perl5/ \
 		VENDORARCHEXP=/usr/lib/perl5/
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
@@ -52,8 +53,6 @@
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	# Rubbish upstream left around
 	find $(TMP) -name "._*" -exec rm -v {} \;
-	# For some strange reason, these directories are still created
-	rmdir --parents --ignore-fail-on-non-empty -v $(TMP)/usr/share/perl5
 	touch $@
 
 # Build architecture-independent files here.




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