]> git.proxmox.com Git - libqb.git/blob - patches/0001-drop-DH-compat-to-10.patch
update to 1.0.3-1
[libqb.git] / patches / 0001-drop-DH-compat-to-10.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Wed, 7 Nov 2018 12:22:39 +0100
4 Subject: [PATCH] drop DH compat to 10
5
6 for easier backporting
7 ---
8 debian/compat | 2 +-
9 debian/control | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/debian/compat b/debian/compat
13 index b4de394..f599e28 100644
14 --- a/debian/compat
15 +++ b/debian/compat
16 @@ -1 +1 @@
17 -11
18 +10
19 diff --git a/debian/control b/debian/control
20 index 50c1826..06566f0 100644
21 --- a/debian/control
22 +++ b/debian/control
23 @@ -6,7 +6,7 @@ Uploaders:
24 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
25 Build-Depends:
26 check,
27 - debhelper (>= 11~),
28 + debhelper (>= 10~),
29 doxygen,
30 libglib2.0-dev,
31 pkg-config