From de7b02b91388c0a6afe2cb29f2bb2dcc157f0815 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Sun, 27 May 2012 21:16:30 +0300 Subject: Open 2.22.2. Signed-off-by: Antti-Juhani Kaijanaho --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index e7003d6..79f77dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dctrl-tools (2.22.2) unstable; urgency=low + + * + + -- Antti-Juhani Kaijanaho Sun, 27 May 2012 21:16:07 +0300 + dctrl-tools (2.22.1) unstable; urgency=low [ Program translations ] -- cgit v1.2.3 From d1ebdab6b71852190673ba1ce8b890f396a8c779 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Mon, 28 May 2012 18:05:53 +0300 Subject: Fix opening 2.22.2 Signed-off-by: Antti-Juhani Kaijanaho --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79f77dd..7a860e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -dctrl-tools (2.22.2) unstable; urgency=low +dctrl-tools (2.22.2) UNRELEASED; urgency=low * - -- Antti-Juhani Kaijanaho Sun, 27 May 2012 21:16:07 +0300 + -- Antti-Juhani Kaijanaho Mon, 28 May 2012 18:05:31 +0300 dctrl-tools (2.22.1) unstable; urgency=low -- cgit v1.2.3 From 8a554068a2ee23a713a587b70dff3a5679d7d584 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Sun, 3 Jun 2012 20:39:07 +0300 Subject: 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 --- GNUmakefile | 4 ++-- debian/changelog | 12 +++++++++--- debian/compat | 2 +- debian/control | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3a25b8e..ea3fd1d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,8 +14,8 @@ man8dir = $(mandir)/man8 localedir = $(datarootdir)/locale CC = gcc -CFLAGS = -g -Wall -Werror -ALL_CFLAGS = $(CFLAGS) -std=gnu99 -Ilib \ +CFLAGS ?= -g -O2 -Wall -Werror +ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS) -std=gnu99 -Ilib \ -DENABLE_L_DEBUG -D_GNU_SOURCE -DSYSCONF=\"$(sysconfdir)\" \ -DHAVE_GETTEXT -DPACKAGE=\"dctrl-tools\" -DLOCALEDIR=\"$(localedir)\" 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 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 Mon, 28 May 2012 19:36:34 +0300 dctrl-tools (2.22.1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 16b2d41..be23847 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: dctrl-tools developers Uploaders: Antti-Juhani Kaijanaho Standards-Version: 3.9.3 -Build-Depends: gettext (>= 0.11-0), gcc (>= 3.0), debhelper (>= 8), po4a (>= 0.40) +Build-Depends: gettext (>= 0.11-0), gcc (>= 3.0), debhelper (>= 9), po4a (>= 0.40) Vcs-Git: git://git.debian.org/git/collab-maint/dctrl-tools.git Vcs-Browser: http://git.debian.org/?p=collab-maint/dctrl-tools.git;a=summary -- cgit v1.2.3 From 441f5db05065c7d36a9a7b7ef44c9fe061caae45 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Thu, 7 Jun 2012 11:49:33 +0300 Subject: Release 2.22.2. Signed-off-by: Antti-Juhani Kaijanaho --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 69749a4..b01a559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dctrl-tools (2.22.2) UNRELEASED; urgency=low +dctrl-tools (2.22.2) unstable; urgency=low * Closes: #674836 (Builds with wrong CFLAGS), reported by me: - Upgrade debhelper mode to 9. @@ -8,7 +8,7 @@ dctrl-tools (2.22.2) UNRELEASED; urgency=low a good idea in package builds (it may cause unnecessary FTBFS breakage in the future as the toolchain and libraries change). - -- Antti-Juhani Kaijanaho Mon, 28 May 2012 19:36:34 +0300 + -- Antti-Juhani Kaijanaho Thu, 07 Jun 2012 11:48:25 +0300 dctrl-tools (2.22.1) unstable; urgency=low -- cgit v1.2.3