[med-svn] [Git][med-team/filtlong][master] 3 commits: d/control: declare compliance to standards version 4.6.2
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Aug 12 19:46:19 BST 2023
Étienne Mollier pushed to branch master at Debian Med / filtlong
Commits:
c394181d by Étienne Mollier at 2023-08-12T20:41:56+02:00
d/control: declare compliance to standards version 4.6.2
- - - - -
ad5fe4dd by Étienne Mollier at 2023-08-12T20:45:06+02:00
hardening.patch: also propagate preprocessor flags.
- - - - -
dd3a5085 by Étienne Mollier at 2023-08-12T20:46:00+02:00
ready to upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/hardening.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,12 @@
-filtlong (0.2.1-4) UNRELEASED; urgency=medium
+filtlong (0.2.1-4) unstable; urgency=medium
+ * Team upload.
* gcc-13.patch: new: fix ftbfs with gcc-13. (Closes: #1037655)
* hardening.patch: declare forwarding not-needed.
+ * hardening.patch: also propagate preprocessor flags.
+ * d/control: declare compliance to standards version 4.6.2
- -- Étienne Mollier <emollier at debian.org> Sat, 12 Aug 2023 20:15:39 +0200
+ -- Étienne Mollier <emollier at debian.org> Sat, 12 Aug 2023 20:45:37 +0200
filtlong (0.2.1-3) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
zlib1g-dev,
python3-markdown,
python3
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/filtlong
Vcs-Git: https://salsa.debian.org/med-team/filtlong.git
Homepage: https://github.com/rrwick/Filtlong
=====================================
debian/patches/hardening.patch
=====================================
@@ -1,16 +1,17 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Thu, 14 May 2020 15:01:02 +0200
+Last-Update: Sat, 12 Aug 2023 20:44:16 +0200
Description: Propagate hardening options
Forwarded: not-needed
+Reviewed-By: Étienne Mollier <emollier at debian.org>
---- a/Makefile
-+++ b/Makefile
-@@ -37,7 +37,7 @@ dir_guard=@mkdir -p $(@D)
+--- filtlong.orig/Makefile
++++ filtlong/Makefile
+@@ -37,7 +37,7 @@
$(TARGET): $(OBJECTS)
$(dir_guard)
- $(CXX) $(FLAGS) $(CXXFLAGS) -o $(TARGET) $(OBJECTS) $(LIB)
-+ $(CXX) $(FLAGS) $(CXXFLAGS) -o $(TARGET) $(OBJECTS) $(LIB) $(LDFLAGS)
++ $(CXX) $(CPPFLAGS) $(FLAGS) $(CXXFLAGS) -o $(TARGET) $(OBJECTS) $(LIB) $(LDFLAGS)
clean:
$(RM) $(OBJECTS)
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/d21cadb9809aa4ecb45b8cf71929a8c761636b95...dd3a5085b56c133044a5c30676bc8c53978f301a
--
View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/d21cadb9809aa4ecb45b8cf71929a8c761636b95...dd3a5085b56c133044a5c30676bc8c53978f301a
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/20230812/f9bcb902/attachment-0001.htm>
More information about the debian-med-commit
mailing list