[med-svn] [Git][med-team/python-loompy][master] 6 commits: Bump debhelper-compat version to 13
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Jul 3 17:20:39 BST 2021
Nilesh Patra pushed to branch master at Debian Med / python-loompy
Commits:
5a22c949 by Nilesh Patra at 2021-07-03T21:33:13+05:30
Bump debhelper-compat version to 13
- - - - -
4dbab988 by Nilesh Patra at 2021-07-03T21:33:30+05:30
Declare compliance with policy 4.5.1
- - - - -
daa497e7 by Nilesh Patra at 2021-07-03T21:34:22+05:30
d/salsa-ci.yml: Do not build on i386
- - - - -
6c4394b5 by Nilesh Patra at 2021-07-03T21:36:40+05:30
d/copyright: Minor fix for file path
- - - - -
9ce93ed3 by Nilesh Patra at 2021-07-03T21:45:50+05:30
d/rules: Do not install test.loom
- - - - -
a0cb9979 by Nilesh Patra at 2021-07-03T21:46:40+05:30
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+python-loompy (3.0.6+dfsg-4) unstable; urgency=medium
+
+ * Team Upload.
+ * d/p/tests-open-loom-write-permissions.patch: Load loom
+ file in h5py with write permissions
+ * Add autopkgtest
+ * Add python3-pytest to B-D (enables build time testing)
+ * Bump debhelper-compat version to 13
+ * Declare compliance with policy 4.5.1
+ * d/salsa-ci.yml: Do not build on i386
+ * d/copyright: Minor fix for file path
+ * d/rules: Do not install test.loom
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 03 Jul 2021 21:45:55 +0530
+
python-loompy (3.0.6+dfsg-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>
Section: science
Priority: optional
Testsuite: autopkgtest-pkg-python
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 12),
python3-scipy <!nocheck>,
python3-numpy-groupies <!nocheck>,
python3-pytest <!nocheck>
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/python-loompy
Vcs-Git: https://salsa.debian.org/med-team/python-loompy.git
Homepage: https://github.com/linnarsson-lab/loompy
=====================================
debian/copyright
=====================================
@@ -9,7 +9,7 @@ Files: *
Copyright: 2016 Linnarsson Lab <sten.linnarsson at ki.se>
License: BSD-2-Clause
-Files: ./loompy/cell_calling.py
+Files: loompy/cell_calling.py
Copyright: 2018 10X Genomics, Inc.
License: MIT
=====================================
debian/rules
=====================================
@@ -5,3 +5,6 @@ export PYBUILD_NAME=loompy
%:
dh $@ --with python3 --buildsystem=pybuild
+
+execute_after_dh_auto_install:
+ find debian/ -type f -name test.loom -delete
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,37 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/atomic-reprotest.yml
+
+extract-source:
+ extends: .provisioning-extract-source
+
+build:
+ extends: .build-package
+
+build source:
+ extends: .build-source-only
+
+reprotest:
+ extends: .test-reprotest
+
+lintian:
+ extends: .test-lintian
+
+autopkgtest:
+ extends: .test-autopkgtest
+
+blhc:
+ extends: .test-blhc
+
+piuparts:
+ extends: .test-piuparts
+
+missing-breaks:
+ extends: .test-missing-breaks
+
+rc-bugs:
+ extends: .test-rc-bugs
+
+aptly:
+ extends: .publish-aptly
View it on GitLab: https://salsa.debian.org/med-team/python-loompy/-/compare/3b5e6d4a54e6fd8fd3d6a044dd744fa06e192635...a0cb9979793230f927b2eb6cec9e9dfbb225053b
--
View it on GitLab: https://salsa.debian.org/med-team/python-loompy/-/compare/3b5e6d4a54e6fd8fd3d6a044dd744fa06e192635...a0cb9979793230f927b2eb6cec9e9dfbb225053b
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/20210703/c7ac750b/attachment-0001.htm>
More information about the debian-med-commit
mailing list