Andreas Tille pushed to branch master at Debian Med / axe-demultiplexer
Commits: 8d3c255a by Andreas Tille at 2024-01-26T22:26:18+01:00 Fix clean target - - - - - fbd0e9f1 by Andreas Tille at 2024-01-26T22:26:49+01:00 routine-update: Standards-Version: 4.6.2 - - - - - 4d041d76 by Andreas Tille at 2024-01-26T22:26:56+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush - - - - - 3a32598a by Andreas Tille at 2024-01-26T22:32:08+01:00 Add missing -f option to rm - - - - - 774fc317 by Andreas Tille at 2024-01-26T22:33:03+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +axe-demultiplexer (0.3.3+dfsg-4) unstable; urgency=medium + + * Team upload. + * Fix clean target + Closes: #1043648 + * Standards-Version: 4.6.2 (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille <[email protected]> Fri, 26 Jan 2024 22:32:23 +0100 + axe-demultiplexer (0.3.3+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libqes-dev, libgsl-dev, python3-sphinx:native -Standards-Version: 4.5.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/axe-demultiplexer Vcs-Git: https://salsa.debian.org/med-team/axe-demultiplexer.git Homepage: https://github.com/kdmurray91/axe ===================================== debian/rules ===================================== @@ -11,3 +11,7 @@ override_dh_installdocs: dh_installdocs mkdir -p debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/tests cp -a tests/data debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/tests + +override_dh_auto_clean: + dh_auto_clean + find . -type d -name __pycache__ | xargs rm -rf ===================================== debian/upstream/metadata ===================================== @@ -1,5 +1,5 @@ -Bug-Database: https://github.com/kdmurray91/axe/issues -Bug-Submit: https://github.com/kdmurray91/axe/issues/new +Bug-Database: https://github.com/kdm9/axe/issues +Bug-Submit: https://github.com/kdm9/axe/issues/new Registry: - Name: OMICtools Entry: OMICS_19788 @@ -7,5 +7,5 @@ Registry: Entry: NA - Name: SciCrunch Entry: SCR_015984 -Repository: https://github.com/kdmurray91/axe.git -Repository-Browse: https://github.com/kdmurray91/axe +Repository: https://github.com/kdm9/axe.git +Repository-Browse: https://github.com/kdm9/axe View it on GitLab: https://salsa.debian.org/med-team/axe-demultiplexer/-/compare/720e6d9a4116ac44dda6d7ff0507a3316d96e3a5...774fc3173b605e8026a4c7cdb273b7c4743a33e7 -- View it on GitLab: https://salsa.debian.org/med-team/axe-demultiplexer/-/compare/720e6d9a4116ac44dda6d7ff0507a3316d96e3a5...774fc3173b605e8026a4c7cdb273b7c4743a33e7 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
