Your message dated Thu, 9 Oct 2014 03:17:36 -0400 (EDT)
with message-id <[email protected]>
and subject line Bug#731090: fixed in barnowl 1.9-1
has caused the Debian Bug report #731090,
regarding barnowl: debian/watch fails to find 1.9rc2
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.)
--
731090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731090
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: barnowl
Version: 1.6.2-1.1
Severity: minor
Tags: patch
barnowl’s debian/watch file finds 1.9rc1 but not 1.9rc2, because uscan
doesn’t support \1-style backrefs, only $1 (#639813).
diff --git a/debian/watch b/debian/watch
index 8372a9d..18bccb8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/rc(\d+)$/\~rc\1/ \
+opts=uversionmangle=s/rc(\d+)$/\~rc$1/ \
http://barnowl.mit.edu/dist/barnowl-(.*)-src.tgz
--- End Message ---
--- Begin Message ---
Version: 1.9-1
The fix was committed as
http://anonscm.debian.org/cgit/collab-maint/barnowl.git/commit/?id=0ee49fefd89c23419cdaeacd378e9d3523748526
.
Anders
--- End Message ---