[xml/sgml-commit] r635 - packages/docbook/trunk/debian

Daniel Leidert dleidert-guest at alioth.debian.org
Sat Mar 10 10:29:14 CET 2007


Author: dleidert-guest
Date: 2007-03-10 09:29:14 +0000 (Sat, 10 Mar 2007)
New Revision: 635

Modified:
   packages/docbook/trunk/debian/rules
Log:
* debian/rules: Declared get-orig-source target as phony target.


Modified: packages/docbook/trunk/debian/rules
===================================================================
--- packages/docbook/trunk/debian/rules	2007-03-10 09:22:59 UTC (rev 634)
+++ packages/docbook/trunk/debian/rules	2007-03-10 09:29:14 UTC (rev 635)
@@ -74,12 +74,14 @@
 
 binary: binary-indep binary-arch
 
+.PHONY: build clean binary binary-arch binary-indep
 
 # This following code is used to create the .orig.tar.gz tarball.
 # Use it to prepare it for a new release.
 
 version=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*/\1/p')
 
+.PHONY: get-orig-source
 get-orig-source:
 	set -ex ; \
 	TMPDIR=`mktemp -d docbook-$(version).XXXXXX` ; \
@@ -105,4 +107,3 @@
 	GZIP=-9 tar -czf $(CURDIR)/docbook_${version}.orig.tar.gz "$$TMPDIR" ; \
 	rm -rf "$$TMPDIR"
 
-.PHONY: binary binary-arch binary-indep clean checkroot




More information about the debian-xml-sgml-commit mailing list