Nilesh Patra pushed to branch master at Debian Med / pyranges
Commits: 1b42cf96 by Nilesh Patra at 2022-10-24T11:42:06+05:30 Add patch to fix FTBFS (Closes: ##1022476) - - - - - 976e2b2e by Nilesh Patra at 2022-10-24T11:42:24+05:30 Remove myself from uploaders - - - - - 0e19f822 by Nilesh Patra at 2022-10-24T11:42:41+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/reorder.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyranges (0.0.111+ds-3) unstable; urgency=medium + + * Team Upload. + * Add patch to fix FTBFS (Closes: ##1022476) + * Remove myself from uploaders + + -- Nilesh Patra <[email protected]> Mon, 24 Oct 2022 11:42:28 +0530 + pyranges (0.0.111+ds-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,7 +1,6 @@ Source: pyranges Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Nilesh Patra <[email protected]> +Uploaders: Steffen Moeller <[email protected]> Section: python Testsuite: autopkgtest-pkg-python Priority: optional ===================================== debian/patches/reorder.patch ===================================== @@ -0,0 +1,10 @@ +--- a/setup.py ++++ b/setup.py +@@ -1,6 +1,6 @@ + import os +-from distutils.core import setup + from setuptools import find_packages ++from distutils.core import setup + + __version__ = open("pyranges/version.py").readline().split(" = ")[1].replace( + '"', '').strip() ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix_dtype.patch +reorder.patch View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/6626938401e9d64a03dcadabe694fd3382542579...0e19f822b0415b829bed9f69a0dbad8002a126cd -- View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/6626938401e9d64a03dcadabe694fd3382542579...0e19f822b0415b829bed9f69a0dbad8002a126cd 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
