diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-08-22 16:17:49 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-12-19 13:32:27 +0200 |
commit | 4251243b995152289cd8cfd1444be6cea75148a2 (patch) | |
tree | bfebc93a5ac5d13cdfa03de8e08027ebb7f01c18 /debian | |
parent | e021ecaa4ff2aeaff4d103d391811fb6c88f68c7 (diff) | |
download | git-buildpackage-4251243b995152289cd8cfd1444be6cea75148a2.tar.gz git-buildpackage-4251243b995152289cd8cfd1444be6cea75148a2.tar.bz2 git-buildpackage-4251243b995152289cd8cfd1444be6cea75148a2.zip |
Introduce import-bb tool
This is the first tool in an effort of enabling gbp in the BitBake build
environment. Gbp-import-bb is a tool for importing packages from a
BitBake-based "combined" distro repository into individual per-package
Git repositories.
Change-Id: I86e27d8a1817eae30c3f828cea70b06162543000
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/git-buildpackage-bb.install | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 773f339a..db7e05fb 100644 --- a/debian/control +++ b/debian/control @@ -74,3 +74,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* |