Your message dated Tue, 18 Mar 2008 15:37:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#471475: python-coverage: Please add a valid
debian/watch file
has caused the Debian Bug report #471475,
regarding python-coverage: Please add a valid debian/watch file
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.)
--
471475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471475
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-coverage
Version: 2.6-1
Severity: minor
Tags: patch
Howdy,
The 'python-coverage' package lacks a valid 'debian/watch' file to
allow 'uscan(1)' to track upstream versions.
The attached patch adds a valid 'debian/watch' file for this package.
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2008-03-18 12:43:52 +0000
@@ -0,0 +1,5 @@
+# debian/watch for Debian package python-coverage
+# Manpage: uscan(1)
+
+version=3
+http://nedbatchelder.com/code/modules/coverage.html
code/modules/coverage-([0-9.]+)\.tar\.gz
--- End Message ---
--- Begin Message ---
Thanks for your suggestion.
As I've explained on several occasions, I do not think watch files are
best stored in packages, but on a central server. Thus I don't want to
include them in my package.
On ti, 2008-03-18 at 23:50 +1100, Ben Finney wrote:
> Package: python-coverage
> Version: 2.6-1
> Severity: minor
> Tags: patch
>
> Howdy,
>
> The 'python-coverage' package lacks a valid 'debian/watch' file to
> allow 'uscan(1)' to track upstream versions.
>
> The attached patch adds a valid 'debian/watch' file for this package.
--- End Message ---