[med-svn] [Git][med-team/python-deeptools][master] 4 commits: Add autopkgtest shell script

Steffen Möller gitlab at salsa.debian.org
Sat Mar 21 15:14:12 GMT 2020



Steffen Möller pushed to branch master at Debian Med / python-deeptools


Commits:
1208a1f7 by Sao I Kuan at 2020-03-21T23:09:53+09:00
Add autopkgtest shell script

Add Testsuite: autopkgtest-pkg-python

- - - - -
3c73ec98 by Sao I Kuan at 2020-03-21T23:39:23+09:00
Add Rules-Requires-Root: no

- - - - -
37ccf1be by Sao I Kuan at 2020-03-21T23:40:13+09:00
Add salsa-ci.yml

- - - - -
9c5a0b7e by Steffen Möller at 2020-03-21T15:14:09+00:00
Merge branch 'master' into 'master'

Add autopkgtest shell script

See merge request med-team/python-deeptools!1
- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- + debian/tests/control
- + debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-deeptools (3.3.2+ds-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add autopkgtest shell script
+  * Add Testsuite: autopkgtest-pkg-python 
+  * Add Rules-Requires-Root: no
+  * Add salsa-ci.yml
+
+ -- Sao I Kuan <saoikuan at gmail.com>  Sat, 21 Mar 2020 22:53:34 +0900
+
 python-deeptools (3.3.2+ds-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -21,6 +21,8 @@ Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/python-deeptools
 Vcs-Git: https://salsa.debian.org/med-team/python-deeptools.git
 Homepage: https://github.com/deeptools/deepTools
+Testsuite: autopkgtest-pkg-python
+Rules-Requires-Root: no
 
 Package: python3-deeptools
 Architecture: all


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+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


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, python3-nose
+Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+for py in $(py3versions -r 2> /dev/null)
+do echo "Testing with $py in $(pwd):"
+    nosetests3 -v -s deeptools
+done



View it on GitLab: https://salsa.debian.org/med-team/python-deeptools/-/compare/4695b97f16797c096049160a4db93cb147616e0b...9c5a0b7e03b7ec4369e65171b9b8438cffaeed30

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-deeptools/-/compare/4695b97f16797c096049160a4db93cb147616e0b...9c5a0b7e03b7ec4369e65171b9b8438cffaeed30
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/20200321/688dca7d/attachment-0001.html>


More information about the debian-med-commit mailing list