diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 01fed73..9f8e2f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.2.1 (No changes needed). * debian/control: - Change VCS-* to point to the new repository. + - Change Priority extra to optional. + - Remove not longer necessary XS-Testsuite field. * debian/copyright: - Use secure URI for copyright format. - Refresh years for debian/*. 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 <debian@jff.email> 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 |