[med-svn] [Git][med-team/nanosv][master] 3 commits: Enable building with Python3.9
Andreas Tille
gitlab at salsa.debian.org
Mon Jan 4 12:38:09 GMT 2021
Andreas Tille pushed to branch master at Debian Med / nanosv
Commits:
b0067e00 by Andreas Tille at 2021-01-04T13:25:34+01:00
Enable building with Python3.9
- - - - -
17ad99b2 by Andreas Tille at 2021-01-04T13:26:10+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
fcf9c946 by Andreas Tille at 2021-01-04T13:29:00+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+nanosv (1.2.4+git20190409.c1ae30c-3) unstable; urgency=medium
+
+ * Team upload.
+ * Enable building with Python3.9
+ Closes: #978338
+ * Standards-Version: 4.5.1 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 04 Jan 2021 13:26:30 +0100
+
nanosv (1.2.4+git20190409.c1ae30c-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
help2man,
python3-vcf,
python3-nose
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/nanosv
Vcs-Git: https://salsa.debian.org/med-team/nanosv.git
Homepage: https://github.com/mroosmalen/nanosv
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export PYBUILD_NAME=nanosv
override_dh_auto_install:
dh_auto_install
find $(CURDIR)/debian -name "*.bed" -o -name "*.ini" | xargs -r chmod -x
- PYTHONPATH=./debian/nanosv/usr/lib/python3.8/dist-packages/ help2man --include=debian/NanoSV.h2m ./debian/nanosv/usr/bin/NanoSV > $(CURDIR)/debian/NanoSV.1
+ PYTHONPATH=./debian/nanosv/usr/lib/$(shell py3versions -d)/dist-packages/ help2man --include=debian/NanoSV.h2m ./debian/nanosv/usr/bin/NanoSV > $(CURDIR)/debian/NanoSV.1
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/8350069e2c23624e5fb1bbafc12cf942c37f6f46...fcf9c9468c7d6bf5cddfb8dce2c2f0022ede69bc
--
View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/8350069e2c23624e5fb1bbafc12cf942c37f6f46...fcf9c9468c7d6bf5cddfb8dce2c2f0022ede69bc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210104/2bcc8546/attachment-0001.html>
More information about the debian-med-commit
mailing list