[Python-modules-commits] [git-review] 03/03: Change maintainer to DPMT

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 5c3cd4768b06d5185ccb2396e3fa17814c8741d6
Author: Allison Randal <allison at lohutok.net>
Date:   Sat Aug 5 13:26:48 2017 -0400

    Change maintainer to DPMT
---
 debian/changelog                         | 10 +++++++++
 debian/clean                             |  1 +
 debian/control                           | 10 ++++-----
 debian/gbp.conf                          |  8 -------
 debian/rules                             |  4 ----
 debian/source/options                    |  2 +-
 git_review.egg-info/PKG-INFO             | 24 ---------------------
 git_review.egg-info/SOURCES.txt          | 36 --------------------------------
 git_review.egg-info/dependency_links.txt |  1 -
 git_review.egg-info/entry_points.txt     |  3 ---
 git_review.egg-info/not-zip-safe         |  1 -
 git_review.egg-info/pbr.json             |  1 -
 git_review.egg-info/requires.txt         |  2 --
 git_review.egg-info/top_level.txt        |  1 -
 14 files changed, 17 insertions(+), 87 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5ae829..39c19ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-review (1.25.0-3) unstable; urgency=medium
+
+  * Change maintainer, no longer under OpenStack PKG team.
+  * Remove git-buildpackage configuration for old OpenStack packaging
+    workflow.
+  * Remove build dependency on openstack-pkg-tools.
+  * Clean up .egg-info as in DPMT policy.
+
+ -- Allison Randal <allison at lohutok.net>  Sat, 05 Aug 2017 15:14:39 -0400
+
 git-review (1.25.0-2) unstable; urgency=medium
 
   * Re-added missing in debian/rules:
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..45149aa
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+*.egg-info/*
diff --git a/debian/control b/debian/control
index b7ee845..cafecbe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: git-review
-Maintainer: PKG OpenStack <openstack-devel at lists.alioth.debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team 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>,
+           Allison Randal <allison at lohutok.net>
 Build-Depends-Indep: debhelper (>= 9),
                      dh-python,
-                     openstack-pkg-tools,
                      python-all,
                      python-pbr,
-                     python-setuptools,
+                     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
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/git-review.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/git-review.git
 
 Package: git-review
 Architecture: all
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 7bf5959..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-[DEFAULT]
-upstream-branch = master
-debian-branch = debian/unstable
-upstream-tag = %(version)s
-compression = xz
-
-[buildpackage]
-export-dir = ../build-area/
diff --git a/debian/rules b/debian/rules
index 2217b20..3af9427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,5 @@
 #!/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
diff --git a/debian/source/options b/debian/source/options
index cb61fa5..8f82c91 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1 @@
-extend-diff-ignore = "^[^/]*[.]egg-info/"
+extend-diff-ignore = "^[^/]+\.egg-info/"
diff --git a/git_review.egg-info/PKG-INFO b/git_review.egg-info/PKG-INFO
deleted file mode 100644
index d59a2eb..0000000
--- a/git_review.egg-info/PKG-INFO
+++ /dev/null
@@ -1,24 +0,0 @@
-Metadata-Version: 1.0
-Name: git-review
-Version: 1.25.0
-Summary: Tool to submit code to Gerrit
-Home-page: https://docs.openstack.org/infra/git-review/
-Author: OpenStack
-Author-email: openstack-infra at lists.openstack.org
-License: Apache License (2.0)
-Description: git-review
-        ==========
-        
-        A git command for submitting branches to Gerrit
-        
-        git-review is a tool that helps submitting git branches to gerrit for
-        review.
-        
-        * Free software: Apache license
-        * Documentation: http://docs.openstack.org/infra/git-review/
-        * Source: https://git.openstack.org/cgit/openstack-infra/git-review
-        * Bugs: https://storyboard.openstack.org/#!/project/719
-        
-        
-Keywords: git gerrit review
-Platform: UNKNOWN
diff --git a/git_review.egg-info/SOURCES.txt b/git_review.egg-info/SOURCES.txt
deleted file mode 100644
index ee98c1c..0000000
--- a/git_review.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-.mailmap
-.testr.conf
-AUTHORS
-CONTRIBUTING.rst
-ChangeLog
-HACKING.rst
-LICENSE
-MANIFEST.in
-README.rst
-git-review.1
-requirements.txt
-setup.cfg
-setup.py
-test-requirements.txt
-tox.ini
-doc/Makefile
-doc/source/conf.py
-doc/source/developing.rst
-doc/source/index.rst
-doc/source/installation.rst
-doc/source/usage.rst
-git_review/__init__.py
-git_review/cmd.py
-git_review.egg-info/PKG-INFO
-git_review.egg-info/SOURCES.txt
-git_review.egg-info/dependency_links.txt
-git_review.egg-info/entry_points.txt
-git_review.egg-info/not-zip-safe
-git_review.egg-info/pbr.json
-git_review.egg-info/requires.txt
-git_review.egg-info/top_level.txt
-git_review/tests/__init__.py
-git_review/tests/prepare.py
-git_review/tests/test_git_review.py
-git_review/tests/test_unit.py
-git_review/tests/utils.py
\ No newline at end of file
diff --git a/git_review.egg-info/dependency_links.txt b/git_review.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/git_review.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/git_review.egg-info/entry_points.txt b/git_review.egg-info/entry_points.txt
deleted file mode 100644
index 309c857..0000000
--- a/git_review.egg-info/entry_points.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-[console_scripts]
-git-review = git_review.cmd:main
-
diff --git a/git_review.egg-info/not-zip-safe b/git_review.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/git_review.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/git_review.egg-info/pbr.json b/git_review.egg-info/pbr.json
deleted file mode 100644
index 33b64ba..0000000
--- a/git_review.egg-info/pbr.json
+++ /dev/null
@@ -1 +0,0 @@
-{"is_release": true, "git_version": "8020448"}
\ No newline at end of file
diff --git a/git_review.egg-info/requires.txt b/git_review.egg-info/requires.txt
deleted file mode 100644
index e28f5fb..0000000
--- a/git_review.egg-info/requires.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-argparse
-requests>=1.1
diff --git a/git_review.egg-info/top_level.txt b/git_review.egg-info/top_level.txt
deleted file mode 100644
index 7843832..0000000
--- a/git_review.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-git_review

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