Andreas Tille pushed to branch master at Debian Med / dazzdb
Commits: 021f7e2c by Andreas Tille at 2020-01-23T16:51:48+01:00 Enable cross building - - - - - 23422ea3 by Andreas Tille at 2020-01-23T16:53:41+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/cross.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +dazzdb (1.0+git20200115.d8adde7-2) unstable; urgency=medium + + [ Helmut Grohne ] + * Enable cross building + Closes: #949605 + + -- Andreas Tille <[email protected]> Thu, 23 Jan 2020 16:52:16 +0100 + dazzdb (1.0+git20200115.d8adde7-1) unstable; urgency=medium * Team upload ===================================== debian/patches/cross.patch ===================================== @@ -0,0 +1,20 @@ +Date: Wed, 22 Jan 2020 19:18:09 +0100 +From: Helmut Grohne <[email protected]> +Bug-Debian: https://bugs.debian.org/949605 +Description: Enable cross building + +--- a/Makefile ++++ b/Makefile +@@ -53,10 +53,10 @@ DAM2fasta: DAM2fasta.c DB.c DB.h QV.c QV + DBwipe: DBwipe.c DB.c DB.h QV.c QV.h + + DBa2b: DBa2b.c DB.c DB.h QV.c QV.h +- gcc $(CFLAGS) -o DBa2b DBa2b.c DB.c QV.c -lm ++ $(CC) $(CFLAGS) -o DBa2b DBa2b.c DB.c QV.c -lm + + DBb2a: DBb2a.c DB.c DB.h QV.c QV.h +- gcc $(CFLAGS) -o DBb2a DBb2a.c DB.c QV.c -lm ++ $(CC) $(CFLAGS) -o DBb2a DBb2a.c DB.c QV.c -lm + + clean: + rm -f $(ALL) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ append-cflags.patch compiler-flags.patch destdir.patch +cross.patch View it on GitLab: https://salsa.debian.org/med-team/dazzdb/compare/14034e6765f6fe55b73b9bc64efc22113d4c6706...23422ea31e9ab92f7ca09299080beccbdd44fad0 -- View it on GitLab: https://salsa.debian.org/med-team/dazzdb/compare/14034e6765f6fe55b73b9bc64efc22113d4c6706...23422ea31e9ab92f7ca09299080beccbdd44fad0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
