r4518 - packages/trunk/boswars/debian

Barry deFreese bddebian-guest at alioth.debian.org
Thu Nov 1 14:37:02 UTC 2007


Author: bddebian-guest
Date: 2007-11-01 14:37:02 +0000 (Thu, 01 Nov 2007)
New Revision: 4518

Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
Add DH_VERBOSE comment back in rules
Add makefile line back in rules
Comment removal of opengl=0 option in changelog
Actually add dh_desktop call in rules


Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2007-11-01 03:30:38 UTC (rev 4517)
+++ packages/trunk/boswars/debian/changelog	2007-11-01 14:37:02 UTC (rev 4518)
@@ -15,5 +15,6 @@
   * Remove dh_make comments from rules file.
   * New files: debian/ boswars.{dirs,install}, boswars-data.{dirs,install}.
   * Call dh_desktop.
+  * Remove opengl=0 from scons build. (OpenGL support is now run-time option)
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 01 Nov 2007 03:31:24 +0100

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-11-01 03:30:38 UTC (rev 4517)
+++ packages/trunk/boswars/debian/rules	2007-11-01 14:37:02 UTC (rev 4518)
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
+# Uncomment this to turn on verbose mode
+#export DH_VERBOSE=1
+
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
@@ -85,6 +89,7 @@
 	dh_installchangelogs CHANGELOG
 	dh_installdocs
 	dh_installmenu
+	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress 




More information about the Pkg-games-commits mailing list