Andreas Tille pushed to branch master at Debian Med / filtlong
Commits: 91e18fd7 by Andreas Tille at 2020-05-14T22:23:50+02:00 Propagate hardening options - - - - - 52935f8e by Andreas Tille at 2020-05-14T22:23:50+02:00 Upload to unstable - - - - - 8126eaaa by Andreas Tille at 2020-05-14T22:26:34+02:00 Fix typo - - - - - 4 changed files: - debian/changelog - debian/filtlong.docs - + debian/patches/hardening.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -filtlong (0.2.0-1) UNRELEASED; urgency=medium +filtlong (0.2.0-1) unstable; urgency=medium * Initial release (Closes: #960628) - -- Andreas Tille <[email protected]> Thu, 14 May 2020 15:01:02 +0200 + -- Andreas Tille <[email protected]> Thu, 14 May 2020 22:20:05 +0200 ===================================== debian/filtlong.docs ===================================== @@ -1,4 +1,4 @@ README* misc debian/tests/run-unit-test -debian/tests/README.test \ No newline at end of file +debian/README.test \ No newline at end of file ===================================== debian/patches/hardening.patch ===================================== @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 14 May 2020 15:01:02 +0200 +Description: Propagate hardening options + +--- a/Makefile ++++ b/Makefile +@@ -37,7 +37,7 @@ dir_guard=@mkdir -p $(@D) + + $(TARGET): $(OBJECTS) + $(dir_guard) +- $(CXX) $(FLAGS) $(CXXFLAGS) -o $(TARGET) $(OBJECTS) $(LIB) ++ $(CXX) $(FLAGS) $(CXXFLAGS) -o $(TARGET) $(OBJECTS) $(LIB) $(LDFLAGS) + + clean: + $(RM) $(OBJECTS) ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ ignore_locales_in_test_output.patch +hardening.patch View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/dbcb5df925a34a213495d42abc3a4422f9850a48...8126eaaa97aa0173067bfab72de723fad6966be3 -- View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/dbcb5df925a34a213495d42abc3a4422f9850a48...8126eaaa97aa0173067bfab72de723fad6966be3 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
