r14683 - in /trunk/libxml-rss-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 10 03:03:16 UTC 2008


Author: gregoa-guest
Date: Sun Feb 10 03:03:15 2008
New Revision: 14683

URL: http://svn.debian.org/wsvn/?sc=1&rev=14683
Log:
debian/rules:
  - remove *VENDORARCH* variables
  - remove commented out stuff
  - let install-stamp target depend on build-stamp

Modified:
    trunk/libxml-rss-perl/debian/changelog
    trunk/libxml-rss-perl/debian/rules

Modified: trunk/libxml-rss-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/changelog?rev=14683&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/changelog (original)
+++ trunk/libxml-rss-perl/debian/changelog Sun Feb 10 03:03:15 2008
@@ -14,8 +14,12 @@
   * debian/control:
     - set Standards-Version to 3.7.3 (no changes needed)
     - add /me to Uploaders
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 03:56:12 +0100
+  * debian/rules:
+    - remove *VENDORARCH* variables
+    - remove commented out stuff
+    - let install-stamp target depend on build-stamp
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 03:57:02 +0100
 
 libxml-rss-perl (1.31-3) unstable; urgency=low
 

Modified: trunk/libxml-rss-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-rss-perl/debian/rules?rev=14683&op=diff
==============================================================================
--- trunk/libxml-rss-perl/debian/rules (original)
+++ trunk/libxml-rss-perl/debian/rules Sun Feb 10 03:03:15 2008
@@ -23,17 +23,7 @@
 build-stamp:
 	dh_testdir
 
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. 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 INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
-	#-find $(CURDIR)/examples -name "*.rdf" -exec chmod -x {} \; 
-	#-chmod -x examples/README
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 
@@ -48,8 +38,8 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k




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