summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-07-24 10:30:37 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-07-24 10:30:37 +0200
commit06477e1f88a0ba734e3723acbcbda6c0e584b56e (patch)
tree63c220a52cfbaf4e13a552e68b51c8a12b0367c9
parent96ea58253a33e34dcf8331ae032b624fbab9cf31 (diff)
Migrate to debhelper-compat 13
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
4 files changed, 12 insertions, 2 deletions
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 <debian@jff.email> 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 <debian@jff.email>
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 $@