[Python-modules-commits] [gerritlib] 01/06: Import gerritlib_0.4.0+git20150319-2.dsc

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 8f470cd51849c339d9be1d1925e09e7cfb12ca0f
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Mon Dec 11 22:16:00 2017 +0100

    Import gerritlib_0.4.0+git20150319-2.dsc
---
 debian/changelog     | 11 +++++++++++
 debian/compat        |  1 +
 debian/control       | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  5 +++++
 8 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a7eabf4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+gerritlib (0.4.0+git20150319-2) unstable; urgency=medium
+
+  * Bump max pbr builddep to 1.* (See #803191)
+
+ -- Mathieu Parent <sathieu at debian.org>  Mon, 02 Nov 2015 21:06:18 +0100
+
+gerritlib (0.4.0+git20150319-1) unstable; urgency=low
+
+  * Initial release. Closes: #793082
+
+ -- Mathieu Parent <sathieu at debian.org>  Fri, 24 Jul 2015 14:32:45 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..781f2fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: gerritlib
+Section: python
+Priority: optional
+Maintainer: Mathieu Parent <sathieu at debian.org>
+Build-Depends: debhelper (>=9),
+               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
+Homepage: https://git.openstack.org/cgit/openstack-infra/gerritlib
+
+Package: python-gerritlib
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${python:Depends}
+Description: client library for accessing Gerrit with Python
+ Gerritlib is a Python library for interacting with Gerrit.
+ .
+ It aims to provide a more conventionally pythonic way of managing a
+ Gerrit instance.
+
+Package: python3-gerritlib
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: client library for accessing Gerrit with Python3
+ Gerritlib is a Python3 library for interacting with Gerrit.
+ .
+ It aims to provide a more conventionally pythonic way of managing a
+ Gerrit instance.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b9dd35b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gerritlib
+Source: <https://git.openstack.org/cgit/openstack-infra/gerritlib>
+
+Files:     *
+Copyright: 2011 OpenStack, LLC.
+           2012-2015 Hewlett-Packard Development Company, L.P.
+License:   Apache-2.0
+
+Files:     debian/*
+Copyright: 2015 Mathieu Parent <math.parent at gmail.com>
+License:   Apache-2.0
+
+License:   Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+  can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..0b5017d
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[buildpackage]
+ignore-branch = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c5491f3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/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 PYBUILD_NAME=gerritlib
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5f1ed4c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/<project>-$1.tar.gz/" \
+         https://github.com/openstack-infra/gerritlib/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+

-- 
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