Switch to debhelper compat level 12.
This commit is contained in:
parent
308f30b893
commit
b1391a24aa
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ cmake (3.15.4-1) UNRELEASED; urgency=medium
|
|||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Disable FIleAPI json-extra test for now as it doesn't seem critical and
|
* Disable FIleAPI json-extra test for now as it doesn't seem critical and
|
||||||
fails with libjsoncpp 1.7.4.
|
fails with libjsoncpp 1.7.4.
|
||||||
|
* Switch to debhelper compat level 12.
|
||||||
|
|
||||||
-- Felix Geyer <fgeyer@debian.org> Mon, 11 Nov 2019 23:02:00 +0100
|
-- Felix Geyer <fgeyer@debian.org> Mon, 11 Nov 2019 23:02:00 +0100
|
||||||
|
|
||||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
10
|
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
|
Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
|
||||||
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
|
||||||
Felix Geyer <fgeyer@debian.org>
|
Felix Geyer <fgeyer@debian.org>
|
||||||
Build-Depends: debhelper (>= 10~),
|
Build-Depends: debhelper-compat (= 12),
|
||||||
freebsd-glue [kfreebsd-any],
|
freebsd-glue [kfreebsd-any],
|
||||||
libarchive-dev (>= 2.8.0),
|
libarchive-dev (>= 2.8.0),
|
||||||
libbz2-dev,
|
libbz2-dev,
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -58,8 +58,8 @@ override_dh_auto_clean:
|
|||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
rm -f $(BUILD_FLAGS_FILE)
|
rm -f $(BUILD_FLAGS_FILE)
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_missing:
|
||||||
dh_install --list-missing
|
dh_missing --list-missing
|
||||||
|
|
||||||
override_dh_installdocs-arch:
|
override_dh_installdocs-arch:
|
||||||
# dh_installdocs --link-doc generates binNMU unsafe deps (Bug #747141)
|
# dh_installdocs --link-doc generates binNMU unsafe deps (Bug #747141)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user