Alexandre Detiste pushed to branch master at Debian Med / kineticstools
Commits: 8153139d by Alexandre Detiste at 2025-01-18T03:06:21+01:00 add dep on python3-pkg-resources - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +kineticstools (0.6.1+git20220223.1326a4d+dfsg-4) unstable; urgency=medium + + * Team upload. + * Add explicit dependency on python3-pkg-resources + + -- Alexandre Detiste <[email protected]> Sat, 18 Jan 2025 03:06:08 +0100 + kineticstools (0.6.1+git20220223.1326a4d+dfsg-3) unstable; urgency=medium * Do not depends on deprecated module python3-pkg-resources ===================================== debian/control ===================================== @@ -60,6 +60,7 @@ Section: python Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, + python3-pkg-resources, kineticstools-data (= ${source:Version}) Suggests: python3-pybigwig Description: detection of DNA modifications (Python 3 library) ===================================== debian/rules ===================================== @@ -15,8 +15,7 @@ DATADIR = $(CURDIR)/debian/kineticstools-data/usr/share/kineticstools/resources %: dh $@ --buildsystem=pybuild -override_dh_auto_install: - dh_auto_install +execute_after_dh_auto_install: mkdir -p $(BINDIR) mv debian/python3-kineticstools/usr/bin/* $(BINDIR) mkdir -p $(MANDIR)/man1 @@ -30,8 +29,7 @@ override_dh_auto_install: ; done rm debian/python3-kineticstools/usr/lib/python3.*/dist-packages/nosetests.xml -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -rf .pytest_cache rm -rf kineticsTools.egg-info rm -f nosetests.xml View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/commit/8153139da559c0748d8815aff8ad44b255a469cd -- View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/commit/8153139da559c0748d8815aff8ad44b255a469cd 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
