Alexandre Detiste pushed to branch master at Debian Med / libchado-perl
Commits: 9f2f3bc8 by Alexandre Detiste at 2026-06-17T14:17:24+02:00 rename files under debian/ for debhelper 4 compatibility - - - - - 93f9e297 by Alexandre Detiste at 2026-06-17T14:18:19+02:00 disable useless Salsa CI jobs - - - - - e966b2a0 by Alexandre Detiste at 2026-06-17T13:19:05+01:00 Update standards version to 4.7.4, no changes needed. Upgrade checklist verified: 4.7.3 → 4.7.4: * Package is not in non-free-firmware Changes-By: lintian-brush Fixes: lintian: source: out-of-date-standards-version 4.7.3 (released 2025-12-23) (current is 4.7.4.1) See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 6de326b3 by Alexandre Detiste at 2026-06-17T14:19:48+02:00 rewrite d/watch in v5 format - - - - - 4a594db8 by Alexandre Detiste at 2026-06-17T14:21:43+02:00 use dh-cruft to register & purge /var/log/chado - - - - - fa89e02c by Alexandre Detiste at 2026-06-17T14:22:15+02:00 release - - - - - 8 changed files: - debian/changelog - debian/control - debian/README.Debian → debian/libchado-perl.README.Debian - debian/postinst → debian/libchado-perl.postinst - + debian/libchado-perl.purge - − debian/postrm - debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libchado-perl (1.31-9) unstable; urgency=medium + + * Team upload. + * Rename files under debian/ for debhelper 4 compatibility + * Disable useless Salsa CI jobs + * Update standards version to 4.7.4, no changes needed. + * Rewrite d/watch in v5 format + * Use dh-cruft to register & purge /var/log/chado + + -- Alexandre Detiste <[email protected]> Wed, 17 Jun 2026 14:21:59 +0200 + libchado-perl (1.31-8) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Uploaders: Scott Cain <[email protected]>, Andreas Tille <[email protected]> Section: perl Build-Depends: debhelper-compat (= 13), + dh-sequence-cruft, libmodule-build-perl Build-Depends-Indep: perl, libclass-dbi-pg-perl, @@ -28,7 +29,7 @@ Build-Depends-Indep: perl, libcgi-session-perl, libsql-translator-perl, libdbix-dbstag-perl -Standards-Version: 4.7.3 +Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/med-team/libchado-perl Vcs-Git: https://salsa.debian.org/med-team/libchado-perl.git Homepage: https://gmod.org/wiki/Chado ===================================== debian/README.Debian → debian/libchado-perl.README.Debian ===================================== ===================================== debian/postinst → debian/libchado-perl.postinst ===================================== ===================================== debian/libchado-perl.purge ===================================== @@ -0,0 +1,2 @@ +/usr/share/gmod/chado/ +/var/log/chado/ ===================================== debian/postrm deleted ===================================== @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - purge) - rm -rf /usr/share/gmod/chado - ;; -esac - - -#DEBHELPER# - ===================================== debian/salsa-ci.yml ===================================== @@ -4,3 +4,8 @@ include: autopkgtest: allow_failure: true + +variables: + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ -version=4 -http://sf.net/gmod/chado-([0-9.]+)\.tar\.gz +Version: 5 + +Source: http://sf.net/gmod/ +Matching-Pattern: chado-([0-9.]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/libchado-perl/-/compare/4de96654ab984090d9ca06b54676645497d3c93a...fa89e02cfd19e25ea37f5da9e6a1391033d6426d -- View it on GitLab: https://salsa.debian.org/med-team/libchado-perl/-/compare/4de96654ab984090d9ca06b54676645497d3c93a...fa89e02cfd19e25ea37f5da9e6a1391033d6426d 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
