r8697 - in /trunk/libapache2-mod-perl2/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 30 08:57:52 UTC 2007


Author: djpig
Date: Tue Oct 30 08:57:51 2007
New Revision: 8697

URL: http://svn.debian.org/wsvn/?sc=1&rev=8697
Log:
debian/rules: Fix some typos and some dependencies

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=8697&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Oct 30 08:57:51 2007
@@ -11,7 +11,7 @@
     to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j
     found by Daniel Schepler.
 
- -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 09:53:04 +0100
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 09:57:01 +0100
 
 libapache2-mod-perl2 (2.0.3-2) unstable; urgency=low
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=8697&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Tue Oct 30 08:57:51 2007
@@ -26,9 +26,9 @@
 endif
 
 .PHONY: build
-build: patch build-stamp
+build: build-stamp
 
-build-stamp:
+build-stamp: debian/stamp-patched
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -67,9 +67,9 @@
 	[ ! -d WrapXS ] || rm -r WrapXS
 
 .PHONY: install
-install: build install-stamp
+install: install-stamp
 
-install-stamp:
+install-stamp: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -122,7 +122,7 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
-.PHONY: binaru
+.PHONY: binary
 binary: binary-indep binary-arch
 
 




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