diff --git a/debian/changelog b/debian/changelog index 270a513..081ce78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debian-goodies (0.50) unstable; urgency=low + + * Use patch provided by Thadeu Lima de Souza Cascardo to: + - Remove bashisms from dhomepage, thanks to Raphael Geissert. + - Really install dhomepage. + + -- Javier Fernandez-Sanguino Pen~a Sun, 01 Mar 2009 23:49:01 +0100 + debian-goodies (0.49) unstable; urgency=low * Sat which-pkg-broke's in a couch and fixed his problems with its own diff --git a/debian/rules b/debian/rules index 14a1d50..b08db4f 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ install -d $(CURDIR)/debian/debian-goodies/usr/bin install -d $(CURDIR)/debian/debian-goodies/usr/sbin install -m 755 dgrep dglob debget dpigs debman popbugs which-pkg-broke \ - $(CURDIR)/debian/debian-goodies/usr/bin + dhomepage $(CURDIR)/debian/debian-goodies/usr/bin install -m 755 checkrestart \ $(CURDIR)/debian/debian-goodies/usr/sbin for grepname in dzgrep degrep dfgrep; do \ @@ -55,7 +55,7 @@ dh_testroot dh_installdocs README dh_installman debget.1 debman.1 dglob.1 dgrep.1 dpigs.1 popbugs.1 \ - which-pkg-broke.1 checkrestart.1 \ + which-pkg-broke.1 checkrestart.1 dhomepage.1 \ debmany/man/debmany.1 debmany/man/debmany.de.1 # dh_undocumented dh_installchangelogs diff --git a/dhomepage b/dhomepage index 9b6e587..500b55e 100644 --- a/dhomepage +++ b/dhomepage @@ -19,14 +19,14 @@ VERSION="0.1" -function version() +version() { echo "dhomepage version $VERSION" echo "dhomepage is licensed under the GNU General Public License" echo "version 2 or later" } -function usage() +usage() { echo "dhomepage PACKAGE" echo ""