diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/git-buildpackage-bb.install | 2 |
3 files changed, 21 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ee6ad668..581544d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-buildpackage (0.7.4-tizen20160514) unstable; urgency=medium + + * Keep same version number with upstream source code ,version 0.7.4 + + -- Jun Wang <junbill.wangx@samsung.com> Sat, 14 May 2016 17:12:00 +0800 + git-buildpackage (0.6.27-tizen20160302) unstable; urgency=medium * Fix error logs when __import__ faild,like "No handlers could be found fo logger" diff --git a/debian/control b/debian/control index f8d1a808..e5c828c9 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: sgml2x, librpm-tizen, # For rpm (epydoc) - rpm-common, python-rpm Standards-Version: 3.9.4 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git @@ -66,7 +65,6 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-rpm, - rpm-common, rpm2cpio, git-buildpackage-common (= ${binary:Version}) Recommends: rpm @@ -78,3 +76,16 @@ Description: Suite to help with rpm packages in Git repositories * git-buildpackage-rpm: build a package out of a git repository, check for local modifications and tag appropriately * gbp-pq-rpm: manage separate development and packaging branches + +Package: git-buildpackage-bb +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + git-buildpackage-common (= ${binary:Version}), + git-buildpackage-rpm (= ${binary:Version}), +Recommends: bitbake +Description: Suite to help with BitBake builds from Git repositories + This package contains the following tools: + * gbp import-bb: import sources from distribution repository + * gbp buildpackage-bb: build a package out of a Git repository + * gbp pq-bb: manage separate development and packaging branches diff --git a/debian/git-buildpackage-bb.install b/debian/git-buildpackage-bb.install new file mode 100644 index 00000000..39b39afa --- /dev/null +++ b/debian/git-buildpackage-bb.install @@ -0,0 +1,2 @@ +usr/lib/python2.?/dist-packages/gbp/bb/ +usr/lib/python2.?/dist-packages/gbp/scripts/*bb*.py* |