diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8adb212..5c29349 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ xsane (0.999-13) UNRELEASED; urgency=medium * debian/rules: - Add -std=gnu17 to CFLAGS to fix FTBFS with GCC-15 (Closes: #1098165). - * Declare compliance with Debian Policy 4.7.2.0 (No changes needed). + * debian/control: + - Declare compliance with Debian Policy 4.7.2.0 (No changes needed). + - Change VCS-* to the new URL. * debian/copyright: - Add year 2025 to myself. - Add Mattia Rizzolo and Boyuan Yang to debian/*. diff --git a/debian/control b/debian/control index 7ae1e7f..0656130 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends: libtiff-dev, zlib1g-dev Rules-Requires-Root: no -Vcs-Git: git://jff.email/opt/git/xsane.git -Vcs-Browser: https://jff.email/cgit/xsane.git +Vcs-Git: https://git.jff.email/cgit/xsane.git +Vcs-Browser: https://git.jff.email/cgit/xsane.git Package: xsane Architecture: any |
