[xml/sgml-commit] r715 - packages/docbook-ebnf/trunk/debian

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


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

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



Modified: packages/docbook-ebnf/trunk/debian/changelog
===================================================================
--- packages/docbook-ebnf/trunk/debian/changelog	2007-04-14 17:49:12 UTC (rev 714)
+++ packages/docbook-ebnf/trunk/debian/changelog	2007-04-14 17:52:58 UTC (rev 715)
@@ -4,6 +4,8 @@
 
   [ Daniel Leidert ]
   * debian/rules (clean): Added the removal of the created packaging files.
+    (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:14:57 +0200
 

Modified: packages/docbook-ebnf/trunk/debian/rules
===================================================================
--- packages/docbook-ebnf/trunk/debian/rules	2007-04-14 17:49:12 UTC (rev 714)
+++ packages/docbook-ebnf/trunk/debian/rules	2007-04-14 17:52:58 UTC (rev 715)
@@ -114,7 +114,7 @@
 .PHONY: get-orig-source
 get-orig-source:
 	set -ex ; \
-	TMPDIR=`mktemp -d docbook-ebnf-$(version).XXXXXX` ; \
+	TMPDIR=`mktemp -d docbook-ebnf-$(version).orig` ; \
 	for dbebnf in 1.0 1.1CR1 1.2b1 1.2CR1 ; do \
 		mkdir -p "$$TMPDIR"/ebnf-$${dbebnf} ; \
 		wget -P "$$TMPDIR"/ebnf-$${dbebnf} \




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