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

Daniel Leidert dleidert-guest at alioth.debian.org
Sat Apr 14 17:45:37 UTC 2007


Author: dleidert-guest
Date: 2007-04-14 17:45:37 +0000 (Sat, 14 Apr 2007)
New Revision: 711

Modified:
   packages/docbook-xml/trunk/debian/rules
Log:
* debian/rules (get-orig-source): Make the target compatible with the "Best
  Packaging Practices" reference.



Modified: packages/docbook-xml/trunk/debian/rules
===================================================================
--- packages/docbook-xml/trunk/debian/rules	2007-04-14 17:36:51 UTC (rev 710)
+++ packages/docbook-xml/trunk/debian/rules	2007-04-14 17:45:37 UTC (rev 711)
@@ -148,7 +148,7 @@
 .PHONY: get-orig-source
 get-orig-source:
 	set -ex ; \
-	TMPDIR=`mktemp -d docbook-xml-$(version).XXXXXX` ; \
+	TMPDIR=`mktemp -d docbook-xml-$(version).orig` ; \
 	touch "$$TMPDIR"/ChangeLog.upstream ; \
 	for db in 4.5 4.4 4.3 4.2 ; do \
 		dbxver=`echo $${db} | sed -e 's/\.//g'` ; \




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