r1543 - packages/trunk/deutex/debian

Jon Dowland jmtd-guest at costa.debian.org
Wed Sep 13 08:45:26 UTC 2006


Author: jmtd-guest
Date: 2006-09-13 08:45:26 +0000 (Wed, 13 Sep 2006)
New Revision: 1543

Modified:
   packages/trunk/deutex/debian/changelog
   packages/trunk/deutex/debian/control
   packages/trunk/deutex/debian/menu
   packages/trunk/deutex/debian/rules
Log:
fix a big in the menu, and actually install the menu file
dh_installman redundant
uploaded (thanks ads)


Modified: packages/trunk/deutex/debian/changelog
===================================================================
--- packages/trunk/deutex/debian/changelog	2006-09-11 08:19:47 UTC (rev 1542)
+++ packages/trunk/deutex/debian/changelog	2006-09-13 08:45:26 UTC (rev 1543)
@@ -1,10 +1,14 @@
-deutex (4.4.902-10) UNRELEASED; urgency=low
+deutex (4.4.902-10) unstable; urgency=low
 
   * update standards version to 3.7.2
   * change Maintainer to Debian Games Team
   * remove dh_link
+  * add doom-wad to Recommends: (most features require an IWAD)
+  * fix path to deutex in menu entry (thanks ads)
+  * add dh_installmenu
+  * remove redundant dh_installman
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 31 Jul 2006 22:52:58 +0100
+ -- Jon Dowland <jon at alcopop.org>  Tue, 12 Sep 2006 23:51:24 +0100
 
 deutex (4.4.902-9) unstable; urgency=low
 

Modified: packages/trunk/deutex/debian/control
===================================================================
--- packages/trunk/deutex/debian/control	2006-09-11 08:19:47 UTC (rev 1542)
+++ packages/trunk/deutex/debian/control	2006-09-13 08:45:26 UTC (rev 1543)
@@ -11,6 +11,7 @@
 Depends: ${shlibs:Depends}
 Suggests: doom-engine
 Provides: doom-wad-editor
+Recommends: doom-wad
 Description: composition tool for doom-style WAD files
  DEU's Texture Companion (DeuTex) is a resource editor that
  can extract and insert graphics, sounds, levels and other

Modified: packages/trunk/deutex/debian/menu
===================================================================
--- packages/trunk/deutex/debian/menu	2006-09-11 08:19:47 UTC (rev 1542)
+++ packages/trunk/deutex/debian/menu	2006-09-13 08:45:26 UTC (rev 1543)
@@ -2,10 +2,10 @@
                  section="Apps/Tools"           \
                  title="deutex"                 \
                  hints="Doom"                   \
-                 command="/usr/bin/deutex"
+                 command="/usr/games/deutex"
 
 ?package(deutex):needs="text"                   \
                  section="Apps/Tools"           \
                  title="deusf"                  \
                  hints="Doom"                   \
-                 command="/usr/bin/deusf"
+                 command="/usr/games/deusf"

Modified: packages/trunk/deutex/debian/rules
===================================================================
--- packages/trunk/deutex/debian/rules	2006-09-11 08:19:47 UTC (rev 1542)
+++ packages/trunk/deutex/debian/rules	2006-09-13 08:45:26 UTC (rev 1543)
@@ -48,7 +48,7 @@
 	dh_testroot
 	dh_installchangelogs CHANGES
 	dh_installdocs FAQ
-	dh_installman
+	dh_installmenu
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Pkg-games-commits mailing list