Package: mosh
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 ce0a770937a14b6db0f10d495c9ed8dd585f1497 Mon Sep 17 00:00:00 2001
From: Jonathan McCrohan <[email protected]>
Date: Sat, 17 Nov 2012 13:27:12 +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 c4068b0..9a3313d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mosh (1.2.3-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Update watchfile to fix Github breakage.
+
+ -- Jonathan McCrohan <[email protected]>  Sat, 17 Nov 2012 13:26:43 +0000
+
 mosh (1.2.3-1) unstable; urgency=low
 
   * Version 1.2.3 released.
diff --git a/debian/watch b/debian/watch
index 6d36451..7226326 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/keithw/mosh/tags /keithw/mosh/tarball/mosh-(.+)
+https://github.com/keithw/mosh/tags .*/mosh-(\d[\d\.]+)\.tar\.gz
-- 
1.7.10.4

Reply via email to