diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/git-buildpackage.changes | 3 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 4 |
4 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 199e2322..3474b65b 100644 --- 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 <biao716.wang@samsung.com> 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 e5c828c9..a2b27ca2 100644 --- 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 07073f76..c28872ee 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Wed Sep 12 2018 Biao Wang <biao716.wang@samsung.com> tizen/0.9.9-20180912 +- Adapt Ubuntu 18.04 to upgrade the version. + * Sat Dec 31 2016 SoonKyu Park <sk7.park@samsung.com> 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 e1dd8dbf..31dea18a 100644 --- 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. |