From 2eb8b7fffc0e6f7ec9501e3227695b65bb21c14e Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 29 Jul 2018 15:05:42 +0800 Subject: [PATCH] fix some lintian whining --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 +--- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe6dbbc..852615f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ gzip (1.9-1) UNRELEASED; urgency=medium closes: #854878 * update to policy 4.1.5, including use of https in vcs entries * patch gzip.c to work around mingw compiliation failure + * use optional priority for gzip-win32 now that extra is deprecated + * use architecture.mk instead of setting ARCH vars by hand in rules -- Bdale Garbee Sun, 29 Jul 2018 14:44:12 +0800 diff --git a/debian/compat b/debian/compat index 7ed6ff8..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +11 diff --git a/debian/control b/debian/control index 24fdb86..ce5f1c7 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Description: GNU compression utilities Package: gzip-win32 Architecture: all -Priority: extra +Priority: optional Suggests: wine Description: GNU compression utility (win32 build) This is a win32 version of gzip, meant to be used by the win32-loader diff --git a/debian/rules b/debian/rules index 2354cc2..7ef38f5 100755 --- a/debian/rules +++ b/debian/rules @@ -10,9 +10,7 @@ export DH_VERBOSE=1 shellescape='$(subst ','\'',$(1))' shellexport=$(1)=$(call shellescape,${$(1)}) -DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH) -DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +include /usr/share/dpkg/architecture.mk # Automatic ${CC} selection for cross-compiles -- 2.30.2