Source: imagemagick Version: 8:6.9.11.60+dfsg-1.3 Severity: minor Tags: patch
Dear Maintainer, The [Repository in debian/upstream/metadata] responds with 404 Not Found. The [Install from Source] page on the ImageMagick website states: > The authoritative source code repository is https://github.com/ImageMagick. It would be nice to update debian/upstream/metadata with the current repository URL (https://github.com/ImageMagick/ImageMagick6 for IM6, https://github.com/ImageMagick/ImageMagick for IM7). I've attached a patch which does so with the IM6 repository for the current package version. Thanks, Kevin
>From 966afb82d32e892161ec605d3504164c617a9e27 Mon Sep 17 00:00:00 2001 Message-Id: <966afb82d32e892161ec605d3504164c617a9e27.1626728544.git.ke...@kevinlocke.name> From: Kevin Locke <[email protected]> Date: Mon, 19 Jul 2021 14:52:41 -0600 Subject: [PATCH] upstream/metadata: update Repository The [Repository in debian/upstream/metadata] responds with 404 Not Found. The [Install from Source] page on the ImageMagick website states: > The authoritative source code repository is https://github.com/ImageMagick. Update Repository in debian/upstream/metadata to point to the git repository for [ImageMagick 6 on GitHub]. Add Repository-Browse with the browseable URL as well. [ImageMagick 6 on GitHub]: https://github.com/ImageMagick/ImageMagick6 [Install from Source]: https://imagemagick.org/script/install-source.php [Repository in debian/upstream/metadata]: https://subversion.imagemagick.org/subversion/ImageMagick/trunk Signed-off-by: Kevin Locke <[email protected]> --- debian/upstream/metadata | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 71f831bf3f..e40ebdf713 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -5,5 +5,6 @@ Bug-Submit: http://www.imagemagick.org/discourse-server/viewforum.php?f=3 Contact: http://www.imagemagick.org/discourse-server/ FAQ: http://www.imagemagick.org/Usage/ Homepage: http://www.imagemagick.org/ -Repository: https://subversion.imagemagick.org/subversion/ImageMagick/trunk +Repository: https://github.com/ImageMagick/ImageMagick6.git +Repository-Browse: https://github.com/ImageMagick/ImageMagick6 Security-Contact: Post private message to on the Bug-Submit forum. Add a public remainder on the bug forum asking to check private message. \ No newline at end of file -- 2.30.2

