Package: debian-goodies
Version: 0.49
Severity: normal

debian-goodies 0.48 includes dhomepage in its source, but does not
install it in the binary package. The following patch fixes this and the
bashism found by Raphael Geissert.


-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc4-00102-gfd71c95
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-goodies depends on:
ii  curl                      7.18.2-8       Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dctrl]  2.13.1         Command-line tools to process Debi
ii  debianutils               2.31           Miscellaneous utilities specific t
ii  dialog                    1.1-20080819-1 Displays user-friendly dialog boxe
ii  less                      424-1          Pager program similar to more
ii  lsof                      4.81.dfsg.1-1  List open files
ii  python                    2.5.2-3        An interactive high-level object-o
ii  whiptail                  0.52.2-11.3    Displays user-friendly dialog boxe

debian-goodies recommends no packages.

Versions of packages debian-goodies suggests:
ii  popularity-contest            1.47       Vote for your favourite packages a
ii  xdg-utils                     1.0.2-6.1  desktop integration utilities from
ii  zenity                        2.24.0-1   Display graphical dialog boxes fro

-- no debconf information
diff -Nru debian-goodies-0.49/debian/changelog debian-goodies-0.49.1/debian/changelog
--- debian-goodies-0.49/debian/changelog	2009-02-21 13:27:15.000000000 -0300
+++ debian-goodies-0.49.1/debian/changelog	2009-02-28 01:20:39.000000000 -0300
@@ -1,3 +1,11 @@
+debian-goodies (0.49.1) unstable; urgency=low
+
+  * NMU.
+  * Remove bashisms from dhomepage, thanks to Raphael Geissert.
+  * Really install dhomepage.
+
+ -- Thadeu Lima de Souza Cascardo <casca...@minaslivre.org>  Sat, 28 Feb 2009 01:20:24 -0300
+
 debian-goodies (0.49) unstable; urgency=low
 
   * Sat which-pkg-broke's in a couch and fixed his problems with its own
diff -Nru debian-goodies-0.49/debian/rules debian-goodies-0.49.1/debian/rules
--- debian-goodies-0.49/debian/rules	2009-01-25 19:50:56.000000000 -0200
+++ debian-goodies-0.49.1/debian/rules	2009-02-28 01:19:25.000000000 -0300
@@ -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 -Nru debian-goodies-0.49/dhomepage debian-goodies-0.49.1/dhomepage
--- debian-goodies-0.49/dhomepage	2009-01-25 17:58:16.000000000 -0200
+++ debian-goodies-0.49.1/dhomepage	2009-02-28 01:18:44.000000000 -0300
@@ -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 ""

Reply via email to