debian packaging: support for RPM tools
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 25 Apr 2013 14:23:18 +0000 (17:23 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 7 Jan 2014 14:21:28 +0000 (16:21 +0200)
Add requirements for git-buildpackage-rpm and other rpm tools.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/control

index f8e44a3e8a684c39b90c266b3bb9c4299ceceed0..c29d6ebc57a2b7e8bf961a9803bc9f6d7818d3a8 100644 (file)
@@ -24,6 +24,8 @@ Build-Depends:
  git (>= 1:1.7.9.1-1~),
  pristine-tar,
  unzip,
+# For rpm (epydoc)
+ python-rpm
 Standards-Version: 3.9.4
 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git
 Vcs-Browser: https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git
@@ -39,6 +41,9 @@ Depends: ${python:Depends},
  git (>= 1:1.7.9.1-1~),
  man-db,
  python-pkg-resources,
+# For rpm
+ python-rpm,
+ rpm2cpio
 Recommends: pristine-tar (>= 0.5), cowbuilder
 Suggests: python-notify, unzip
 Description: Suite to help with Debian packages in Git repositories