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

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


Author: dleidert-guest
Date: 2007-04-14 17:48:58 +0000 (Sat, 14 Apr 2007)
New Revision: 713

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



Modified: packages/docbook/trunk/debian/changelog
===================================================================
--- packages/docbook/trunk/debian/changelog	2007-04-14 17:45:55 UTC (rev 712)
+++ packages/docbook/trunk/debian/changelog	2007-04-14 17:48:58 UTC (rev 713)
@@ -2,6 +2,10 @@
 
   * Upload to unstable.
 
+  [ Daniel Leidert ]
+  * debian/rules (get-orig-source): Make the target compatible with the "Best
+    Packaging Practices" reference.
+
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 14 Apr 2007 19:26:29 +0200
 
 docbook (4.5-1) experimental; urgency=low

Modified: packages/docbook/trunk/debian/rules
===================================================================
--- packages/docbook/trunk/debian/rules	2007-04-14 17:45:55 UTC (rev 712)
+++ packages/docbook/trunk/debian/rules	2007-04-14 17:48:58 UTC (rev 713)
@@ -95,7 +95,7 @@
 .PHONY: get-orig-source
 get-orig-source:
 	set -ex ; \
-	TMPDIR=`mktemp -d docbook-$(version).XXXXXX` ; \
+	TMPDIR=`mktemp -d docbook-$(version).orig` ; \
 	mkdir -p "$$TMPDIR"/docbook-{2.4.1,3.0,3.1,4.0,4.1,4.2,4.3,4.4,4.5} ; \
 	touch "$$TMPDIR"/ChangeLog.upstream ; \
 	for db in 4.5 4.4 4.3 4.2 ; do \




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