diff -Nru git-reintegrate-0.3/debian/changelog git-reintegrate-0.3/debian/changelog --- git-reintegrate-0.3/debian/changelog 2014-07-24 20:44:42.000000000 +0000 +++ git-reintegrate-0.3/debian/changelog 2014-07-28 20:18:56.000000000 +0000 @@ -1,3 +1,12 @@ +git-reintegrate (0.3-2) unstable; urgency=medium + + * Require ruby >= 1.9.3. + * Fixed Vcs-Browser URL. + * Mention in debian/copyright that test/sharness is GPL-2.0+, not + GPL-2.0 (thanks Thorsten Alteholz). + + -- Yann Dirson Mon, 28 Jul 2014 22:18:56 +0200 + git-reintegrate (0.3-1) unstable; urgency=low * Initial release (Closes: #755957). diff -Nru git-reintegrate-0.3/debian/control git-reintegrate-0.3/debian/control --- git-reintegrate-0.3/debian/control 2014-07-24 22:47:34.000000000 +0000 +++ git-reintegrate-0.3/debian/control 2014-07-25 21:07:07.000000000 +0000 @@ -2,15 +2,15 @@ Section: vcs Priority: optional Maintainer: Yann Dirson -Build-Depends: debhelper (>= 9), asciidoc, docbook-xsl, xsltproc, ruby, git +Build-Depends: debhelper (>= 9), asciidoc, docbook-xsl, xsltproc, ruby (>= 1.9.3), git Standards-Version: 3.9.5 Homepage: https://github.com/felipec/git-reintegrate Vcs-Git: git://anonscm.debian.org/collab-maint/git-reintegrate.git -Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/git-reintegrate.git;a=summary +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/git-reintegrate.git;a=summary Package: git-reintegrate Architecture: all -Depends: git, ruby, ${misc:Depends} +Depends: git, ruby (>= 1.9.3), ${misc:Depends} Description: Git extension to manage integration branches This tools allows one to define which feature branches will be part of your integration branches, and help you update the latter as new diff -Nru git-reintegrate-0.3/debian/copyright git-reintegrate-0.3/debian/copyright --- git-reintegrate-0.3/debian/copyright 2014-07-24 21:21:10.000000000 +0000 +++ git-reintegrate-0.3/debian/copyright 2014-07-28 20:17:58.000000000 +0000 @@ -6,6 +6,12 @@ Copyright: 2013-2014 Felipe Contreras License: GPL-2.0 +Files: test/sharness.sh +Copyright: 2011-2012 Mathias Lafeldt + 2005-2012 Git project + 2005-2012 Junio C Hamano +License: GPL-2.0+ + Files: debian/* Copyright: 2014 Yann Dirson License: GPL-2.0 @@ -17,6 +23,23 @@ . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-2.0+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .