From 80ec0940f07d65d02a7a57209cd0237966ee8eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 14:16:25 +0200 Subject: Declare compliance with Debian Policy 4.5.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5d855964..8bddb26b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 12) -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: git://jff.email/opt/git/libunistring.git -- cgit v1.2.3 From 6b881584b3f5e79200f970a13c447149fbb30949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 14:41:28 +0200 Subject: Migrate to debhelper-compat 13 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8bddb26b..9aadfcc1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 12) + debhelper-compat (= 13) Standards-Version: 4.5.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ -- cgit v1.2.3 From c92bfb1350d45649e21672460f273096194b1454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 14:55:23 +0200 Subject: Add Rules-Requires-Root: no --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 9aadfcc1..367933a2 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 Section: libs +Rules-Requires-Root: no Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: git://jff.email/opt/git/libunistring.git Vcs-Browser: https://jff.email/cgit/libunistring.git -- cgit v1.2.3