[med-svn] [Git][med-team/seaview][master] 2 commits: harderning.patch: new: propagate CPPFLAGS.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Apr 12 22:12:33 BST 2025



Étienne Mollier pushed to branch master at Debian Med / seaview


Commits:
feb0edc1 by Étienne Mollier at 2025-04-12T23:11:26+02:00
harderning.patch: new: propagate CPPFLAGS.

- - - - -
0874327c by Étienne Mollier at 2025-04-12T23:12:07+02:00
d/changelog: update to include blhc fix.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/hardening.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -5,8 +5,9 @@ seaview (1:5.0.5-3) unstable; urgency=medium
     (Closes: #1102776)
   * d/t/control: use /tmp as HOME for the autopkgtest.
   * d/control: declare compliance to standards version 4.7.2.
+  * harderning.patch: new: propagate CPPFLAGS.
 
- -- Étienne Mollier <emollier at debian.org>  Sat, 12 Apr 2025 22:55:25 +0200
+ -- Étienne Mollier <emollier at debian.org>  Sat, 12 Apr 2025 23:11:52 +0200
 
 seaview (1:5.0.5-2) unstable; urgency=medium
 


=====================================
debian/patches/hardening.patch
=====================================
@@ -0,0 +1,17 @@
+Description: propagate CPPFLAGS for hardening.
+Author: Étienne Mollier <emollier at debian.org>
+Forwarded: not-needed
+Last-Update: 2025-04-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- seaview.orig/Makefile
++++ seaview/Makefile
+@@ -49,7 +49,7 @@
+ 	$(CXX) -c $(SVFLAGS) FL/Fl_SVG_Image.cxx
+ 
+ $(COBJECTS) : $(CSRC)/$<
+-	$(CC) -c $(DEBUG) $(OPT) $(CFLAGS) -Dunix -I$(CSRC) $(CSRC)/$*.c
++	$(CC) -c $(CPPFLAGS) $(DEBUG) $(OPT) $(CFLAGS) -Dunix -I$(CSRC) $(CSRC)/$*.c
+ 
+ 
+ .SUFFIXES:	.c .cxx .h .o


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 muscle5
 bypass-fltk-version-check.patch
+hardening.patch



View it on GitLab: https://salsa.debian.org/med-team/seaview/-/compare/ddf7383df43e11490ea1b7ff2ffca79845ff1711...0874327cbd0b48a165c6ff0e1718d87a054a9d15

-- 
View it on GitLab: https://salsa.debian.org/med-team/seaview/-/compare/ddf7383df43e11490ea1b7ff2ffca79845ff1711...0874327cbd0b48a165c6ff0e1718d87a054a9d15
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/20250412/cba3b732/attachment-0001.htm>


More information about the debian-med-commit mailing list