1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@stackops.com> Thu, 01 Mar 2012 09:30:36 +0100
|