Nilesh Patra pushed to branch master at Debian Med / yaggo
Commits: 0e431efe by Nilesh Patra at 2021-09-26T00:29:47+05:30 d/p/hardening-tests.patch: Propagate hardening flags in the test makefile to get blhc passing - - - - - 622d69d4 by Nilesh Patra at 2021-09-26T00:32:16+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/hardening-tests.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +yaggo (1.5.10-5) unstable; urgency=medium + + * d/p/hardening-tests.patch: Propagate hardening flags + in the test makefile to get blhc passing + + -- Nilesh Patra <[email protected]> Sun, 26 Sep 2021 00:31:53 +0530 + yaggo (1.5.10-4) unstable; urgency=medium * Add autopkgtests ===================================== debian/patches/hardening-tests.patch ===================================== @@ -0,0 +1,22 @@ +Description: Propagate hardening flags in the test makefile to get blhc passing +Author: Nilesh Patra <[email protected]> +Last-Update: 2021-09-26 +--- a/test/Makefile ++++ b/test/Makefile +@@ -1,12 +1,13 @@ +-CC = g++ +-CPPFLAGS = -I. -Wall -Werror +-CXXFLAGS = -O2 ++CXX = g++ ++CPPFLAGS += -I. -Wall -Werror ++CXXFLAGS += -O2 + YAGGO = ../bin/yaggo + RY = ruby -I../lib $(YAGGO) + + all: count + + count: count.o ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -o $@ $< $(LDFLAGS) + count_cmdline.hpp _count: count_cmdline.yaggo $(YAGGO) + $(RY) --debug --zc _count $< + count.o: count.cpp count_cmdline.hpp ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ add-gemspec.patch +hardening-tests.patch View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/479372ee383edeac92cc340a425c10aa737604e9...622d69d49efa15641217d364ada9f217c86dfda0 -- View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/479372ee383edeac92cc340a425c10aa737604e9...622d69d49efa15641217d364ada9f217c86dfda0 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
