diff --git a/debian/patches/15-show-new-pkg-tracker.patch b/debian/patches/15-show-new-pkg-tracker.patch new file mode 100644 index 0000000..68e0a9e --- /dev/null +++ b/debian/patches/15-show-new-pkg-tracker.patch @@ -0,0 +1,29 @@ +From: Carlos Maddela +Date: Mon, 19 Dec 2016 12:02:51 +1100 +Subject: Update help dialog to show link to the new Debian package tracker. + +Description: Update help dialog to show link to the new Debian + package tracker. +Author: Carlos Maddela +Origin: vendor +Forwarded: not-needed +Last-Update: 2016-12-19 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- + help-dialogs.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/help-dialogs.c b/help-dialogs.c +index ed86afe..fb1b457 100644 +--- a/help-dialogs.c ++++ b/help-dialogs.c +@@ -749,7 +749,7 @@ void AboutDialog() + "for Debian to support DVD-ROMs (with and without encryption).\n\n" + "Please do not bother the original authors of dvdisaster\n" + "but submit bugreports against the [debian package] instead.\n"), +- "http://packages.qa.debian.org/dvdisaster"); ++ "https://tracker.debian.org/pkg/dvdisaster"); + + #else + lang = g_getenv("LANG"); diff --git a/debian/patches/series b/debian/patches/series index 9d16cd7..ad0b208 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,3 +11,4 @@ 12-fix-spelling-of-up-to.patch 13-fix-missing-language-field-in-po-files.patch 14-make-builds-reproducible.patch +15-show-new-pkg-tracker.patch