From 2accf23f2c42c691b8c5e1a607f82697a4c61593 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 24 Dec 2017 21:35:35 -0800 Subject: Update debhelper compatibility level to V11 * Update debhelper compatibility level to V11. - Remove unnecessary binary-arch target. --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 21 --------------------- 4 files changed, 4 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c21ec7..5b6df00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ libnet-ldapapi-perl (3.0.5-1) unstable; urgency=medium * Fix ASN1 encoding of sync cookie [ Russ Allbery ] + * Update debhelper compatibility level to V11. + - Remove unnecessary binary-arch target. * Update debian/copyright to copyright-format 1.0. * Run wrap-and-sort -ast. diff --git a/debian/compat b/debian/compat index 7f8f011..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +11 diff --git a/debian/control b/debian/control index 3922671..62f153f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libnet-ldapapi-perl Section: perl Priority: optional Build-Depends: - debhelper (>= 7.0.50), + debhelper (>= 11), libldap2-dev, libsasl2-dev, perl, diff --git a/debian/rules b/debian/rules index 68f73ff..4e1e137 100755 --- a/debian/rules +++ b/debian/rules @@ -10,24 +10,3 @@ override_dh_auto_test: override_dh_compress: dh_compress -X examples - -binary-arch: build install - dh_testdir - dh_testroot - dh_installdocs Todo README - dh_installexamples - dh_installchangelogs Changes - dh_link - dh_strip - dh_compress -X examples - dh_fixperms - dh_makeshlibs - dh_installdeb - dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary -- cgit v1.2.3