[xml/sgml-commit] r774 - packages/docbook-simple/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Thu May 3 17:39:53 UTC 2007
Author: dleidert-guest
Date: 2007-05-03 17:39:53 +0000 (Thu, 03 May 2007)
New Revision: 774
Modified:
packages/docbook-simple/trunk/debian/changelog
packages/docbook-simple/trunk/debian/control
packages/docbook-simple/trunk/debian/rules
Log:
* debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
maintainer.
* debian/rules: Removed bashisms (closes: #422115). Thanks to Sebastian
Dr?\195?\131?\194?\182ge for the report.
Modified: packages/docbook-simple/trunk/debian/changelog
===================================================================
--- packages/docbook-simple/trunk/debian/changelog 2007-05-03 17:30:14 UTC (rev 773)
+++ packages/docbook-simple/trunk/debian/changelog 2007-05-03 17:39:53 UTC (rev 774)
@@ -5,6 +5,10 @@
[ Daniel Leidert ]
* docbook-simple-1.0/catalog: Added DTDDECL declarations for convenience.
* docbook-simple-1.1/catalog: Ditto.
+ * debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
+ maintainer.
+ * debian/rules: Removed bashisms (closes: #422115). Thanks to Sebastian
+ Dröge for the report.
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Mon, 16 Apr 2007 18:19:20 +0200
Modified: packages/docbook-simple/trunk/debian/control
===================================================================
--- packages/docbook-simple/trunk/debian/control 2007-05-03 17:30:14 UTC (rev 773)
+++ packages/docbook-simple/trunk/debian/control 2007-05-03 17:39:53 UTC (rev 774)
@@ -1,8 +1,8 @@
Source: docbook-simple
Section: text
Priority: optional
-Maintainer: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Uploaders: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
Build-Depends: debhelper (>> 4), dpatch
Build-Depends-Indep: xml-core
Standards-Version: 3.7.2
Modified: packages/docbook-simple/trunk/debian/rules
===================================================================
--- packages/docbook-simple/trunk/debian/rules 2007-05-03 17:30:14 UTC (rev 773)
+++ packages/docbook-simple/trunk/debian/rules 2007-05-03 17:39:53 UTC (rev 774)
@@ -25,7 +25,7 @@
set -ex ; \
touch $@ ; \
cat $@.in >> $@ ; \
- for dbs in docbook-simple-*/{sdocbook,sdocbookref}-custom.dtd ; do \
+ for dbs in docbook-simple-*/sdocbook-custom.dtd docbook-simple-*/sdocbookref-custom.dtd ; do \
dbsdtd=`echo $${dbs} | sed -e 's/docbook-simple-//g'` ; \
echo -n "etc/sgml/docbook-simple/$${dbsdtd} " >> $@ && \
echo "usr/share/xml/docbook/custom/simple/$${dbsdtd}" >> $@ ; \
@@ -119,8 +119,8 @@
get-orig-source:
set -ex ; \
TMPDIR=`mktemp -d docbook-simple-$(version).orig` ; \
- mkdir -p "$$TMPDIR"/docbook-simple-{1.0,1.1} ; \
for dbs in 1.0 1.1 ; do \
+ mkdir -p "$$TMPDIR"/docbook-simple-$${dbs} ; \
dbszip=docbook-simple-$${dbs}.zip ; \
wget -P "$$TMPDIR" http://www.oasis-open.org/docbook/xml/simple/$${dbs}/"$$dbszip" ; \
unzip -d "$$TMPDIR"/docbook-simple-$${dbs} "$$TMPDIR"/"$$dbszip" ; \
More information about the debian-xml-sgml-commit
mailing list