[xml/sgml-commit] r770 - packages/docbook-xml/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Thu May 3 17:12:28 UTC 2007
Author: dleidert-guest
Date: 2007-05-03 17:12:28 +0000 (Thu, 03 May 2007)
New Revision: 770
Modified:
packages/docbook-xml/trunk/debian/changelog
packages/docbook-xml/trunk/debian/control
packages/docbook-xml/trunk/debian/rules
Log:
* debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
maintainer, so bug-reports go to the team list first.
* debian/rules: Removed bashisms (closes: #421897). Thanks to Sebastian
Dr?\195?\131?\194?\182ge for the report.
Modified: packages/docbook-xml/trunk/debian/changelog
===================================================================
--- packages/docbook-xml/trunk/debian/changelog 2007-05-03 16:30:52 UTC (rev 769)
+++ packages/docbook-xml/trunk/debian/changelog 2007-05-03 17:12:28 UTC (rev 770)
@@ -1,7 +1,13 @@
-docbook-xml (4.5-3) UNRELEASED; urgency=low
+docbook-xml (4.5-3) UNRELEASED; urgency=medium
* NOT RELEASED YET
+ [ Daniel Leidert ]
+ * debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
+ maintainer, so bug-reports go to the team list first.
+ * debian/rules: Removed bashisms (closes: #421897). Thanks to Sebastian
+ Dröge for the report.
+
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Thu, 03 May 2007 18:22:35 +0200
docbook-xml (4.5-2) unstable; urgency=low
Modified: packages/docbook-xml/trunk/debian/control
===================================================================
--- packages/docbook-xml/trunk/debian/control 2007-05-03 16:30:52 UTC (rev 769)
+++ packages/docbook-xml/trunk/debian/control 2007-05-03 17:12:28 UTC (rev 770)
@@ -1,8 +1,8 @@
Source: docbook-xml
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
Build-Depends-Indep: xml-core (>= 0.6)
Standards-Version: 3.7.2
Modified: packages/docbook-xml/trunk/debian/rules
===================================================================
--- packages/docbook-xml/trunk/debian/rules 2007-05-03 16:30:52 UTC (rev 769)
+++ packages/docbook-xml/trunk/debian/rules 2007-05-03 17:12:28 UTC (rev 770)
@@ -14,7 +14,7 @@
touch $@ ; \
for dbx in docbook-* ; do \
dbxver=`echo $${dbx} | sed -e 's/docbook-//g'` ; \
- for file in $${dbx}/*.{dtd,ent,mod,ver} ; do \
+ for file in $${dbx}/*.dtd $${dbx}/*.ent $${dbx}/*.mod $${dbx}/*.ver ; do \
if [ $${file} != $${dbx}/dbgenent.* ] ; then \
echo "$${file} usr/share/xml/docbook/schema/dtd/$${dbxver}" >> $@ ; \
else \
More information about the debian-xml-sgml-commit
mailing list