Dylan Aïssi pushed to branch master at Debian Med / plink1.9
Commits: 27d2ff84 by Dylan Aïssi at 2020-11-11T10:39:16+01:00 Add patch to inject CPPFLAGS flags - - - - - 9d72a34a by Dylan Aïssi at 2020-11-11T10:42:44+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_makefile.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -plink1.9 (1.90~b6.21-201019-1) UNRELEASED; urgency=medium +plink1.9 (1.90~b6.21-201019-1) unstable; urgency=medium * New upstream release. + * Add patch to inject CPPFLAGS flags. - -- Dylan Aïssi <[email protected]> Wed, 11 Nov 2020 10:21:53 +0100 + -- Dylan Aïssi <[email protected]> Wed, 11 Nov 2020 10:42:29 +0100 plink1.9 (1.90~b6.18-200616-1) unstable; urgency=medium ===================================== debian/patches/fix_makefile.patch ===================================== @@ -0,0 +1,16 @@ +Author: Dylan Aïssi [email protected]> +Description: Fix makefile for Debian packaging. +Last-Update: 2020-11-11 + +--- a/Makefile ++++ b/Makefile +@@ -101,7 +101,7 @@ + # includes a C++ header and exposed functions will need to be declared with + # extern "C". + %.o: %.c +- $(CXX) -c $(CFLAGS) $< -o $@ ++ $(CXX) -c $(CPPFLAGS) $(CFLAGS) $< -o $@ + + %.o: %.cc +- $(CXX) -x c++ -c $(CXXFLAGS) $< -o $@ ++ $(CXX) -x c++ -c $(CPPFLAGS) $(CXXFLAGS) $< -o $@ ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +fix_makefile.patch View it on GitLab: https://salsa.debian.org/med-team/plink1-9/-/compare/4f79f20fb31464b50b988919706517101a83e155...9d72a34afe9150d83f0476cf8f8ab3df6aa12db9 -- View it on GitLab: https://salsa.debian.org/med-team/plink1-9/-/compare/4f79f20fb31464b50b988919706517101a83e155...9d72a34afe9150d83f0476cf8f8ab3df6aa12db9 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
