Santiago Vila pushed to branch master at Debian Med / pbbam
Commits: db1fc1b2 by Santiago Vila at 2026-02-19T16:33:00+01:00 Fix clean target. This is what happened when trying to build source after binary build: dpkg-source: info: local changes detected, the modified files are: pbbam-2.4.0+dfsg/tests/src/cram/pbbamify.t.in dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/pbbam_2.4.0+dfsg-3.diff.KAsES3 I believe this happens because debian/rules modifies the file on the fly. It would be better to avoid that, but for now the current workaround (i.e. using debian/source/options) seems to work. - - - - - 4e92fb79 by Santiago Vila at 2026-02-19T16:34:00+01:00 d/control: Update standards-version. - - - - - 8d064864 by Santiago Vila at 2026-02-19T16:35:00+01:00 Upload for unstable as 2.4.0+dfsg-4 - - - - - 3 changed files: - debian/changelog - debian/control - + debian/source/options Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pbbam (2.4.0+dfsg-4) unstable; urgency=medium + + * Team upload. + * Fix clean target. + * Update standards-version. + + -- Santiago Vila <[email protected]> Thu, 19 Feb 2026 16:35:00 +0100 + pbbam (2.4.0+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13), python3-cram, libgtest-dev, samtools, -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/pbbam Vcs-Git: https://salsa.debian.org/med-team/pbbam.git Homepage: https://pbbam.readthedocs.org/en/latest/index.html ===================================== debian/source/options ===================================== @@ -0,0 +1 @@ +extend-diff-ignore = "^tests/src/cram/pbbamify\.t\.in$" View it on GitLab: https://salsa.debian.org/med-team/pbbam/-/compare/da10a85820626e882d52f813100d6424617e4c50...8d0648645b008978e632b1bf180ba9133ed8ee8c -- View it on GitLab: https://salsa.debian.org/med-team/pbbam/-/compare/da10a85820626e882d52f813100d6424617e4c50...8d0648645b008978e632b1bf180ba9133ed8ee8c 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
