[med-svn] [Git][med-team/yaggo][master] 2 commits: d/p/hardening-tests.patch: Propagate hardening flags in the test makefile to get blhc passing

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Sep 25 22:13:11 BST 2021



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 <nilesh at debian.org>  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 <nilesh at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210925/e8205450/attachment-0001.htm>


More information about the debian-med-commit mailing list