[Python-modules-commits] [git-review] 02/03: Import Debian changes 1.25.0-2
Allison Randal
allison-guest at moszumanska.debian.org
Sun Aug 6 13:28:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
allison-guest pushed a commit to branch master
in repository git-review.
commit 9c6c801706338ca19a3155e4e9606e3d9a6e2b40
Author: Thomas Goirand <zigo at debian.org>
Date: Sat Jun 13 10:07:38 2015 +0200
Import Debian changes 1.25.0-2
git-review (1.25.0-2) unstable; urgency=medium
* Re-added missing in debian/rules:
- export OSLO_PACKAGE_VERSION=$(VERSION) (needed for pbr version to work)
- depends on openstack-pkg-tools to have this working.
* Ran wrap-and-sort -t -a.
* Removed not-needed version in depends (already in Jessie). Also removed
python-argparse as depends, and added it it pydist-overrides.
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" to d/source/options.
git-review (1.25.0-1) unstable; urgency=medium
* New upstream version.
* Modernize packaging.
git-review (1.24-2) unstable; urgency=medium
* Now packaging the man page (Closes: #771049).
git-review (1.24-1) unstable; urgency=medium
* New upstream release.
* Removed all patches, they are all applied upstream now.
* Build-depends on python-all, not just python.
* Avoid usless dh targets.
* Added missing export OSLO_PACKAGE_VERSION=$(VERSION)
* build-depends on python-pbr.
git-review (1.23-2) unstable; urgency=medium
* Added Retrieve-remote-pushurl-independently-of-user-s-local.patch. Thanks
to Matteo Cypriani <mcy at lm7.fr> for the report (Closes: #751127).
* Fixed format 1.0 URL for debian/copyright.
* Added fix for man page (which I made upstream).
* Standards-Version: is now 3.9.5.
* More text for the extended description.
git-review (1.23-1) unstable; urgency=low
* New upstream release.
* Upstream renamed README.md into README.rst, updated debian/docs.
git-review (1.21-4) unstable; urgency=low
* Fixed debian/copyright and debian/control source and homepage URL. Thanks
to Laurent Bigonville for reporting (Closes: #700394).
* Added myself as uploader.
* Now depends on openstack-pkg-tools to have the debian/rules facility for
generating the orig.tar.xz.
* Ran wrap-and-sort.
* Rearanged a bit debian/copyright.
* Now using compat and debhelper 9.
git-review (1.21-3) unstable; urgency=low
* Bumped debian policy verstion to 3.9.4
git-review (1.21-2) experimental; urgency=low
* Updated debian/control file
git-review (1.21-1) unstable; urgency=low
* New upstream release.
* Added gbp.conf
* Updated maintainer mail
git-review (1.17-1) unstable; urgency=low
* New upstream release
git-review (1.16-1) unstable; urgency=low
* New upstream release
* Updated section to "vcs". Closes: #668070
* Removed Vcs-* field from control. Closes: #668441
git-review (1.15-1) unstable; urgency=low
* New upstream release
git-review (1.12-1) unstable; urgency=low
* Initial Debian Packaging
---
debian/changelog | 112 +++++++++++++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 27 ++++++++++++
debian/copyright | 32 ++++++++++++++
debian/gbp.conf | 8 ++++
debian/git-review.docs | 1 +
debian/rules | 12 ++++++
debian/source/format | 1 +
debian/source/options | 1 +
debian/watch | 2 +
10 files changed, 197 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d5ae829
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,112 @@
+git-review (1.25.0-2) unstable; urgency=medium
+
+ * Re-added missing in debian/rules:
+ - export OSLO_PACKAGE_VERSION=$(VERSION) (needed for pbr version to work)
+ - depends on openstack-pkg-tools to have this working.
+ * Ran wrap-and-sort -t -a.
+ * Removed not-needed version in depends (already in Jessie). Also removed
+ python-argparse as depends, and added it it pydist-overrides.
+ * Added extend-diff-ignore = "^[^/]*[.]egg-info/" to d/source/options.
+
+ -- Thomas Goirand <zigo at debian.org> Sat, 13 Jun 2015 10:07:38 +0200
+
+git-review (1.25.0-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Modernize packaging.
+
+ -- Clint Adams <clint at debian.org> Fri, 12 Jun 2015 23:27:02 -0400
+
+git-review (1.24-2) unstable; urgency=medium
+
+ * Now packaging the man page (Closes: #771049).
+
+ -- Thomas Goirand <zigo at debian.org> Thu, 27 Nov 2014 01:32:02 +0800
+
+git-review (1.24-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Removed all patches, they are all applied upstream now.
+ * Build-depends on python-all, not just python.
+ * Avoid usless dh targets.
+ * Added missing export OSLO_PACKAGE_VERSION=$(VERSION)
+ * build-depends on python-pbr.
+
+ -- Thomas Goirand <zigo at debian.org> Fri, 01 Aug 2014 14:16:49 +0800
+
+git-review (1.23-2) unstable; urgency=medium
+
+ * Added Retrieve-remote-pushurl-independently-of-user-s-local.patch. Thanks
+ to Matteo Cypriani <mcy at lm7.fr> for the report (Closes: #751127).
+ * Fixed format 1.0 URL for debian/copyright.
+ * Added fix for man page (which I made upstream).
+ * Standards-Version: is now 3.9.5.
+ * More text for the extended description.
+
+ -- Thomas Goirand <zigo at debian.org> Wed, 11 Jun 2014 11:06:44 +0800
+
+git-review (1.23-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upstream renamed README.md into README.rst, updated debian/docs.
+
+ -- Thomas Goirand <zigo at debian.org> Thu, 15 Aug 2013 19:55:36 +0200
+
+git-review (1.21-4) unstable; urgency=low
+
+ * Fixed debian/copyright and debian/control source and homepage URL. Thanks
+ to Laurent Bigonville for reporting (Closes: #700394).
+ * Added myself as uploader.
+ * Now depends on openstack-pkg-tools to have the debian/rules facility for
+ generating the orig.tar.xz.
+ * Ran wrap-and-sort.
+ * Rearanged a bit debian/copyright.
+ * Now using compat and debhelper 9.
+
+ -- Thomas Goirand <zigo at debian.org> Mon, 27 May 2013 11:17:49 +0800
+
+git-review (1.21-3) unstable; urgency=low
+
+ * Bumped debian policy verstion to 3.9.4
+
+ -- Ghe Rivero <ghe at debian.org> Mon, 13 May 2013 10:24:16 +0200
+
+git-review (1.21-2) experimental; urgency=low
+
+ * Updated debian/control file
+
+ -- Ghe Rivero <ghe at debian.org> Wed, 10 Apr 2013 03:24:49 -0400
+
+git-review (1.21-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added gbp.conf
+ * Updated maintainer mail
+
+ -- Ghe Rivero <ghe at debian.org> Tue, 09 Apr 2013 10:52:23 -0400
+
+git-review (1.17-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Ghe Rivero <ghe.rivero at stackops.com> Sat, 30 Jun 2012 09:57:59 +0200
+
+git-review (1.16-1) unstable; urgency=low
+
+ * New upstream release
+ * Updated section to "vcs". Closes: #668070
+ * Removed Vcs-* field from control. Closes: #668441
+
+ -- Ghe Rivero <ghe at debian.org> Thu, 12 Apr 2012 11:52:11 +0200
+
+git-review (1.15-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Ghe Rivero <ghe.rivero at stackops.com> Fri, 23 Mar 2012 08:28:39 +0100
+
+git-review (1.12-1) unstable; urgency=low
+
+ * Initial Debian Packaging
+
+ -- Ghe Rivero <ghe.rivero at stackops.com> Thu, 01 Mar 2012 09:30:36 +0100
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..b7ee845
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: git-review
+Maintainer: PKG OpenStack <openstack-devel at lists.alioth.debian.org>
+Section: vcs
+Priority: extra
+Uploaders: Ghe Rivero <ghe at debian.org>,
+ Thomas Goirand <zigo at debian.org>,
+ Clint Adams <clint at debian.org>,
+Build-Depends-Indep: debhelper (>= 9),
+ dh-python,
+ openstack-pkg-tools,
+ python-all,
+ python-pbr,
+ python-setuptools,
+Standards-Version: 3.9.6
+Homepage: http://docs.openstack.org/infra/git-review/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/git-review.git;a=summary
+Vcs-Git: git://anonscm.debian.org/openstack/git-review.git
+
+Package: git-review
+Architecture: all
+Depends: git,
+ ${misc:Depends},
+ ${python:Depends},
+Description: git command for submitting branches to Gerrit
+ git-review is a tool that helps submitting git branches to gerrit for review.
+ It is used extensively for the development and maintenance of OpenStack, but
+ it can be used for any project using Gerrit.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..488505c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: git-review
+Source: http://tarballs.openstack.org/git-review/
+
+Files: *
+Copyright: 2011-2012 OpenStack LLC
+ 2013 Mirantis Inc.
+ 2014 Hewlett-Packard Development Company, L.P.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012 Kiall Mac Innes <kiall at managedit.ie>
+ 2012 Ghe Rivero <ghe at debian.org>
+ 2013-2014 Thomas Goirand <zigo at debian.org>
+ 2015 Clint Adams <clint at debian.org>
+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 version 2.0 license
+ 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..7bf5959
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+[DEFAULT]
+upstream-branch = master
+debian-branch = debian/unstable
+upstream-tag = %(version)s
+compression = xz
+
+[buildpackage]
+export-dir = ../build-area/
diff --git a/debian/git-review.docs b/debian/git-review.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/git-review.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2217b20
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+UPSTREAM_GIT = git://github.com/openstack-infra/git-review.git
+include /usr/share/openstack-pkg-tools/pkgos.make
+export OSLO_PACKAGE_VERSION=$(VERSION)
+
+export PYBUILD_NAME=git-review
+%:
+ dh $@ --with python2 --buildsystem=pybuild
+
+# skip tests since they require a local gerrit
+override_dh_auto_test:
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/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..da2cc16
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/git-review/git-review-(.*).tar.gz debian uupdate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/git-review.git
More information about the Python-modules-commits
mailing list