From 06477e1f88a0ba734e3723acbcbda6c0e584b56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Jul 2022 10:30:37 +0200 Subject: Migrate to debhelper-compat 13 --- debian/changelog | 8 ++++++++ debian/compat | 1 - debian/control | 2 +- debian/rules | 3 +++ 4 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 303eebc..d93aebf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xbase64 (3.1.2-14) UNRELEASED; urgency=medium + + * Migrate to debhelper-compat 13: + - debian/control: Add debhelper-compat (= 13). + - Remove debian/compat. + + -- Jörg Frings-Fürst Sun, 24 Jul 2022 10:07:46 +0200 + xbase64 (3.1.2-13) unstable; urgency=medium * Change to my new mail address: diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index f31cf13..af7c3bd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: libs Maintainer: Jörg Frings-Fürst Standards-Version: 4.2.1 Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), doxygen Homepage: http://sourceforge.net/projects/xdb/ Vcs-Git: git://jff.email/opt/git/xbase64.git diff --git a/debian/rules b/debian/rules index d95b933..166ac2e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = optimize=+lto export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) @@ -15,6 +16,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) + + %: dh $@ -- cgit v1.2.3