r9534 - in /trunk/libhtml-selector-xpath-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 17 20:53:28 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 20:53:28 2007
New Revision: 9534

URL: http://svn.debian.org/wsvn/?sc=1&rev=9534
Log:
debian/rules:
  - Make install-stamp depend on build-stamp.
  - Remove some comments and blank lines.

Modified:
    trunk/libhtml-selector-xpath-perl/debian/changelog
    trunk/libhtml-selector-xpath-perl/debian/rules

Modified: trunk/libhtml-selector-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/changelog?rev=9534&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/changelog (original)
+++ trunk/libhtml-selector-xpath-perl/debian/changelog Sat Nov 17 20:53:28 2007
@@ -1,6 +1,9 @@
 libhtml-selector-xpath-perl (0.03-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - Make install-stamp depend on build-stamp.
+    - Remove some comments and blank lines.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 21:48:04 +0100
 

Modified: trunk/libhtml-selector-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-selector-xpath-perl/debian/rules?rev=9534&op=diff
==============================================================================
--- trunk/libhtml-selector-xpath-perl/debian/rules (original)
+++ trunk/libhtml-selector-xpath-perl/debian/rules Sat Nov 17 20:53:28 2007
@@ -22,30 +22,22 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean build-stamp install-stamp
-
-	# 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
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not




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