[xml/sgml-commit] r771 - packages/docbook-ebnf/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Thu May 3 17:19:38 UTC 2007
Author: dleidert-guest
Date: 2007-05-03 17:19:37 +0000 (Thu, 03 May 2007)
New Revision: 771
Modified:
packages/docbook-ebnf/trunk/debian/changelog
packages/docbook-ebnf/trunk/debian/control
packages/docbook-ebnf/trunk/debian/rules
Log:
* debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
maintainer.
* debian/rules: Removed bashisms (closes: #xxxxxx). Thanks to Sebastian
Dr?\195?\131?\194?\182ge for the report.
Modified: packages/docbook-ebnf/trunk/debian/changelog
===================================================================
--- packages/docbook-ebnf/trunk/debian/changelog 2007-05-03 17:12:28 UTC (rev 770)
+++ packages/docbook-ebnf/trunk/debian/changelog 2007-05-03 17:19:37 UTC (rev 771)
@@ -2,6 +2,12 @@
* NOT RELEASED YET
+ [ Daniel Leidert ]
+ * debian/control (Maintainer, Uploaders): Set the Debian XML/SGML team as
+ maintainer.
+ * debian/rules: Removed bashisms (closes: #xxxxxx). Thanks to Sebastian
+ Dröge for the report.
+
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Mon, 16 Apr 2007 18:18:39 +0200
docbook-ebnf (1.2~cr1-2) unstable; urgency=low
Modified: packages/docbook-ebnf/trunk/debian/control
===================================================================
--- packages/docbook-ebnf/trunk/debian/control 2007-05-03 17:12:28 UTC (rev 770)
+++ packages/docbook-ebnf/trunk/debian/control 2007-05-03 17:19:37 UTC (rev 771)
@@ -1,8 +1,8 @@
Source: docbook-ebnf
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)
Build-Depends-Indep: xml-core
Standards-Version: 3.7.2
Modified: packages/docbook-ebnf/trunk/debian/rules
===================================================================
--- packages/docbook-ebnf/trunk/debian/rules 2007-05-03 17:12:28 UTC (rev 770)
+++ packages/docbook-ebnf/trunk/debian/rules 2007-05-03 17:19:37 UTC (rev 771)
@@ -118,7 +118,8 @@
for dbebnf in 1.0 1.1CR1 1.2b1 1.2CR1 ; do \
mkdir -p "$$TMPDIR"/ebnf-$${dbebnf} ; \
wget -P "$$TMPDIR"/ebnf-$${dbebnf} \
- http://www.oasis-open.org/docbook/xml/ebnf/$${dbebnf}/{dbebnf.dtd,testebnf.xml} ; \
+ http://www.oasis-open.org/docbook/xml/ebnf/$${dbebnf}/dbebnf.dtd \
+ http://www.oasis-open.org/docbook/xml/ebnf/$${dbebnf}/testebnf.xml ; \
done; \
GZIP=-9 tar -czf $(CURDIR)/docbook-ebnf_${version}.orig.tar.gz "$$TMPDIR" ; \
rm -rf "$$TMPDIR"
More information about the debian-xml-sgml-commit
mailing list