Package: tkdesk Version: 2.0-6 Severity: normal Tags: patch Hi,
Attached is the diff for my tkdesk 2.0-6.1 NMU. I NMUed for the RC bug, but noticed that the menu file was broken, so fixed it too. This package needs some TLC. -- see shy jo
diff -u tkdesk-2.0/debian/menu tkdesk-2.0/debian/menu
--- tkdesk-2.0/debian/menu
+++ tkdesk-2.0/debian/menu
@@ -1,2 +1,2 @@
-?package(tkdesk):needs=X11 section=XShells\
- title="TkDesk" command="/usr/bin/X11/tkdesk"
+?package(tkdesk):needs="X11" section="XShells" \
+ title="TkDesk" command="tkdesk"
diff -u tkdesk-2.0/debian/rules tkdesk-2.0/debian/rules
--- tkdesk-2.0/debian/rules
+++ tkdesk-2.0/debian/rules
@@ -17,7 +17,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- ./configure --with-blt=/usr/lib --prefix=/usr
--with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4
--with-itcl=/usr/lib/itcl3.2 --with-itclconfig=no_such_file
--with-itcl-lib=-litcl3.2 --with-itcl-version=3.2
+ ./configure --with-blt=/usr/lib --prefix=/usr --mandir=/usr/share/man
--with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4
--with-itcl=/usr/lib/itcl3.2 --with-itclconfig=no_such_file
--with-itcl-lib=-litcl3.2 --with-itcl-version=3.2
touch configure-stamp
build: build-stamp
diff -u tkdesk-2.0/debian/changelog tkdesk-2.0/debian/changelog
--- tkdesk-2.0/debian/changelog
+++ tkdesk-2.0/debian/changelog
@@ -1,3 +1,13 @@
+tkdesk (2.0-6.1) unstable; urgency=low
+
+ * NMU
+ * Move man pages to /usr/share. Closes: #391697
+ * Remove no longer correct and uselessly hardcoded path to tkdesk in menu
+ file.
+ * Fix menu file quoting.
+
+ -- Joey Hess <[EMAIL PROTECTED]> Thu, 12 Oct 2006 16:10:01 -0400
+
tkdesk (2.0-6) unstable; urgency=low
* Move everything out of /usr/X11R6 (X v7 compatibility)
signature.asc
Description: Digital signature

