Santiago Vila pushed to branch master at Debian Med / python-pybedtools
Commits: aeb30b71 by Santiago Vila at 2026-03-02T19:26:00+01:00 Fix clean target. Closes: #1048006. - - - - - 0c9d6397 by Santiago Vila at 2026-03-02T19:27:00+01:00 Drop DH_VERBOSE, leftover from initial release. - - - - - 8e3c26f1 by Santiago Vila at 2026-03-02T19:28:00+01:00 d/control: Update standards-version. - - - - - 4c3b4656 by Santiago Vila at 2026-03-02T19:29:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 61e6cb61 by Santiago Vila at 2026-03-02T19:30:00+01:00 Upload for unstable as 0.10.0-6 - - - - - 5 changed files: - debian/changelog - + debian/clean - debian/control - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +python-pybedtools (0.10.0-6) unstable; urgency=medium + + * Team upload. + * Fix clean target. Closes: #1048006. + * Drop DH_VERBOSE, leftover from initial release. + * Update standards-version. + * Simplify salsa-ci.yml. + + -- Santiago Vila <[email protected]> Mon, 02 Mar 2026 19:30:00 +0100 + python-pybedtools (0.10.0-5) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1,7 @@ +docs/*.bed +docs/*.genome +docs/build/ +docs/html/ +docs/source/autodocs/*.rst +pybedtools/cbedtools.cpp +pybedtools/featurefuncs.cpp ===================================== debian/control ===================================== @@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), python3-sphinx <!nodoc>, r-base-core, zlib1g-dev -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/python-pybedtools Vcs-Git: https://salsa.debian.org/med-team/python-pybedtools.git Homepage: https://daler.github.io/pybedtools/ ===================================== debian/rules ===================================== @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DH_VERBOSE := 1 - export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pybedtools export MATPLOTLIBRC=$(CURDIR)/debian/ @@ -28,18 +26,3 @@ execute_after_dh_install: rm -f debian/python3-pybedtools/usr/lib/python3*/dist-packages/pybedtools/test/prevent_open_file_regression \ debian/python3-pybedtools/usr/lib/python3*/dist-packages/foo.bed \ debian/python3-pybedtools/usr/lib/python3*/dist-packages/genome.txt - -override_dh_auto_clean: - /bin/rm -rf fakehome .eggs .pybuild .pytest_cache - /bin/rm -rf debian/python3-pybedtools debian/files - /bin/rm -rf pybedtools.egg-info - /bin/rm -rf pybedtools/scripts/__pycache__/ - /bin/rm -rf pybedtools/contrib/__pycache__/ - /bin/rm -rf pybedtools/__pycache__/ - find pybedtools -name "*.so" -o -name "*.o" | xargs -r rm - rm -rf build - rm -rf docs/build docs/*.bed docs/*.genome - rm -rf dist - /bin/rm -rf pybedtools/cbedtools.cpp pybedtools/featurefuncs.cpp - find docs/source/autodocs/ -name "*.rst" | xargs -r /bin/rm - # dh_auto_clean ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/0b56d5da44a2b9ee2ab543b20a08ade81e4003fc...61e6cb615ce3d7d34ea85549d99b8010114c11a7 -- View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/0b56d5da44a2b9ee2ab543b20a08ade81e4003fc...61e6cb615ce3d7d34ea85549d99b8010114c11a7 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
