debian packaging: fix rpm build deps for Ubuntu 14.10
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Mar 2015 15:23:42 +0000 (17:23 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Mar 2015 15:37:00 +0000 (17:37 +0200)
Dependencies of python-rpm got broken in Ubuntu 14.10 at the update to
rpm v4.11.2-3ubuntu0.1. This change is a work around for that.

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

index 705fd7cdaf6428d66dabaf6cd3eaf176ce9481d7..856566a1f4ca4ec3495070a691f5838ccd6b2f5e 100644 (file)
@@ -17,6 +17,7 @@ Build-Depends:
  python-setuptools,
  sgml2x,
 # For rpm (epydoc)
+ rpm-common,
  python-rpm
 Standards-Version: 3.9.4
 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git
@@ -64,6 +65,7 @@ Depends: ${python:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
  python-rpm,
+ rpm-common,
  rpm2cpio,
  git-buildpackage-common (= ${binary:Version})
 Recommends: rpm