r13611 - in /trunk/libreadonly-xs-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jan 26 17:28:43 UTC 2008


Author: gregoa-guest
Date: Sat Jan 26 17:28:43 2008
New Revision: 13611

URL: http://svn.debian.org/wsvn/?sc=1&rev=13611
Log:
debian/rules:
  - remove *VENDORARCH* arguments on creation of Makefile
  - let install-stamp target depend on buildstamp
  - remove commented out dh_installexamples

Modified:
    trunk/libreadonly-xs-perl/debian/changelog
    trunk/libreadonly-xs-perl/debian/rules

Modified: trunk/libreadonly-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libreadonly-xs-perl/debian/changelog?rev=13611&op=diff
==============================================================================
--- trunk/libreadonly-xs-perl/debian/changelog (original)
+++ trunk/libreadonly-xs-perl/debian/changelog Sat Jan 26 17:28:43 2008
@@ -6,8 +6,12 @@
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
   * debian/watch: slightly change regexp for matching upstream tarballs.
+  * debian/rules:
+    - remove *VENDORARCH* arguments on creation of Makefile
+    - let install-stamp target depend on buildstamp
+    - remove commented out dh_installexamples
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 26 Jan 2008 18:23:59 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 26 Jan 2008 18:25:32 +0100
 
 libreadonly-xs-perl (1.04-1) unstable; urgency=low
 

Modified: trunk/libreadonly-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libreadonly-xs-perl/debian/rules?rev=13611&op=diff
==============================================================================
--- trunk/libreadonly-xs-perl/debian/rules (original)
+++ trunk/libreadonly-xs-perl/debian/rules Sat Jan 26 17:28:43 2008
@@ -34,9 +34,7 @@
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
-	$(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
 
@@ -50,8 +48,8 @@
 
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -66,7 +64,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	#dh_installexamples 
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_shlibdeps




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