summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJun Wang <junbill.wang@samsung.com>2016-03-08 19:03:06 +0800
committerJun Wang <junbill.wang@samsung.com>2016-03-08 19:03:06 +0800
commit59467c0f9e6eff4e875cd679daeac27374d2070b (patch)
tree6cb57bae8c47c8e5b0ea2ddd47c26007685df236 /debian
parentc8f50821d3a1b2a27d2e9ba3d48176c513329ecd (diff)
downloadgit-buildpackage-59467c0f9e6eff4e875cd679daeac27374d2070b.tar.gz
git-buildpackage-59467c0f9e6eff4e875cd679daeac27374d2070b.tar.bz2
git-buildpackage-59467c0f9e6eff4e875cd679daeac27374d2070b.zip
fix spec and control error
Change-Id: Ia455b5475e56ff2344cba8ac3d5c47da9e306c29
Diffstat (limited to 'debian')
-rw-r--r--debian/control13
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 58746a47..e5c828c9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,9 @@ Build-Depends:
pychecker,
python (>> 2.6.6-3~),
python-epydoc,
- python-mock,
python-nose,
python-pkg-resources,
- python-rpm,
python-setuptools,
- rpm,
sgml2x,
librpm-tizen,
# For rpm (epydoc)
@@ -65,13 +62,15 @@ Description: Suite to help with Debian packages in Git repositories
Package: git-buildpackage-rpm
Architecture: all
Depends: ${python:Depends},
+ ${shlibs:Depends},
${misc:Depends},
- git-buildpackage-common (= ${binary:Version}),
python-rpm,
- rpm,
-Description: Suite to help with RPM packages in Git repositories
+ rpm2cpio,
+ git-buildpackage-common (= ${binary:Version})
+Recommends: rpm
+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
+ * git-import-srpm: import existing rpm source packages into a git
repository
* git-import-orig-rpm: import a new upstream version into the git repository
* git-buildpackage-rpm: build a package out of a git repository, check for local