Karsten Schöke pushed to branch master at Debian Med / python-treetime
Commits: 4faec603 by Karsten Schöke at 2026-06-03T16:52:55+02:00 Deleting superfluous build artifacts - - - - - fc755172 by Karsten Schöke at 2026-06-03T16:53:39+02:00 Satisfy Lintian - - - - - 3 changed files: - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/control ===================================== @@ -9,6 +9,7 @@ Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, + pybuild-plugin-pyproject, python3-all, python3-biopython, python3-numpy, ===================================== debian/copyright ===================================== @@ -11,6 +11,13 @@ Files: debian/* Copyright: 2017-2018 Andreas Tille <[email protected]> License: MIT +Files: debian-tests-data/* +Copyright: 2016-208 Pavel Sagulenko, Emma Hodcroft, and Richard Neher +License: MIT +Comment: + Test data shipped in the debian-tests-data component tarball. + These files are covered by the same license as the main source. + License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ===================================== debian/rules ===================================== @@ -3,17 +3,13 @@ # DH_VERBOSE := 1 export PYBUILD_NAME = treetime +export PYBUILD_AFTER_INSTALL= rm -fr {destdir}/usr/lib/python3*/dist-packages/phylo_treetime-* EXECDIR=debian/python3-$(PYBUILD_NAME)/usr/share/treetime %: dh $@ --buildsystem=pybuild -override_dh_install: - dh_install +execute_after_dh_install: ## enable dh_python finding dependency find debian -name "*.py" -exec sed -i '1s:/usr/local/bin/python:/usr/bin/python:' \{\} \; - -override_dh_auto_clean: - dh_auto_clean - rm -rf phylo_treetime.egg-info View it on GitLab: https://salsa.debian.org/med-team/python-treetime/-/compare/f1d4e7605a1ab2015a68bac19537d3a5d1baea64...fc7551726d1cebcc69ed8f4f187b88e8697aab65 -- View it on GitLab: https://salsa.debian.org/med-team/python-treetime/-/compare/f1d4e7605a1ab2015a68bac19537d3a5d1baea64...fc7551726d1cebcc69ed8f4f187b88e8697aab65 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
