summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@ubuntu.com>2016-05-31 14:34:53 +0200
committerLouis Bouchard <louis.bouchard@ubuntu.com>2016-05-31 14:34:53 +0200
commit014107bc5bf79c226d0f958fd13b212e53289daa (patch)
tree4e390c28125bd8c158c219f057674c572c08b2bf /debian/rules
parent3bda98d255fb258a81316e85d49d2294d7e8d83c (diff)
[d/rules] Lower kexec-tools dependency to -2
The ubuntu merge will happen on an 1:2.0.10-2 version so it cannot depends on -3. Signed-off-by: Louis Bouchard <louis.bouchard@ubuntu.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 78d43b2..35c5219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
- SUBSTVARS = -Vdist:Depends="kexec-tools (>= 1:2.0.10-3)"
+ SUBSTVARS = -Vdist:Depends="kexec-tools (>= 1:2.0.10-2)"
else
SUBSTVARS = -Vdist:Depends="kexec-tools"
endif