[Python-modules-commits] [gerritlib] 06/06: Adopted into DPMT, version 0.8.0

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Mon Dec 11 21:46:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

fpytloun-guest pushed a commit to branch master
in repository gerritlib.

commit 566f2095168aea21f2e1769818bccb31f09c9449
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Mon Dec 11 22:28:44 2017 +0100

    Adopted into DPMT, version 0.8.0
---
 debian/changelog |  8 ++++++++
 debian/compat    |  2 +-
 debian/control   | 31 +++++++++++++++++++++----------
 debian/copyright |  1 +
 debian/gbp.conf  |  2 --
 5 files changed, 31 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7eabf4..eb7e151 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gerritlib (0.8.0-1) unstable; urgency=medium
+
+  * Adopting orphaned package (Closes: #881380)
+  * New upstream release
+  * Fixes unmet build dependency on old python-pbr (Closes: #880230)
+
+ -- Filip Pytloun <filip at pytloun.cz>  Mon, 11 Dec 2017 22:21:38 +0100
+
 gerritlib (0.4.0+git20150319-2) unstable; urgency=medium
 
   * Bump max pbr builddep to 1.* (See #803191)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 781f2fc..82ed424 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,34 @@
 Source: gerritlib
 Section: python
 Priority: optional
-Maintainer: Mathieu Parent <sathieu at debian.org>
-Build-Depends: debhelper (>=9),
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Filip Pytloun <filip at pytloun.cz>,
+           Mathieu Parent <sathieu at debian.org>
+Build-Depends: debhelper (>=10),
                dh-python,
                python-all,
-               python-paramiko (>=1.8.0),
-               python-pbr (<< 2.0),
                python-pbr (>= 0.8.2),
                python-setuptools,
-               python-six (>=1.7.0),
                python3-all,
-               python3-paramiko (>=1.8.0),
-               python3-pbr (<< 2.0),
                python3-pbr (>= 0.8.2),
-               python3-setuptools,
-               python3-six (>=1.7.0)
-Standards-Version: 3.9.6
+               python3-setuptools
+Build-Depends-Indep: python-hacking,
+                     python-paramiko (>=1.8.0),
+                     python-six (>=1.7.0),
+                     python-subunit,
+                     python-testrepository,
+                     python-testtools,
+                     python3-hacking,
+                     python3-paramiko (>=1.8.0),
+                     python3-six (>=1.7.0),
+                     python3-subunit,
+                     python3-testrepository,
+                     python3-testtools
+Standards-Version: 4.1.2
+Testsuite: autopkgtest-pkg-python
 Homepage: https://git.openstack.org/cgit/openstack-infra/gerritlib
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/gerritlib.git/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gerritlib.git
 
 Package: python-gerritlib
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index b9dd35b..8b6d827 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License:   Apache-2.0
 
 Files:     debian/*
 Copyright: 2015 Mathieu Parent <math.parent at gmail.com>
+           2017 Filip Pytloun <filip at pytloun.cz>
 License:   Apache-2.0
 
 License:   Apache-2.0
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 0b5017d..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[buildpackage]
-ignore-branch = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gerritlib.git



More information about the Python-modules-commits mailing list