Codebase list debian-goodies / 0c5e846
Imported Debian version 0.49 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.49) unstable; urgency=low
1
2 * Sat which-pkg-broke's in a couch and fixed his problems with its own
3 identity (Closes: #516434)
4
5 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Sat, 21 Feb 2009 17:20:04 +0100
6
07 debian-goodies (0.48) unstable; urgency=low
18
29 * Provide dhomepage application (and manual page) that can be used
6161 print ljust(p, 54), time.asctime(time.localtime(float(t)))
6262
6363 if (len(sys.argv) != 2 or sys.argv[1][0] == '-'):
64 print "Usage: what-broke <pkg-name>"
64 print "Usage: which-pkg-broke <pkg-name>"
6565 sys.exit(-1)
6666 else:
6767 what_broke(sys.argv[1])