Andreas Tille pushed to branch master at Debian Med / community / 
package_template


Commits:
22d9bafa by Andreas Tille at 2025-09-24T11:11:45+02:00
Add hint how to deal with gcc-15 issues

- - - - -
f3922330 by Andreas Tille at 2025-09-24T11:12:43+02:00
Add some Version: 5 watch file examples

- - - - -


2 changed files:

- debian/rules
- debian/watch


Changes:

=====================================
debian/rules
=====================================
@@ -17,6 +17,10 @@ include /usr/share/dpkg/default.mk
 # for hardening you might like to uncomment this:
 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+# Many problems with gcc-15 can be hidden by simply setting
+# Consult upstream repository for fixes first!
+#export DEB_CFLAGS_MAINT_APPEND += -std=gnu17
+
 %:
        dh $@
 


=====================================
debian/watch
=====================================
@@ -4,7 +4,19 @@
 # alternatively to this template you might like to try
 #    
https://salsa.debian.org/debian/debian-package-init/-/blob/master/deb_create_watch.py
 
-version=5
+# Github
+Version: 5
+
+Template: Github
+Owner: @PACKAGE@
+Project: @PACKAGE@
+
+# Sourceforge
+Version: 5
+
+Source: https://sf.net/@PACKAGE@/
+Matching-Pattern: @PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@
+
 
 # Uncomment to examine a Webpage
 # <Webpage URL> <string match>



View it on GitLab: 
https://salsa.debian.org/med-team/community/package_template/-/compare/5c5f28a60bd6c11ce9a918b7146cad9352a75d57...f392233061cf4c6fc27a6c9293b1391531678e41

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/community/package_template/-/compare/5c5f28a60bd6c11ce9a918b7146cad9352a75d57...f392233061cf4c6fc27a6c9293b1391531678e41
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

Reply via email to