summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2012-06-03 20:39:07 +0300
committerAntti-Juhani Kaijanaho <ajk@debian.org>2012-06-03 20:39:07 +0300
commit8a554068a2ee23a713a587b70dff3a5679d7d584 (patch)
treea8ba634d2e772d1b48da8c7b60ebbe5c3fe1a575 /debian/changelog
parentd1ebdab6b71852190673ba1ce8b890f396a8c779 (diff)
downloaddctrl-tools-8a554068a2ee23a713a587b70dff3a5679d7d584.tar.gz
Fix #674836 (Builds with wrong CFLAGS)
- Upgrade debhelper mode to 9. - Work around debhelper bug 674912 by defining the default CFLAGS using ?= in GNUmakefile. - As pointed out by Jonathan Nieder in private mail, -Werror is not a good idea in package builds (it may cause unnecessary FTBFS breakage in the future as the toolchain and libraries change). Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a860e8..69749a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
dctrl-tools (2.22.2) UNRELEASED; urgency=low
- *
-
- -- Antti-Juhani Kaijanaho <ajk@debian.org> Mon, 28 May 2012 18:05:31 +0300
+ * Closes: #674836 (Builds with wrong CFLAGS), reported by me:
+ - Upgrade debhelper mode to 9.
+ - Work around debhelper bug 674912 by defining the default CFLAGS
+ using ?= in GNUmakefile.
+ - As pointed out by Jonathan Nieder in private mail, -Werror is not
+ a good idea in package builds (it may cause unnecessary FTBFS
+ breakage in the future as the toolchain and libraries change).
+
+ -- Antti-Juhani Kaijanaho <ajk@debian.org> Mon, 28 May 2012 19:36:34 +0300
dctrl-tools (2.22.1) unstable; urgency=low