From: biao716.wang Date: Wed, 12 Sep 2018 08:50:34 +0000 (+0800) Subject: upgrade version to 0.9.9 X-Git-Tag: accepted/tizen/devbase/tools/20190927.044935~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dbd71c386ed3549e386d354d2003281ac433e50;p=tools%2Fgit-buildpackage.git upgrade version to 0.9.9 Change-Id: I7a5fb263f02daf4810d801fd414409c752e88f68 Signed-off-by: jingui.ren --- diff --git a/debian/changelog b/debian/changelog index 199e232..3474b65 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-buildpackage (0.9.9-tizen20180912) unstable; urgency=medium + + * Adapt Ubuntu 18.04 to upgrade the version. + + -- Biao Wang Wed, 12 Sep 2018 16:50:00 +0800 + git-buildpackage (0.7.5-tizen20161231) unstable; urgency=medium * Fix diff_status() for renames and copies diff --git a/debian/control b/debian/control index e5c828c..a2b27ca 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9~), docbook-utils, gtk-doc-tools, - jade, + openjade, perl, pychecker, python (>> 2.6.6-3~), diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 07073f7..c28872e 100755 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Wed Sep 12 2018 Biao Wang tizen/0.9.9-20180912 +- Adapt Ubuntu 18.04 to upgrade the version. + * Sat Dec 31 2016 SoonKyu Park tizen/0.7.5-20161231 - Fix diff_status() for renames and copies - Adapt git-merge option when git version greater then 2.9 diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index e1dd8db..31dea18 100755 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.7.5 +Version: 0.9.9 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -111,7 +111,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20161231 +Provides: tizen-gbp-rpm = 20180912 %description rpm Set of tools from Debian that integrate the package build system with Git.