[med-svn] [Git][med-team/python-pybedtools][master] 5 commits: Remove unknown files in python module directory
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Nov 1 06:51:21 GMT 2023
Andreas Tille pushed to branch master at Debian Med / python-pybedtools
Commits:
9ca5e6b0 by Andreas Tille at 2023-11-01T07:37:41+01:00
Remove unknown files in python module directory
- - - - -
2a90cd52 by Andreas Tille at 2023-11-01T07:37:58+01:00
routine-update: Testsuite: autopkgtest-pkg-python
- - - - -
23a40f4d by Andreas Tille at 2023-11-01T07:37:58+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
ccde24ac by Andreas Tille at 2023-11-01T07:46:00+01:00
Remove field Testsuite on binary package python-pybedtools-doc that duplicates source.
Changes-By: lintian-brush
Fixes: lintian: installable-field-mirrors-source
See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html
- - - - -
ab8e8cc7 by Andreas Tille at 2023-11-01T07:51:04+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-python-pybedtools (0.9.1-1) UNRELEASED; urgency=medium
+python-pybedtools (0.9.1-1) unstable; urgency=medium
+ [ Lance Lin ]
* Team upload.
* New upstream version
* d/control: Replace autopkgtest-pkg-python with autopkgtest-pkg-pybuild
@@ -12,6 +13,13 @@ python-pybedtools (0.9.1-1) UNRELEASED; urgency=medium
* d/source/options: Ignore modified source files (Closes: #1048006)
* d/patches/yaml_safe_load.patch: Modify safe_load for full_load where needed
+ [ Andreas Tille ]
+ * Remove unknown files in python module directory
+ * Testsuite: autopkgtest-pkg-python (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+ * Remove field Testsuite on binary package python-pybedtools-doc that
+ duplicates source.
+
-- Lance Lin <lq27267 at gmail.com> Fri, 27 Oct 2023 19:35:26 +0700
python-pybedtools (0.9.0-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -3,10 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Michael R. Crusoe <crusoe at debian.org>,
Steffen Moeller <moeller at debian.org>
Section: python
-Testsuite: autopkgtest-pkg-pybuild
+Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
bedtools,
cython3,
python3-all-dev,
=====================================
debian/rules
=====================================
@@ -37,7 +37,9 @@ override_dh_auto_build:
override_dh_install:
dh_install
- rm -f debian/python3-pybedtools/usr/lib/python3*/dist-packages/pybedtools/test/prevent_open_file_regression
+ rm -f debian/python3-pybedtools/usr/lib/python3*/dist-packages/pybedtools/test/prevent_open_file_regression \
+ debian/python3-pybedtools/usr/lib/python3*/dist-packages/foo.bed \
+ debian/python3-pybedtools/usr/lib/python3*/dist-packages/genome.txt
override_dh_auto_clean:
/bin/rm -rf fakehome .eggs .pybuild .pytest_cache
View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/474d7c0053523767a0412cf9c17e78b09cbeb602...ab8e8cc7362fb61c25a9ca363959922f8da0d3be
--
View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/474d7c0053523767a0412cf9c17e78b09cbeb602...ab8e8cc7362fb61c25a9ca363959922f8da0d3be
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/20231101/7994247e/attachment-0001.htm>
More information about the debian-med-commit
mailing list