r5066 - in packages/branches/game-package/xmessage: . debian

Jon Dowland jmtd-guest at alioth.debian.org
Tue Dec 25 20:35:52 UTC 2007


Author: jmtd-guest
Date: 2007-12-25 20:35:52 +0000 (Tue, 25 Dec 2007)
New Revision: 5066

Modified:
   packages/branches/game-package/xmessage/Makefile
   packages/branches/game-package/xmessage/debian/control
Log:
add x11-utils to the Depends: for game-package. This is because the 
doom2-wad package that it builds needs it (for xmessage); in the case
when you install it but do not install a doom engine (or, the interim).

This is to try and compensate for the fact that the installation of the
doom2-wad package will be done via dpkg -i; i.e., no dependency-handling.


Modified: packages/branches/game-package/xmessage/Makefile
===================================================================
--- packages/branches/game-package/xmessage/Makefile	2007-12-25 20:17:43 UTC (rev 5065)
+++ packages/branches/game-package/xmessage/Makefile	2007-12-25 20:35:52 UTC (rev 5066)
@@ -44,6 +44,7 @@
 	find doom2-wad -type d -print0 | xargs -0 chmod 755
 	chmod 755 doom2-wad/DEBIAN/postinst
 	chmod 755 doom2-wad/DEBIAN/prerm
+	chmod 755 doom2-wad/usr/share/games/game-package/fake_doom
 
 install_doom2:
 	install -p -m 0755 make-wad-package $(BINDIR)/

Modified: packages/branches/game-package/xmessage/debian/control
===================================================================
--- packages/branches/game-package/xmessage/debian/control	2007-12-25 20:17:43 UTC (rev 5065)
+++ packages/branches/game-package/xmessage/debian/control	2007-12-25 20:35:52 UTC (rev 5066)
@@ -7,7 +7,7 @@
 Standards-Version: 3.7.2
 
 Package: game-package
-Depends: fakeroot
+Depends: fakeroot, x11-utils
 Conflicts: doom-package
 Replaces: doom-package
 Architecture: all




More information about the Pkg-games-commits mailing list