r9186 - in /trunk/libtk-pod-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 10 12:45:05 UTC 2007


Author: gregoa-guest
Date: Sat Nov 10 12:45:05 2007
New Revision: 9186

URL: http://svn.debian.org/wsvn/?sc=1&rev=9186
Log:
revert changes from r9158 and r9159 concerning the dependencies in debian/rules; thanks to djpig for showing me the error

Modified:
    trunk/libtk-pod-perl/debian/changelog
    trunk/libtk-pod-perl/debian/rules

Modified: trunk/libtk-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-pod-perl/debian/changelog?rev=9186&op=diff
==============================================================================
--- trunk/libtk-pod-perl/debian/changelog (original)
+++ trunk/libtk-pod-perl/debian/changelog Sat Nov 10 12:45:05 2007
@@ -11,12 +11,10 @@
 
   [ gregor herrmann ]
   * New upstream release.
-  * debian/rules:
-    - remove unused variable version
-    - change dependencies of targets to avoid double invocations
+  * debian/rules: remove unused variable version.
   * Refresh patch invalid_char_pod.patch.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 00:42:58 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 13:42:05 +0100
 
 libtk-pod-perl (0.9936-1) unstable; urgency=low
 

Modified: trunk/libtk-pod-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtk-pod-perl/debian/rules?rev=9186&op=diff
==============================================================================
--- trunk/libtk-pod-perl/debian/rules (original)
+++ trunk/libtk-pod-perl/debian/rules Sat Nov 10 12:45:05 2007
@@ -10,8 +10,8 @@
 
 include /usr/share/quilt/quilt.make
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: debian/stamp-patched
 	dh_testdir
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)




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