Your message dated Wed, 27 Mar 2013 01:58:34 -0400
with message-id
<CAMzhQmPQxF=ocbw35xbftdd3begbuk_e5+v_87hxmvjgap5...@mail.gmail.com>
and subject line Re: Bug#693519: mosh: Broken watchfile
has caused the Debian Bug report #693519,
regarding mosh: Broken watchfile
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
693519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Package: mosh
Version: 1.2.4-1
Released with new watchfile. Thanks for catching this.
On Thu, Nov 29, 2012 at 3:06 AM, Keith Winstein <[email protected]> wrote:
> Thank you for catching this. We applied the patch and pushed to
> Github. It will be in the next release.
>
> On Sat, Nov 17, 2012 at 8:29 AM, Jonathan McCrohan <[email protected]>
> wrote:
>> 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
--- End Message ---