* dpkg-parsechangelog: fixed loop for parsepath
* release.sh: remove attic/ and doc/obsolete/
* dpkg-gencontrol: add "Source" to the fields placed in the control file
+ * dpkg-parsechangelog: fixed loop for parsepath
Tue Oct 26 19:35:53 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
works much more cleanly, works with libc5, and allows from better
error reporting. Also corrected checks on shlibs.local, which wasn't
really being parsed, it now works as advertised.
+ * dpkg-gencontrol: add "Source" to the fields placed in the control file
+ * dpkg-parsechangelog: fixed loop for parsepath
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
&warn("format parser $pa not executable");
} else {
$pf= $pa;
+ last;
}
}