From b7d2c5ec226f657196dae2262b42a21bc7730668 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 3 Mar 2015 17:23:42 +0200 Subject: [PATCH] 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 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 705fd7c..856566a 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 -- 2.7.4