From c78b34923306184277e292b0cfc3e96222e67078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 13:55:28 +0200 Subject: Change to my new email address --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4861756..31be5d8 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libhx Priority: extra -Maintainer: Jörg Frings-Fürst +Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 9), dh-autoreconf -- cgit v1.2.3 From a2565143289b1a14866cef7f4e0c659e04a3e116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:22:31 +0200 Subject: Migrate to debhelper 11 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 31be5d8..abff416 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: libhx Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 9), - dh-autoreconf + debhelper (>= 11) Standards-Version: 3.9.6 XS-Testsuite: autopkgtest Section: libs -- cgit v1.2.3 From 044d67472c750481568015277802e4d5ccd9b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:29:44 +0200 Subject: Change VCS-* to point to the new repository --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index abff416..6f978b3 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 3.9.6 XS-Testsuite: autopkgtest Section: libs Homepage: http://libhx.sourceforge.net/ -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libhx.git -Vcs-Git: git://anonscm.debian.org/collab-maint/libhx.git +Vcs-Git: git://jff.email/opt/git/libhx.git +Vcs-Browser: https://jff.email/cgit/libhx.git Package: libhx28 Architecture: any -- cgit v1.2.3 From 09b52104464539249f34d3a8ef09a33141096709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:55:27 +0200 Subject: d/control: Remove not longer necessary XS-Testsuite field --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 6f978b3..e22560f 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: libhx -Priority: extra +Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 11) -Standards-Version: 3.9.6 -XS-Testsuite: autopkgtest +Standards-Version: 4.2.1 Section: libs Homepage: http://libhx.sourceforge.net/ Vcs-Git: git://jff.email/opt/git/libhx.git -- cgit v1.2.3