diff -Nru kalign-2.03+20110620/debian/changelog kalign-2.03+20110620/debian/changelog --- kalign-2.03+20110620/debian/changelog 2016-07-28 06:26:42.000000000 +0000 +++ kalign-2.03+20110620/debian/changelog 2018-02-12 15:39:29.000000000 +0000 @@ -1,3 +1,13 @@ +kalign (1:2.03+20110620-4) unstable; urgency=medium + + * propagate CC from ./configure to make (Thanks for the patch to Helmut Grohne + ) + Closes: #890256 + * Standards-Version: 4.1.3 + * debhelper 11 + + -- Andreas Tille Mon, 12 Feb 2018 16:39:29 +0100 + kalign (1:2.03+20110620-3) unstable; urgency=low * Team upload diff -Nru kalign-2.03+20110620/debian/compat kalign-2.03+20110620/debian/compat --- kalign-2.03+20110620/debian/compat 2016-07-28 06:26:42.000000000 +0000 +++ kalign-2.03+20110620/debian/compat 2018-02-12 15:39:29.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru kalign-2.03+20110620/debian/control kalign-2.03+20110620/debian/control --- kalign-2.03+20110620/debian/control 2016-07-28 06:26:42.000000000 +0000 +++ kalign-2.03+20110620/debian/control 2018-02-12 15:39:29.000000000 +0000 @@ -4,8 +4,8 @@ Andreas Tille Section: science Priority: optional -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kalign.git Vcs-Git: https://anonscm.debian.org/git/debian-med/kalign.git Homepage: http://msa.sbc.su.se/ diff -Nru kalign-2.03+20110620/debian/patches/cross.patch kalign-2.03+20110620/debian/patches/cross.patch --- kalign-2.03+20110620/debian/patches/cross.patch 1970-01-01 00:00:00.000000000 +0000 +++ kalign-2.03+20110620/debian/patches/cross.patch 2018-02-12 15:39:29.000000000 +0000 @@ -0,0 +1,15 @@ +Author: Helmut Grohne +Last-Update: Mon, 12 Feb 2018 15:51:16 +0100 +Bug-Debian: https://bugs.debian.org/890256 +Description: propagate CC from ./configure to make + +--- a/Makefile.in ++++ b/Makefile.in +@@ -1,6 +1,6 @@ + PREFIX = /usr/local/bin + TEST = test/ +-CC = gcc ++CC = @CC@ + CFLAGS += -O9 -Wall + DEBUGFLAGS = -ggdb -Wall + diff -Nru kalign-2.03+20110620/debian/patches/series kalign-2.03+20110620/debian/patches/series --- kalign-2.03+20110620/debian/patches/series 2016-07-28 06:26:42.000000000 +0000 +++ kalign-2.03+20110620/debian/patches/series 2018-02-12 15:39:29.000000000 +0000 @@ -1 +1,2 @@ hardening.patch +cross.patch