Package: qrencode Severity: minor Tags: patch Hi,
Upstream moves its website to new one, see https://fukuchi.org/works/qrencode/index.html.en Attached patch updates Homepage: field in debian/control and watch file, could you apply it, please? -- Hideki Yamane <[email protected]>
>From 9ddc40d352cdb0f320376e932d374a647efb47df Mon Sep 17 00:00:00 2001 From: Hideki Yamane <[email protected]> Date: Sun, 14 Jan 2018 01:06:02 +0900 Subject: [PATCH 1/2] update upstream URI --- debian/control | 2 +- debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 3c996bf..55384d6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: NIIBE Yutaka <[email protected]> Build-Depends: debhelper (>= 9), pkg-config, autotools-dev, libpng-dev, libsdl-dev, dh-autoreconf Standards-Version: 3.9.6 Section: libs -Homepage: http://megaui.net/fukuchi/works/qrencode/index.en.html +Homepage: https://fukuchi.org/works/qrencode/index.html.en Package: qrencode Section: utils diff --git a/debian/watch b/debian/watch index 5c0eedd..0b4b7a3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -http://megaui.net/fukuchi/works/qrencode/index.en.html qrencode-([.0-9]*)\.tar\.bz2 +version=4 +https://fukuchi.org/works/@PACKAGE@/index.html.en @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ -- 2.15.1

