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

