diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2019-01-16 16:05:37 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2019-01-16 16:09:30 +0900 |
commit | 4ecfcaefe44aefdf91d84e21d889c96a654a8d80 (patch) | |
tree | dc911b1f0c0487a533265533a12f9a8cc12ff81a | |
parent | 6c680399401bbeb546264c8621c635e24df897e2 (diff) | |
download | git-buildpackage-sandbox_ubuntu18.04.tar.gz git-buildpackage-sandbox_ubuntu18.04.tar.bz2 git-buildpackage-sandbox_ubuntu18.04.zip |
1. fix build error on Ubuntu 18.04submit/sandbox_ubuntu18.04/20191014.234609sandbox_ubuntu18.04
2. upgrade version to 0.9.9 for git-buildpackage
Change-Id: I00066b5baa54a379dd405e55670680cfabb865d5
-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. |