Étienne Mollier pushed to branch master at Debian Med / python-pauvre
Commits: 3b4a9451 by Etienne Mollier at 2020-07-08T16:43:18+02:00 d/control: add dependency to python3-tk - - - - - 4143a863 by Etienne Mollier at 2020-07-08T18:23:40+02:00 d/rules: cleanup build time test data - - - - - 94d5ef9f by Etienne Mollier at 2020-07-08T18:51:54+02:00 added myself as uploader - - - - - ce630dcb by Etienne Mollier at 2020-07-08T18:54:14+02:00 d/u/metadata: added link to repository fixes lintian notice upstream-metadata-missing-repository - - - - - 3d295b3d by Etienne Mollier at 2020-07-08T19:21:53+02:00 need to settle on the diacritics - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-pauvre (0.2.2-2) unstable; urgency=medium + + * Added myself as uploader. + * Added (build-)dependency on python3-tk (Closes: #962698) + * Cleanup test data after build time tests; this reduces the weight of the + python3-pauvre package, and improve reproducible builds. + + -- Étienne Mollier <[email protected]> Wed, 08 Jul 2020 18:40:39 +0200 + python-pauvre (0.2.2-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -2,7 +2,8 @@ Source: python-pauvre Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Build-Depends: debhelper-compat (= 13), dh-python, python3, @@ -13,6 +14,7 @@ Build-Depends: debhelper-compat (= 13), python3-numpy <!nocheck>, python3-scipy <!nocheck>, python3-sklearn <!nocheck>, + python3-tk <!nocheck>, python3-progressbar <!nocheck> Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/python-pauvre @@ -25,6 +27,7 @@ Architecture: all Section: python Depends: ${python3:Depends}, ${misc:Depends}, + python3-tk, python3-matplotlib, python3-biopython, python3-pandas, ===================================== debian/rules ===================================== @@ -16,7 +16,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) "$${PYBUILDDIR}/pauvre/tests/testdata" \ && BUILDDIR="$${PYBUILDDIR}" PATH="$(CURDIR)/debian/bin:$$PATH" \ dh_auto_test \ - && rm "$${PYBUILDDIR}/input" + && rm "$${PYBUILDDIR}/input" \ + && rm -r "$${PYBUILDDIR}/pauvre/tests/testdata" \ + "$${PYBUILDDIR}/pauvre/tests/testresults" endif override_dh_installexamples: ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,4 @@ --- Bug-Database: https://github.com/conchoecia/pauvre/issues Bug-Submit: https://github.com/conchoecia/pauvre/issues/new +Repository: https://github.com/conchoecia/pauvre.git View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/7162608daed079f606cb85961af6ea4cbe43b227...3d295b3d47b424b7c9df73918028fe64a70ffc43 -- View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/7162608daed079f606cb85961af6ea4cbe43b227...3d295b3d47b424b7c9df73918028fe64a70ffc43 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
