[Python-modules-commits] [git-review] 03/04: wrap-and-sort -bast
Ondrej Novy
onovy at debian.org
Sun Jan 21 13:19:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository git-review.
commit d97db90c22e873f29d077754e1f46ecc675db319
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Jan 21 14:09:28 2018 +0100
wrap-and-sort -bast
---
debian/changelog | 1 +
debian/control | 27 +++++++++++++++------------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e289d6d..1968dde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ git-review (1.26.0-1) UNRELEASED; urgency=medium
* d/copyright
- Add myself for Debian part
- Add new copyright holders from new upstream release
+ * wrap-and-sort -bast
-- Ondřej Nový <onovy at debian.org> Sun, 21 Jan 2018 13:35:57 +0100
diff --git a/debian/control b/debian/control
index 268e8fe..dc0e78c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,17 @@ Source: git-review
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Section: vcs
Priority: optional
-Uploaders: Ghe Rivero <ghe at debian.org>,
- Thomas Goirand <zigo at debian.org>,
- Clint Adams <clint at debian.org>,
- Allison Randal <allison at lohutok.net>
-Build-Depends-Indep: debhelper (>= 11),
- dh-python,
- python3-all,
- python3-pbr,
- python3-setuptools
+Uploaders:
+ Ghe Rivero <ghe at debian.org>,
+ Thomas Goirand <zigo at debian.org>,
+ Clint Adams <clint at debian.org>,
+ Allison Randal <allison at lohutok.net>,
+Build-Depends-Indep:
+ debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-pbr,
+ python3-setuptools,
Standards-Version: 4.1.3
Homepage: http://docs.openstack.org/infra/git-review/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/git-review.git
@@ -18,9 +20,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/git-review.
Package: git-review
Architecture: all
-Depends: git,
- ${misc:Depends},
- ${python3:Depends},
+Depends:
+ git,
+ ${misc:Depends},
+ ${python3: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
--
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