diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-03-03 17:23:42 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-03-03 17:37:00 +0200 |
commit | b7d2c5ec226f657196dae2262b42a21bc7730668 (patch) | |
tree | 79e18343c9e032f96726af6ebad5bac91391e02f | |
parent | e77373087b2aa750acd9ed495c5adbd91702c485 (diff) | |
download | git-buildpackage-b7d2c5ec226f657196dae2262b42a21bc7730668.tar.gz git-buildpackage-b7d2c5ec226f657196dae2262b42a21bc7730668.tar.bz2 git-buildpackage-b7d2c5ec226f657196dae2262b42a21bc7730668.zip |
debian packaging: fix rpm build deps for Ubuntu 14.10
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>
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 705fd7cd..856566a1 100644 --- a/debian/control +++ b/debian/control @@ -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 |