[med-svn] [Git][med-team/python-pyvcf][master] 5 commits: d/watch: version=5
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Nov 21 20:20:15 GMT 2025
Andreas Tille pushed to branch master at Debian Med / python-pyvcf
Commits:
b27c1879 by Andreas Tille at 2025-11-21T20:52:05+01:00
d/watch: version=5
- - - - -
7ccb7464 by Andreas Tille at 2025-11-21T20:53:25+01:00
Build reproducibly
- - - - -
9575f3e5 by Andreas Tille at 2025-11-21T20:53:56+01:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
2f173909 by Andreas Tille at 2025-11-21T20:55:14+01:00
debputy lint --auto-fix (routine-update)
- - - - -
fd3917e6 by Andreas Tille at 2025-11-21T20:56:03+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+python-pyvcf (0.6.8+git20170215.476169c-12) unstable; urgency=medium
+
+ [ Andreas Tille ]
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ [ Chris Lamb ]
+ * Build reproducibly
+
+ -- Andreas Tille <tille at debian.org> Fri, 21 Nov 2025 20:55:16 +0100
+
python-pyvcf (0.6.8+git20170215.476169c-11) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,17 +1,19 @@
Source: python-pyvcf
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders:
+ Andreas Tille <tille at debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- dh-sequence-python3,
- cython3,
- python3-all-dev,
- python3-setuptools,
- python3-pytest <!nocheck>,
- python3-pysam <!nocheck>
-Standards-Version: 4.7.0
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ cython3,
+ python3-all-dev,
+ python3-setuptools,
+ python3-pytest <!nocheck>,
+ python3-pysam <!nocheck>,
Vcs-Browser: https://salsa.debian.org/med-team/python-pyvcf
Vcs-Git: https://salsa.debian.org/med-team/python-pyvcf.git
Homepage: https://github.com/jamescasbon/PyVCF
@@ -19,11 +21,13 @@ Rules-Requires-Root: no
Package: python3-vcf
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- python3-pysam
-Provides: python3-pyvcf
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-pysam,
+Provides:
+ python3-pyvcf,
Description: Variant Call Format (VCF) parser for Python 3
The Variant Call Format (VCF) specifies the format of a text file used
in bioinformatics for storing gene sequence variations. The format has
@@ -43,9 +47,10 @@ Description: Variant Call Format (VCF) parser for Python 3
Package: pyvcf
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends},
- python3-vcf
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-vcf,
Description: helper scripts for Variant Call Format (VCF) parser
The Variant Call Format (VCF) specifies the format of a text file used
in bioinformatics for storing gene sequence variations. The format has
@@ -66,7 +71,8 @@ Description: helper scripts for Variant Call Format (VCF) parser
Package: python-pyvcf-examples
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: Example data for Variant Call Format (VCF) parser for Python
The Variant Call Format (VCF) specifies the format of a text file used
in bioinformatics for storing gene sequence variations. The format has
=====================================
debian/rules
=====================================
@@ -12,6 +12,7 @@ helperdir=debian/py$(PYBUILD_NAME)/usr
export PYBUILD_BEFORE_TEST = mkdir {build_dir}/vcf; \
cp -r {dir}/vcf/test {build_dir}/vcf/
+export PYBUILD_AFTER_TEST = rm -rfv {build_dir}/vcf/test
%:
dh $@ --buildsystem=pybuild
=====================================
debian/watch
=====================================
@@ -1,4 +1,6 @@
-version=4
+Version: 5
-opts="mode=git,pretty=0.6.8+git%cd.%h" \
- https://github.com/jamescasbon/PyVCF.git HEAD
+Source: https://github.com/jamescasbon/PyVCF.git
+Matching-Pattern: HEAD
+Mode: git
+Git-Pretty: 0.6.8+git%cd.%h
View it on GitLab: https://salsa.debian.org/med-team/python-pyvcf/-/compare/2ab9de1a6ca10b4c5793a15928fe5d643c722a71...fd3917e610963bcc7a2e54435835f81ae9879563
--
View it on GitLab: https://salsa.debian.org/med-team/python-pyvcf/-/compare/2ab9de1a6ca10b4c5793a15928fe5d643c722a71...fd3917e610963bcc7a2e54435835f81ae9879563
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/20251121/c1529083/attachment-0001.htm>
More information about the debian-med-commit
mailing list