Your message dated Wed, 15 Apr 2009 19:18:02 +0000
with message-id <[email protected]>
and subject line Bug#523057: fixed in watchupstream 0.6
has caused the Debian Bug report #523057,
regarding watchupstream: doesn't look at sid sources lists
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.)
--
523057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523057
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: watchupstream
Version: 0.5.1
Severity: normal
Tags: patch
it only looks at unstable.
--
_________________________
Ryan Niebur
[email protected]
--- watchupstream 2008-07-04 05:11:18.000000000 -0700
+++ /usr/bin/watchupstream 2009-04-07 22:19:31.000000000 -0700
@@ -99,7 +103,8 @@
}
else
{
- open INPUT, "cat
/var/lib/apt/lists/*_debian_dists_unstable_*_source_Sources|" or die;
+ my @aptlists =
glob("/var/lib/apt/lists/*_debian_dists_{sid,unstable}_*_source_Sources") or
die;
+ open INPUT, "cat @aptlists |" or die;
}
%version = ();
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: watchupstream
Source-Version: 0.6
We believe that the bug you reported is fixed in the latest version of
watchupstream, which is due to be installed in the Debian FTP archive:
watchupstream_0.6.dsc
to pool/main/w/watchupstream/watchupstream_0.6.dsc
watchupstream_0.6.tar.gz
to pool/main/w/watchupstream/watchupstream_0.6.tar.gz
watchupstream_0.6_all.deb
to pool/main/w/watchupstream/watchupstream_0.6_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bart Martens <[email protected]> (supplier of updated watchupstream package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 13 Apr 2009 14:32:21 +0200
Source: watchupstream
Binary: watchupstream
Architecture: source all
Version: 0.6
Distribution: unstable
Urgency: low
Maintainer: Bart Martens <[email protected]>
Changed-By: Bart Martens <[email protected]>
Description:
watchupstream - Look for newer upstream releases
Closes: 523057
Changes:
watchupstream (0.6) unstable; urgency=low
.
* debian/control: Added patchutils to Depends because filterdiff is used.
* debian/control: Fixed debhelper-but-no-misc-depends.
* debian/copyright, watchupstream: Updated years in copyright notices.
* Added support for merkel, similar to the existing support for gluck.
* Added option --noextract to not extract debian/watch the .diff.gz.
* Added option --input to process stdin as results to be simply accepted.
* Added option --sid= to support both sid and unstable. Default sid.
Closes: #523057.
* Added "-Source" to $versionpat and to $uversionmangle.
* Removed some testcoding about importing a list of sf.net projects.
* Added sub create_cpan_watchfile_dist using http://search.cpan.org/dist/.
* Slightly better use of filterdiff.
* Added code to try to fix watch files producing versions ending with
"..tar..gz" and similar
* Updates in the part about deriving the upstream version.
* Updated the way a list of watch files is used as input.
* watchupstream.1: Updated to document the following :
+ package names can be read from standard input in three formats
+ option --noextract
+ option --input
+ option --sid=dist
+ added an example of using format C.
Checksums-Sha1:
c24ab296adda01936defb720f5cdafa9df556b00 715 watchupstream_0.6.dsc
565b9ab26754385a74e3de2dcbd7b979996f3f7e 9076 watchupstream_0.6.tar.gz
4d23baff877a158b6fdf171d406fc8837f64af60 10584 watchupstream_0.6_all.deb
Checksums-Sha256:
cfe85725c9ab8a2987b8655d8e8eb4dcad6a3381ee808c568a400609ff95d1be 715
watchupstream_0.6.dsc
b5455552b8161de8171495a282597435cd9b6cbb2035f1504362af813d6e06d0 9076
watchupstream_0.6.tar.gz
a1ac20dd5db8aa52d319e84dc5154c288e47a4b8641b25c082890beb3b7bd888 10584
watchupstream_0.6_all.deb
Files:
cda05eb98454987b2adeb19d62674cef 715 devel optional watchupstream_0.6.dsc
9eec0d6e8ffa4904f29c77efac282996 9076 devel optional watchupstream_0.6.tar.gz
65f77beb2c18cd09c3ce9f84c4ba156f 10584 devel optional watchupstream_0.6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknjVgUACgkQbMaawmho9B/q7wCghoZE6KNQ3psu+wuUZSm0rxlq
LecAoIRvs1xd8rM3g5rJKvPayQbIjUHJ
=D+fo
-----END PGP SIGNATURE-----
--- End Message ---