[med-svn] [Git][med-team/cnvkit][master] 3 commits: Drop Build-Depends python3-future
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 4 17:24:34 GMT 2024
Andreas Tille pushed to branch master at Debian Med / cnvkit
Commits:
df3ae5bd by Andreas Tille at 2024-01-04T17:07:43+01:00
Drop Build-Depends python3-future
- - - - -
d502e7f4 by Andreas Tille at 2024-01-04T17:08:06+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
8b358bcd by Andreas Tille at 2024-01-04T17:08:24+01:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+cnvkit (0.9.10-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Drop Build-Depends python3-future
+ Closes: #1059947
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+ Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org> Thu, 04 Jan 2024 17:07:06 +0100
+
cnvkit (0.9.10-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Michael R. Crusoe <crusoe at debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
python3-all,
python3-setuptools,
python3-pytest <!nocheck>,
@@ -17,7 +17,6 @@ Build-Depends: debhelper-compat (= 13),
python3-pysam <!nocheck>,
python3-scipy <!nocheck>,
python3-matplotlib <!nocheck>,
- python3-future <!nocheck>,
python3-pomegranate <!nocheck>,
r-bioc-dnacopy <!nocheck>,
# testing
@@ -26,7 +25,7 @@ Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/cnvkit
Vcs-Git: https://salsa.debian.org/med-team/cnvkit.git
-Homepage: http://cnvkit.readthedocs.org
+Homepage: https://cnvkit.readthedocs.org
Rules-Requires-Root: no
Package: cnvkit
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export PYBUILD_BEFORE_TEST=ln -s $(CURDIR)/data {build_dir}/data;
include /usr/share/dpkg/pkg-info.mk
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_install:
for script in `find scripts -name "*.py"` ; do \
View it on GitLab: https://salsa.debian.org/med-team/cnvkit/-/compare/ffb4457f5caebb28329fb2f1f81ac6bf7bac5a40...8b358bcd3305776cc986f5f51e9d16bba38c73d5
--
View it on GitLab: https://salsa.debian.org/med-team/cnvkit/-/compare/ffb4457f5caebb28329fb2f1f81ac6bf7bac5a40...8b358bcd3305776cc986f5f51e9d16bba38c73d5
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/20240104/ffe684cd/attachment-0001.htm>
More information about the debian-med-commit
mailing list