debian/0000755000000000000000000000000012203213244007157 5ustar debian/compat0000644000000000000000000000000212203213244010355 0ustar 9 debian/git-review.install0000644000000000000000000000004612203213244012631 0ustar debian/git-review.conf etc/git-review debian/git-review.conf0000644000000000000000000000003012203213244012101 0ustar [updates] check = false debian/control0000644000000000000000000000135012203213244010561 0ustar Source: git-review Section: vcs Priority: extra Maintainer: PKG OpenStack Uploaders: Ghe Rivero , Thomas Goirand Build-Depends: debhelper (>= 9), openstack-pkg-tools, python, python-setuptools Standards-Version: 3.9.4 Homepage: https://github.com/openstack-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, python, python-argparse, ${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. debian/docs0000644000000000000000000000001312203213244010024 0ustar README.rst debian/source/0000755000000000000000000000000012203213244010457 5ustar debian/source/format0000644000000000000000000000001412203213244011665 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000023712203213244010600 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000014412203213244010207 0ustar version=3 http://pypi.python.org/packages/source/g/git-review/git-review-(.+).tar.gz debian uupdate debian/changelog0000644000000000000000000000347412203213244011041 0ustar git-review (1.23-1) unstable; urgency=low * New upstream release. * Upstream renamed README.md into README.rst, updated debian/docs. -- Thomas Goirand 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 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 Mon, 13 May 2013 10:24:16 +0200 git-review (1.21-2) experimental; urgency=low * Updated debian/control file -- Ghe Rivero 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 Tue, 09 Apr 2013 10:52:23 -0400 git-review (1.17-1) unstable; urgency=low * New upstream release -- Ghe Rivero 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 Thu, 12 Apr 2012 11:52:11 +0200 git-review (1.15-1) unstable; urgency=low * New upstream release -- Ghe Rivero Fri, 23 Mar 2012 08:28:39 +0100 git-review (1.12-1) unstable; urgency=low * Initial Debian Packaging -- Ghe Rivero Thu, 01 Mar 2012 09:30:36 +0100 debian/copyright0000644000000000000000000000206012203213244011110 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: git-review Source: git://github.com/openstack-infra/git-review.git Files: debian/* Copyright: (c) 2012, Kiall Mac Innes (c) 2012, Ghe Rivero (c) 2013, Thomas Goirand License: Apache-2.0 Files: * Copyright: 2011-2012 OpenStack LLC 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". debian/rules0000755000000000000000000000035712203213244010244 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/openstack-infra/git-review.git include /usr/share/openstack-pkg-tools/pkgos.make WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") %: dh $@ ${WITH_PYTHON2}