[xml/sgml-commit] [linuxdoc-tools] 01/01: control: Remove trailing whitespace in debhelper builddep to work around dpkg regression.
Agustín Martín Domingo
agmartin at moszumanska.debian.org
Fri May 6 09:33:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
agmartin pushed a commit to branch master
in repository linuxdoc-tools.
commit de2c720a862299655da16bb095191df369ca06d6
Author: Agustin Martin Domingo <agmartin at debian.org>
Date: Fri May 6 11:15:48 2016 +0200
control: Remove trailing whitespace in debhelper builddep to work around dpkg regression.
Recent changes in dpkg version parser introduced a regression and extra
whitespace at version number is triggering an error.
See http://bugs.debian.org/823431. Bug apparently introduced in
https://anonscm.debian.org/cgit/dpkg/dpkg.git/commit/?id=bd17966babf8705e8f02c808f646dfa149828256
Better remove that whitespace, it looks better and we do not need to wait
for dpkg 1.18.7 release fixing that problem.
Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 379b4f8..a35af2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linuxdoc-tools (0.9.72-3) unstable; urgency=medium
+
+ * debian/control: Remove trailing whitespace in debhelper builddep,
+ which was temporarily causing some FTBFS due to a dpkg regression.
+
+ -- Agustin Martin Domingo <agmartin at debian.org> Thu, 05 May 2016 20:20:26 +0200
+
linuxdoc-tools (0.9.72-2) unstable; urgency=medium
* debian/control: Fix Vcs-Git URI.
diff --git a/debian/control b/debian/control
index dfaed25..70f3594 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Agustin Martin Domingo <agmartin at debian.org>
Homepage: https://gitlab.com/agmartin/linuxdoc-tools
Vcs-Git: https://anonscm.debian.org/git/debian-xml-sgml/linuxdoc-tools.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-xml-sgml/linuxdoc-tools.git;a=summary
-Build-Depends: debhelper (>= 9 ),
+Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1.1),
perl,
flex,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git
More information about the debian-xml-sgml-commit
mailing list