r13875 - in /trunk/libparams-check-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 30 20:55:10 UTC 2008


Author: dmn
Date: Wed Jan 30 20:55:10 2008
New Revision: 13875

URL: http://svn.debian.org/wsvn/?sc=1&rev=13875
Log:
* debian/copyright: use and autor-indep URL
* remove dependency on build from install target; add dependency on
  build-stamp to install-stamp target

Modified:
    trunk/libparams-check-perl/debian/changelog
    trunk/libparams-check-perl/debian/rules

Modified: trunk/libparams-check-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/changelog?rev=13875&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/changelog (original)
+++ trunk/libparams-check-perl/debian/changelog Wed Jan 30 20:55:10 2008
@@ -18,8 +18,12 @@
     + move test suite from install to build target
     + remove commented-out and un-ussed dh_ calls
     + don't install README file
-  * debian/copyright: use and autor-indep URL 
+  * debian/copyright: use and autor-indep URL
   * Improve debian watch
+
+  [ Damyan Ivanov ]
+  * remove dependency on build from install target; add dependency on
+    build-stamp to install-stamp target
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 28 Jan 2008 00:23:02 -0600
 

Modified: trunk/libparams-check-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparams-check-perl/debian/rules?rev=13875&op=diff
==============================================================================
--- trunk/libparams-check-perl/debian/rules (original)
+++ trunk/libparams-check-perl/debian/rules Wed Jan 30 20:55:10 2008
@@ -33,8 +33,8 @@
 	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -65,4 +65,4 @@
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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