[SCM] WorldForge 3D client branch, master, updated. upstream/0.6.2-41-g3203194

Stephen M. Webb stephen.webb at bregmasoft.ca
Mon Apr 23 00:54:18 UTC 2012


The following commit has been merged in the master branch:
commit 2d5840ce6e39854c8494d3bf4a71dfc9d31a9a07
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Mon Apr 9 13:04:00 2012 -0400

    fixed some minor packaging nitpicks

diff --git a/debian/changelog b/debian/changelog
index bd298e4..108c023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ ember (0.6.2-1) unstable; urgency=low
   * converted to 3.0 (quilt) source format, removed obsolete patches
   * converted to use dh sequencer
   * new maintainer: Debian games team (closes: #653970)
-    -added myself as uploader
+    - added myself as uploader
   * adjusted paths in installed launcher script to use defaults
   * used xz compression in packaging
   * debian/control: updated Standards-Version to 3.9.3
diff --git a/debian/ember.1 b/debian/ember.1
index ccbc249..4d14eb7 100644
--- a/debian/ember.1
+++ b/debian/ember.1
@@ -1,4 +1,4 @@
-.TH ember 1 "July 2009" "Debian GNU/Linux"
+.TH ember 1 "July 2009" "Debian"
 .SH NAME
 ember \- 3D client for the WorldForge project.
 
diff --git a/debian/rules b/debian/rules
index cb5b0ae..6aaa019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 %:
 	dh $@ --parallel --with autoreconf
 
-# force use of local version of tolua++ and newer libtool
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/games --enable-cppunit=no
 
@@ -14,7 +13,7 @@ override_dh_auto_build:
 	dh_auto_build
 
 override_dh_install:
-	find . -name COPYING -exec rm {} \;
+	find debian/tmp -name COPYING -delete
 	dh_install --fail-missing -X.la -X.a -XCOPYING
 	rm -rf debian/ember/usr/share/ember/media/shared/sounddefinitions
 

-- 
WorldForge 3D client



More information about the Pkg-games-commits mailing list