Skip to content

Commit c1c6cfc

Browse files
committed
debian: bump compat to 9
dh_auto_configure set -DCMAKE_BUILD_TYPE=None so the default does not take effect at all. this is on purpose, see [1]. and dpkg-buildflags is able to produce the suggested compiling flags by debian policy. dh_* can pass these flags to cmake only if it works at compat>=9, see [2]. and we are safe to move to compat 9, as jewel's supported debian based distro is jessie (with debhelper 9.20150101), ubuntu trusty (with debhelper 9.20131227ubuntu1) --- [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701233#35 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653916 Fixes: http://tracker.ceph.com/issues/16744 Signed-off-by: Kefu Chai <[email protected]>
1 parent d21a3cd commit c1c6cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build-Depends: btrfs-tools,
1212
cpio,
1313
cryptsetup-bin | cryptsetup,
1414
cython,
15-
debhelper (>= 8),
15+
debhelper (>= 9),
1616
dh-python,
1717
dh-systemd,
1818
default-jdk,

0 commit comments

Comments
 (0)