Étienne Mollier pushed to branch master at Debian Med / staden
Commits: 4c731490 by Étienne Mollier at 2025-09-23T21:52:13+02:00 d/control: remove redundant Rules-Requires-Root. - - - - - ba8d6953 by Étienne Mollier at 2025-09-23T21:52:32+02:00 d/watch: bump to uscan v5 watch file. - - - - - b92a08c8 by Étienne Mollier at 2025-09-23T21:52:57+02:00 d/u/metadata: fix typoed Bug fields. - - - - - 7370111c by Étienne Mollier at 2025-09-23T21:53:56+02:00 d/rules: fix build failure with gcc-15. Thanks: Adrian Bunk Closes: #1097934 - - - - - 4114f7ab by Étienne Mollier at 2025-09-23T21:55:38+02:00 d/changelog: ready for upload to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - debian/rules - debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ -staden (2.0.0+b11-7) UNRELEASED; urgency=medium +staden (2.0.0+b11-7) unstable; urgency=medium * d/rules: fortify sources. * d/control: add myself to uploaders. + * d/control: remove redundant Rules-Requires-Root. + * d/watch: bump to uscan v5 watch file. + * d/u/metadata: fix typoed Bug fields. + * d/rules: fix build failure with gcc-15. + Thanks to Adrian Bunk (Closes: #1097934) - -- Étienne Mollier <[email protected]> Thu, 10 Jul 2025 17:15:42 +0200 + -- Étienne Mollier <[email protected]> Tue, 23 Sep 2025 21:54:54 +0200 staden (2.0.0+b11-6) experimental; urgency=medium ===================================== debian/control ===================================== @@ -22,7 +22,6 @@ Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/staden Vcs-Git: https://salsa.debian.org/med-team/staden.git Homepage: https://sourceforge.net/projects/staden/ -Rules-Requires-Root: no Package: staden Architecture: any ===================================== debian/rules ===================================== @@ -8,6 +8,7 @@ else enable64bit:= endif +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 # Upstream code looks to handle CXXFLAGS alright, so let's cram also # source fortifying flags via it. export DEB_CXXFLAGS_MAINT_APPEND = $(CPPFLAGS) ===================================== debian/upstream/metadata ===================================== @@ -1,5 +1,5 @@ -Bugs-Database: https://sourceforge.net/p/staden/bugs/ -Bugs-Sumbit: https://sourceforge.net/p/staden/bugs/new/ +Bug-Database: https://sourceforge.net/p/staden/bugs/ +Bug-Sumbit: https://sourceforge.net/p/staden/bugs/new/ Repository-Browse: https://sourceforge.net/p/staden/code/HEAD/tree/staden/ Repository: https://svn.code.sf.net/p/staden/code/ Reference: ===================================== debian/watch ===================================== @@ -1,3 +1,5 @@ -version=4 -opts=dversionmangle=s/[+~]b/b/ \ - http://sf.net/staden/staden-(\d[\dab.]*)-[-\dsrc]*\.tar\.(?:bz2|gz) +Version: 5 + +Source: http://sf.net/staden/ +Matching-Pattern: staden-(\d[\dab.]*)-[-\dsrc]*\.tar\.(?:bz2|gz) +Dversionmangle: s/[+~]b/b/ View it on GitLab: https://salsa.debian.org/med-team/staden/-/compare/6671062c0acd771e92f7362f99b2169c07da4380...4114f7ab0a29f2852b8102c70072eaefd232de19 -- View it on GitLab: https://salsa.debian.org/med-team/staden/-/compare/6671062c0acd771e92f7362f99b2169c07da4380...4114f7ab0a29f2852b8102c70072eaefd232de19 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
