From 1d7b62209ea19ea676f446d89f67be009efcb953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 12 Dec 2022 15:01:05 +0100 Subject: d/rules: Use DEB_VERSION_UPSTREAM instead of VERSION --- debian/changelog | 2 ++ debian/control | 1 + debian/rules | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ae20de..31e4604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ libunistring (1.1-1~experimental2) UNRELEASED; urgency=medium - libunistring2 (Closes: #1025901): + Change Architecture to all. + Remove Multi-Arch: same. + * debian/rules: + - Use DEB_VERSION_UPSTREAM instead of VERSION. -- Jörg Frings-Fürst Sun, 11 Dec 2022 19:00:32 +0100 diff --git a/debian/control b/debian/control index 4f3f7a1..3fead0d 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,7 @@ Description: Unicode string library for C Package: libunistring2 Architecture: all Section: oldlibs +Priority: optional Depends: libunistring5 (>= ${source:Version}), ${misc:Depends} diff --git a/debian/rules b/debian/rules index 5a0855a..b34aa21 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ # hardening export DEB_BUILD_MAINT_OPTIONS = hardening=+all +include /usr/share/dpkg/default.mk + ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) CFLAGS += -mplt endif @@ -22,4 +24,4 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- override_dh_makeshlibs: dh_makeshlibs - dpkg-gensymbols -v$(VERSION) -plibunistring5 + dpkg-gensymbols -v$(DEB_VERSION_UPSTREAM) -plibunistring5 -- cgit v1.2.3