diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-07-24 23:12:30 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-07-24 23:52:37 +0200 |
commit | 23090c9c4e2f2654064269e66da8efba103f0515 (patch) | |
tree | 215c88ba68e894425eb481bd39608022fd72c2fa /debian/control | |
parent | ed228a25059d4600a0e3155151febb8c8e1f66fb (diff) | |
download | git-buildpackage-23090c9c4e2f2654064269e66da8efba103f0515.tar.gz git-buildpackage-23090c9c4e2f2654064269e66da8efba103f0515.tar.bz2 git-buildpackage-23090c9c4e2f2654064269e66da8efba103f0515.zip |
Introduce git-buildpackage-rpm
Currently only including "gbp import-srpm"
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a5dad37b..58d9a35a 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,13 @@ Build-Depends: python-coverage, python-dateutil, python-epydoc, + python-mock, python-nose, python-nosexcover, python-pkg-resources, + python-rpm, python-setuptools, + rpm, sgml2x, # For the testsuite bzip2, @@ -54,3 +57,17 @@ Description: Suite to help with Debian packages in Git repositories * gbp {pull,clone}: clone and pull from remote repos * gbp pq: manage debian/patches easily * gbp create-remote-repo: create remote repositories + +Package: git-buildpackage-rpm +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + git-buildpackage (= ${binary:Version}), + python-rpm, + rpm, +Recommends: pristine-tar (>= 0.5) +Suggests: python-notify, unzip +Description: Suite to help with RPM packages in Git repositories + This package contains the following tools: + * gbp import-srpm: import existing RPM source packages into a git + repository |