[med-svn] [Git][med-team/python-pbcore][master] 9 commits: d/control: bring back support for all python3 versions.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Jan 7 14:56:56 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / python-pbcore
Commits:
a9c9d583 by Étienne Mollier at 2023-01-07T15:14:25+01:00
d/control: bring back support for all python3 versions.
- - - - -
b42b3f5d by Étienne Mollier at 2023-01-07T15:15:21+01:00
d/control: declare compliance to standards version 4.6.2.
- - - - -
2dd6b2bc by Étienne Mollier at 2023-01-07T15:18:50+01:00
d/NEWS: remove; affected version not part of maintained releases.
- - - - -
6493ab3e by Étienne Mollier at 2023-01-07T15:21:00+01:00
d/copyright: update copyright years.
- - - - -
f4fe0e7c by Étienne Mollier at 2023-01-07T15:34:07+01:00
d/control: depend on architecture all only python3 package.
- - - - -
91e30a93 by Étienne Mollier at 2023-01-07T15:34:42+01:00
d/rules: remove empty directory flagged by lintian.
- - - - -
49b74e99 by Étienne Mollier at 2023-01-07T15:46:59+01:00
d/rules: fix wrong empty directory location.
Gbp-Dch: ignore
- - - - -
eca977a4 by Étienne Mollier at 2023-01-07T15:47:50+01:00
ready to upload to unstable.
- - - - -
24116efc by Étienne Mollier at 2023-01-07T15:50:45+01:00
Merge branch 'master' of salsa.debian.org:med-team/python-pbcore
- - - - -
5 changed files:
- − debian/NEWS
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/NEWS deleted
=====================================
@@ -1,7 +0,0 @@
-python-pbcore (1.2.9+dfsg-1) unstable; urgency=medium
-
- pbdataset has been moved to pbcoretools and is no longer part
- of pbcore.
- Please install pbcoretools if you miss that functionality.
-
- -- Afif Elghraoui <afif at debian.org> Mon, 11 Apr 2016 22:54:33 -0700
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-pbcore (2.1.2+dfsg-5) unstable; urgency=medium
+
+ * d/control: bring back support for all python3 versions.
+ * d/NEWS: remove; affected version not part of maintained releases.
+ * d/copyright: update copyright years.
+ * d/control: depend on architecture all only python3 package.
+ * d/rules: remove empty directory flagged by lintian.
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 07 Jan 2023 15:47:39 +0100
+
python-pbcore (2.1.2+dfsg-4) unstable; urgency=medium
* Standards-Version: 4.6.2 (routine-update)
=====================================
debian/control
=====================================
@@ -7,8 +7,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-sphinx <!nodoc>,
-# FIXME: restore python3-all-dev when python-pysam support python3.11
- python3-dev,
+ python3-all,
python3-setuptools,
python3-h5py,
python3-numpy,
=====================================
debian/copyright
=====================================
@@ -9,7 +9,8 @@ License: PacBio-BSD-3-Clause
Files: debian/*
Copyright: 2015-2018 Afif Elghraoui <afif at ghraoui.name>
- 2018-2019 Andreas Tille <tille at debian.org>
+ 2018-2022 Andreas Tille <tille at debian.org>
+ 2022-2023 Étienne Mollier <emollier at debian.org>
License: PacBio-BSD-3-Clause
License: PacBio-BSD-3-Clause
=====================================
debian/rules
=====================================
@@ -7,6 +7,7 @@ export PYBUILD_NAME = pbcore
export PYBUILD_AFTER_INSTALL = \
chmod -x {destdir}/{install_dir}/pbcore/data/datasets/*.xml
DESTDIR = $(CURDIR)/debian/python3-$(PYBUILD_NAME)
+DOCDIR = $(CURDIR)/debian/python-pbcore-doc
export LC_ALL=C.UTF-8
%:
dh $@ --with python3 --buildsystem=pybuild
@@ -18,6 +19,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
mv $(DESTDIR)/usr/bin/.open $(DESTDIR)/usr/bin/pbopen
+ rmdir $(DOCDIR)/usr/share/doc/python3-pbcore/html/_images/
override_dh_installdocs:
dh_installdocs -X _source
View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/compare/e82bfd093ecc153aa393402ef07f1247ed9af2ec...24116efc7b98761d9518cc23aa55ea890762cade
--
View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/compare/e82bfd093ecc153aa393402ef07f1247ed9af2ec...24116efc7b98761d9518cc23aa55ea890762cade
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/20230107/028f2153/attachment-0001.htm>
More information about the debian-med-commit
mailing list