[med-svn] [Git][med-team/python-qcli][master] 9 commits: Testsuite: autopkgtest-pkg-python

Andreas Tille gitlab at salsa.debian.org
Mon Apr 16 13:18:05 BST 2018


Andreas Tille pushed to branch master at Debian Med / python-qcli


Commits:
cb734ce4 by Andreas Tille at 2018-04-16T14:03:27+02:00
Testsuite: autopkgtest-pkg-python

- - - - -
84bd314e by Andreas Tille at 2018-04-16T14:03:36+02:00
Standards-Version: 4.1.4

- - - - -
d6c78ad6 by Andreas Tille at 2018-04-16T14:03:39+02:00
Point Vcs fields to salsa.debian.org

- - - - -
c58659a7 by Andreas Tille at 2018-04-16T14:03:52+02:00
debhelper 11

- - - - -
cd5fb78f by Andreas Tille at 2018-04-16T14:04:26+02:00
Secure URI in watch file

- - - - -
41834241 by Andreas Tille at 2018-04-16T14:07:02+02:00
Drop get-orig-source target

- - - - -
05eb2914 by Andreas Tille at 2018-04-16T14:07:26+02:00
spelling

- - - - -
a8e9f06e by Andreas Tille at 2018-04-16T14:11:15+02:00
do not parse d/changelog

- - - - -
06246298 by Andreas Tille at 2018-04-16T14:13:08+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-qcli (0.1.1-3) unstable; urgency=medium
+
+  * Testsuite: autopkgtest-pkg-python
+  * Standards-Version: 4.1.4
+  * Point Vcs fields to salsa.debian.org
+  * debhelper 11
+  * Secure URI in watch file
+  * d/rules:
+     - drop get-orig-source target
+     - do not parse d/changelog
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Apr 2018 14:11:21 +0200
+
 python-qcli (0.1.1-2) unstable; urgency=medium
 
   * Moved packaging from SVN to Git


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: python-qcli
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: python
+Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                dh-python,
                python-all-dev,
                python-nose
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-qcli.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-qcli.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/python-qcli
+Vcs-Git: https://salsa.debian.org/med-team/python-qcli.git
 Homepage: https://pypi.python.org/pypi/qcli/
 X-Python-Version: >= 2.6
 


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,14 +7,14 @@ Copyright: 2013-2014 Greg Caporaso <gregcaporaso at gmail.com>
 License: BSDlike
 Comment: Upstream has confirmed the license online
  Since there is no explicit copy of the licensing conditions upstream
- was asked for explicite permission to distribute.  This was given on
+ was asked for explicit permission to distribute.  This was given on
  the Debian Med mailing list here:
  .
    https://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-December/024166.html
  .
  The package is only temporary needed for QIIME 1.8 and in the next
  major upstream release of QIIME it will be replaced by pyqi which
- has an explicite licensing statement.
+ has an explicit licensing statement.
 
 Files: debian/*
 Copyright: 2013-2016 Andreas Tille <tille at debian.org>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,10 @@
 
 DH_VERBOSE := 1
 
-pkg      := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-bindir   := $(CURDIR)/debian/$(pkg)/usr/bin
-examples := $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/examples
+include /usr/share/dpkg/default.mk
+
+bindir   := $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
+examples := $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples
 
 pybuilddir := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)-$(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 
@@ -27,7 +28,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	    env PYTHONPATH=lib.$(pybuilddir)-$${pyv} nosetests ; \
 	done
 endif
-
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download --destdir=../tarballs


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-http://pypi.debian.net/qcli/qcli-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://pypi.debian.net/qcli/qcli-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz)



View it on GitLab: https://salsa.debian.org/med-team/python-qcli/compare/26854d8c022bedb6ccadf309e26edec5bc1f9520...062462980fd35454456540df511cb1fcb9e131a2

---
View it on GitLab: https://salsa.debian.org/med-team/python-qcli/compare/26854d8c022bedb6ccadf309e26edec5bc1f9520...062462980fd35454456540df511cb1fcb9e131a2
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/20180416/90ed2057/attachment-0001.html>


More information about the debian-med-commit mailing list