Alexandre Detiste pushed to branch master at Debian Med / radiant


Commits:
09d5dac4 by Alexandre Detiste at 2026-05-09T00:38:02+02:00
drop "Rules-Requires-Root: no": it is the default now

- - - - -
f1c4c937 by Alexandre Detiste at 2026-05-09T00:38:30+02:00
bump Standards-Version to 4.7.4, drop Priority: tag

- - - - -
2717ac04 by Alexandre Detiste at 2026-05-09T00:39:11+02:00
rewrite d/watch in v5 format

- - - - -
aa52b26e by Alexandre Detiste at 2026-05-09T00:40:25+02:00
rename files under debian/ for debhelper 14/15 compatibility

- - - - -
00003fc8 by Alexandre Detiste at 2026-05-09T00:41:38+02:00
use dh-cruft to register & purge volatile files

- - - - -


7 changed files:

- debian/control
- − debian/postrm
- debian/install → debian/radiant.install
- debian/manpages → debian/radiant.manpages
- debian/postinst → debian/radiant.postinst
- + debian/radiant.purge
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -2,13 +2,13 @@ Source: radiant
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Andreas Tille <[email protected]>
 Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.6.1
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-cruft,
+Standards-Version: 4.7.4
 Vcs-Browser: https://salsa.debian.org/med-team/radiant
 Vcs-Git: https://salsa.debian.org/med-team/radiant.git
 Homepage: https://github.com/marbl/Krona
-Rules-Requires-Root: no
 
 Package: radiant
 Architecture: all


=====================================
debian/postrm deleted
=====================================
@@ -1,23 +0,0 @@
-#!/bin/sh
-set -e
-
-TAXONOMYDIR=/var/lib/kronatools
-
-case "$1" in
-    purge)
-        rm -rf $TAXONOMYDIR
-    ;;
-    remove|upgrade|deconfigure|failed-upgrade)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-


=====================================
debian/install → debian/radiant.install
=====================================


=====================================
debian/manpages → debian/radiant.manpages
=====================================


=====================================
debian/postinst → debian/radiant.postinst
=====================================


=====================================
debian/radiant.purge
=====================================
@@ -0,0 +1 @@
+/var/lib/kronatools/


=====================================
debian/watch
=====================================
@@ -1,4 +1,7 @@
-version=4
+Version: 5
 
-opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%"
 \
-  https://github.com/marbl/Krona/tags 
.*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Source: https://github.com/marbl/Krona/tags
+Matching-Pattern: .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Dversionmangle: auto
+Filenamemangle: s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%
+Repacksuffix: +dfsg



View it on GitLab: 
https://salsa.debian.org/med-team/radiant/-/compare/e0885d7885877b6e5eea8d62fe72f46a323eacb2...00003fc812921a58a83b6c63cecba547d583a156

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/radiant/-/compare/e0885d7885877b6e5eea8d62fe72f46a323eacb2...00003fc812921a58a83b6c63cecba547d583a156
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to