[med-svn] [Git][med-team/python-screed][master] 8 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 30 08:03:56 GMT 2018
Andreas Tille pushed to branch master at Debian Med / python-screed
Commits:
58b5c5ed by Andreas Tille at 2018-10-30T07:20:15Z
debhelper 11
- - - - -
87433b42 by Andreas Tille at 2018-10-30T07:20:20Z
Point Vcs fields to salsa.debian.org
- - - - -
a2c312e6 by Andreas Tille at 2018-10-30T07:20:20Z
Standards-Version: 4.2.1
- - - - -
6fa22f3b by Andreas Tille at 2018-10-30T07:44:06Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
25e31c10 by Andreas Tille at 2018-10-30T07:44:06Z
Remove trailing whitespace in debian/copyright
- - - - -
4171eb48 by Andreas Tille at 2018-10-30T07:44:06Z
Drop ancient X-Python-Version field
- - - - -
f9c178b4 by Andreas Tille at 2018-10-30T07:59:33Z
Drop unused lintian-override
- - - - -
bb3a1ccd by Andreas Tille at 2018-10-30T08:02:54Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/python3-screed.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+python-screed (1.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+ * Remove trailing whitespace in debian/copyright
+ * Drop ancient X-Python-Version field
+ * Drop unused lintian-override
+
+ -- Andreas Tille <tille at debian.org> Tue, 30 Oct 2018 08:59:40 +0100
+
python-screed (1.0-2) unstable; urgency=medium
* Use python3 for the tests
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
Section: python
Priority: optional
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 11~),
dh-python,
python3-all,
python3-setuptools,
@@ -12,11 +12,10 @@ Build-Depends: debhelper (>= 9.0.0),
python3-bz2file,
python3-pytest-runner,
python3-pytest-cov
-Standards-Version: 4.0.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-screed.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/python-screed
+Vcs-Git: https://salsa.debian.org/med-team/python-screed.git
Homepage: https://screed.readthedocs.org
-X-Python3-Version: >= 3.4
Package: python3-screed
Architecture: all
=====================================
debian/copyright
=====================================
@@ -26,13 +26,13 @@ License: BSD-3-Clause
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=====================================
debian/python3-screed.lintian-overrides
=====================================
@@ -1,8 +1,3 @@
# The duplicated compressed file is used intentionally since the test
# should run on both compression methods
duplicated-compressed-file usr/lib/python3/dist-packages/screed/tests/*
-
-# The compressed files come unchanged from source package - this should
-# be realised in the lintian test. Simply silencing it here.
-package-contains-timestamped-gzip usr/lib/python3/dist-packages/screed/tests/*
-
=====================================
debian/rules
=====================================
@@ -9,9 +9,11 @@ export PYBUILD_NAME=screed
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_install
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="export PATH={destdir}/usr/usr/bin:$$PATH {interpreter} -m pytest -m 'not known_failing'"
+endif
#override_dh_auto_build:
# dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/python-screed/compare/be211d8b28ae967f363255749ac88243d4abbd84...bb3a1ccdcb5b99a6c554b4cf4a8d31944a853810
--
View it on GitLab: https://salsa.debian.org/med-team/python-screed/compare/be211d8b28ae967f363255749ac88243d4abbd84...bb3a1ccdcb5b99a6c554b4cf4a8d31944a853810
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/20181030/345b98c2/attachment-0001.html>
More information about the debian-med-commit
mailing list