diff options
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 |
5 files changed, 19 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 5f52218..14f9941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +mwc (2.0.4-3) unstable; urgency=medium + + * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. + * debian/control: + - Switch Vcs-* to new loacation. + * debian/copyright: + - Use secure URI. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Oct 2018 23:45:29 +0200 + mwc (2.0.4-2) unstable; urgency=high * debian/mwc.install: diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index b02a75e..4ea2f78 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), dh-python, python3-all -Standards-Version: 4.1.2.0 +Standards-Version: 4.2.1 Homepage: https://github.com/Debianguru/MailWebsiteChanges -Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mwc.git +Vcs-Git: git://jff.email/opt/git/mwc.git +Vcs-Browser: https://jff.email/cgit/mwc.git Package: mwc Architecture: all diff --git a/debian/copyright b/debian/copyright index a566481..ef90ff9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mwc Source: https://github.com/Debianguru/MailWebsiteChanges diff --git a/debian/files b/debian/files deleted file mode 100644 index ac96ecc..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -mwc_2.0.4-2_source.buildinfo utils optional |