Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
propagate CC from ./configure to make
· b756e595
Andreas Tille
authored
Feb 12, 2018
b756e595
Standards-Version: 4.1.3
· 93d4e75c
Andreas Tille
authored
Feb 12, 2018
93d4e75c
debhelper 11
· 271a7d95
Andreas Tille
authored
Feb 12, 2018
271a7d95
Upload to unstable
· 348da705
Andreas Tille
authored
Feb 12, 2018
348da705
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
348da705
kalign (1:2.03+20110620-4) unstable; urgency=medium
* propagate CC from ./configure to make (Thanks for the patch to Helmut Grohne
<helmut@subdivi.de>)
Closes: #890256
* Standards-Version: 4.1.3
* debhelper 11
-- Andreas Tille <tille@debian.org> Mon, 12 Feb 2018 16:39:29 +0100
kalign (1:2.03+20110620-3) unstable; urgency=low
* Team upload
...
...
debian/compat
View file @
348da705
9
11
debian/control
View file @
348da705
...
...
@@ -4,8 +4,8 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>
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/
...
...
debian/patches/cross.patch
0 → 100644
View file @
348da705
Author: Helmut Grohne <helmut@subdivi.de>
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
debian/patches/series
View file @
348da705
hardening.patch
cross.patch