Source: json-c 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 9907897775ddc043f064438b44d67b9f5a3ca558 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan <[email protected]> Date: Sat, 17 Nov 2012 13:21:15 +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 1ed09e8..d2082ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +json-c (0.10-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Update watchfile to fix Github breakage. + + -- Jonathan McCrohan <[email protected]> Sat, 17 Nov 2012 13:21:11 +0000 + json-c (0.10-1.1) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/watch b/debian/watch index 0d83a77..4ea6654 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/json-c/json-c/tags .*/tarball/json-c-(.*)-\d+$ +https://github.com/json-c/json-c/tags .*/json-c-(.*)-\d+\.tar\.gz -- 1.7.10.4

