Source: libcdk5
Version: 5.0.20161210-5
Severity: normal
Tags: patch

The debian/watch file does no longer work, uscan always fails with a
timed out connection.  Attached is a patch which fixes that.

The new location has been announced in
https://lists.gnu.org/archive/html/bug-ncurses/2017-08/msg00007.html.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.15.7-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

diff --git a/debian/watch b/debian/watch
index 2641892..0601d77 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=4
 opts="passive,dversionmangle=s/(\d+\.\d+)\.(\d+)/$1-$2/,\
 pgpsigurlmangle=s%$%.asc%" \
-ftp://invisible-island.net/cdk/cdk-(\d\S+)\.tgz
+ftp://ftp.invisible-island.net/cdk/cdk-(\d\S+)\.tgz
 

Reply via email to