[xml/sgml-commit] r772 - packages/docbook/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Thu May 3 17:29:29 UTC 2007
Author: dleidert-guest
Date: 2007-05-03 17:29:28 +0000 (Thu, 03 May 2007)
New Revision: 772
Modified:
packages/docbook/trunk/debian/changelog
packages/docbook/trunk/debian/control
packages/docbook/trunk/debian/rules
Log:
* debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
maintainer.
* debian/rules: Removed bashisms (closes: #422114). Thanks to Sebastian
Dr?\195?\131?\194?\182ge for the report.
Modified: packages/docbook/trunk/debian/changelog
===================================================================
--- packages/docbook/trunk/debian/changelog 2007-05-03 17:19:37 UTC (rev 771)
+++ packages/docbook/trunk/debian/changelog 2007-05-03 17:29:28 UTC (rev 772)
@@ -3,8 +3,12 @@
* NOT RELEASED YET
[ Daniel Leidert ]
- * debian/docbook.examples: Fixed examples location: will re-added them back
+ * debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
+ maintainer.
+ * debian/docbook.examples: Fixed examples location: will re-add them back
to the package.
+ * debian/rules: Removed bashisms (closes: #422114). Thanks to Sebastian
+ Dröge for the report.
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Mon, 16 Apr 2007 18:16:42 +0200
Modified: packages/docbook/trunk/debian/control
===================================================================
--- packages/docbook/trunk/debian/control 2007-05-03 17:19:37 UTC (rev 771)
+++ packages/docbook/trunk/debian/control 2007-05-03 17:29:28 UTC (rev 772)
@@ -1,8 +1,8 @@
Source: docbook
Section: text
Priority: optional
-Maintainer: Adam Di Carlo <aph at debian.org>
-Uploaders: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>, Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Adam Di Carlo <aph at debian.org>, Daniel Leidert (dale) <daniel.leidert at wgdd.de>
Build-Depends: debhelper (>= 4.1.31), dpatch
Standards-Version: 3.7.2
XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook/trunk/
Modified: packages/docbook/trunk/debian/rules
===================================================================
--- packages/docbook/trunk/debian/rules 2007-05-03 17:19:37 UTC (rev 771)
+++ packages/docbook/trunk/debian/rules 2007-05-03 17:29:28 UTC (rev 772)
@@ -12,7 +12,7 @@
touch $@ ; \
for db in docbook-* ; do \
dbver=`echo $${db} | sed -e 's/docbook-//g'` ; \
- for file in $${db}/*.{dcl,dtd,mod} ; do \
+ for file in $${db}/*.dcl $${db}/*.dtd $${db}/*.mod ; do \
if [ $${file} != $${db}/dbgenent.mod ] ; then \
echo "$${file} usr/share/sgml/docbook/dtd/$${dbver}" >> $@ ; \
else \
@@ -96,9 +96,9 @@
get-orig-source:
set -ex ; \
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 \
+ mkdir -p "$$TMPDIR"/docbook-$${db} ; \
dbzip=docbook-$${db}.zip ; \
wget -P "$$TMPDIR" http://www.oasis-open.org/docbook/sgml/$${db}/"$$dbzip" ; \
unzip -d "$$TMPDIR"/docbook-$${db} "$$TMPDIR"/"$$dbzip" ; \
@@ -107,6 +107,7 @@
cat "$$TMPDIR"/docbook-$${db}/ChangeLog >> "$$TMPDIR"/ChangeLog.upstream ; \
done; \
for db in 4.1 4.0 3.1 3.0 2.4.1 ; do \
+ mkdir -p "$$TMPDIR"/docbook-$${db} ; \
dbver=`echo $${db} | sed -e 's/\.//g'` ; \
dbzip=docbk"$$dbver".zip ; \
wget -P "$$TMPDIR" http://www.oasis-open.org/docbook/sgml/$${db}/"$$dbzip" ; \
More information about the debian-xml-sgml-commit
mailing list