Codebase list debian-goodies / 2f846bf
Imported Debian version 0.26 Javier Fernandez-Sanguino 12 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 debian-goodies (0.26) unstable; urgency=low
1
2 * Remove extra space from which-pkg-broke which introduced a syntax
3 error (Closes: #396786)
4
5 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Fri, 3 Nov 2006 00:53:17 +0100
6
07 debian-goodies (0.25) unstable; urgency=low
18
29 * Depend on dctrl-tools since grep-dctrl is a transitional package, keep
1616 elts = map(strip, myline.split(':'))
1717 if len(elts) == 2:
1818 how, pkg = elts
19 if how in ('Depends', 'PreDepends'):
19 if how in ('Depends', 'PreDepends'):
2020 deps.append(pkg)
2121 myline = outstr.readline()
2222 return deps