diff --git a/debian/changelog b/debian/changelog index 794b23a..270a513 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debian-goodies (0.49) unstable; urgency=low + + * Sat which-pkg-broke's in a couch and fixed his problems with its own + identity (Closes: #516434) + + -- Javier Fernandez-Sanguino Pen~a Sat, 21 Feb 2009 17:20:04 +0100 + debian-goodies (0.48) unstable; urgency=low * Provide dhomepage application (and manual page) that can be used diff --git a/which-pkg-broke b/which-pkg-broke index 4c61896..0523d98 100755 --- a/which-pkg-broke +++ b/which-pkg-broke @@ -62,7 +62,7 @@ print ljust(p, 54), time.asctime(time.localtime(float(t))) if (len(sys.argv) != 2 or sys.argv[1][0] == '-'): - print "Usage: what-broke " + print "Usage: which-pkg-broke " sys.exit(-1) else: what_broke(sys.argv[1])