[Python-modules-commits] [gerritlib] 01/01: Fix d/changelog and remove Mathieu from uploaders
Filip Pytloun
fpytloun-guest at moszumanska.debian.org
Mon Dec 18 21:46:37 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 ec41706cff5d6f40e4fef11cd40bf72fb717d45c
Author: Filip Pytloun <filip at pytloun.cz>
Date: Mon Dec 18 22:43:20 2017 +0100
Fix d/changelog and remove Mathieu from uploaders
---
debian/changelog | 8 +++++++-
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9fbe9ec..56fa6f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
gerritlib (0.8.0-1) unstable; urgency=medium
- * Adopting orphaned package (Closes: #881380)
+ * Adopting orphaned package under DPMT (Closes: #881380)
+ * d/copyright: update copyright holders for debian/*
+ * d/compat: update to version 10
+ * d/control: Remove Mathieu Parent from uploaders
+ * d/control: update standards version to 4.1.2
+ * d/control: Update Build-Depends to match new release
+ * d/control: add autopkgtest
* New upstream release
* Fix python3 compatibility by converting bytes objects to string
Upstream review: https://review.openstack.org/#/c/527704/
diff --git a/debian/control b/debian/control
index 82ed424..a5b205c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: gerritlib
Section: python
Priority: optional
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>
+Uploaders: Filip Pytloun <filip at pytloun.cz>
Build-Depends: debhelper (>=10),
dh-python,
python-all,
diff --git a/debian/rules b/debian/rules
index c5491f3..c00e386 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Parse version from debian changelog (or pbr will try to use Git commit)
-export PBR_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-')
+export PBR_VERSION:=$(shell dpkg-parsechangelog --show-field version)
export PYBUILD_NAME=gerritlib
%:
--
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