Source: libnfs Severity: normal Tags: patch Hi,
Github have changed their website which breaks debian/watch. I have attached a patch which fixes this issue. Jon -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (450, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 7ab73fb7a6cb4e1d766e9a89530e162b28bd5af9 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan <jmccro...@gmail.com> Date: Sat, 17 Nov 2012 14:34:45 +0000 Subject: [PATCH] Update watchfile to fix Github breakage --- debian/changelog | 7 +++++++ debian/watch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2eec0c..662782b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnfs (1.3.0-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Update watchfile to fix Github breakage. + + -- Jonathan McCrohan <jmccro...@gmail.com> Sat, 17 Nov 2012 14:33:55 +0000 + libnfs (1.3.0-2) unstable; urgency=low * Update watch file to use tags to track new upstream releases. diff --git a/debian/watch b/debian/watch index e657680..c2a3890 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/sahlberg/libnfs/tags .*/tarball/libnfs-(\d[\d\.]+) +https://github.com/sahlberg/libnfs/tags .*/libnfs-(\d[\d\.]+)\.tar\.gz -- 1.7.10.4