diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 876de22..ce55c29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ mwc (2.0.5-2) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: Replace debhelper with debhelper-compat. - Remove debian/compat. + * debian/control: + - Change Vcs-* to the new URL. -- Jörg Frings-Fürst <debian@jff.email> Wed, 13 Nov 2024 20:38:05 +0100 diff --git a/debian/control b/debian/control index 8e672d6..8a34e90 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: python3-all Standards-Version: 4.7.0.1 Homepage: https://github.com/Debianguru/MailWebsiteChanges -Vcs-Git: git://jff.email/opt/git/mwc.git -Vcs-Browser: https://jff.email/cgit/mwc.git +Vcs-Git: https://git.jff.email/cgit/mwc.git +Vcs-Browser: https://git.jff.email/cgit/mwc.git Package: mwc Architecture: all |