[SCM] Packaging for londonlaw branch, master, updated. debian/0.2.1-10-18-g984ffca

Bruno Kleinert fuddl at tauware.de
Sun Aug 1 16:03:54 UTC 2010


The following commit has been merged in the master branch:
commit 984ffca73686bdf4581327d2904fb9515b33e334
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Sun Aug 1 12:02:32 2010 -0400

    Fix installation of game data in /usr/local
    
    Something in the python install chain (python? *shrug*) seems to have changed.
    Former builds didn't install things in /usr/local/

diff --git a/debian/changelog b/debian/changelog
index ceac3ca..72917de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ londonlaw (0.2.1-12) unstable; urgency=low
   * Rename misleading named patch debian-changes-0.2.1-11 to
     python-zope-fixes.patch and drop off-topic generated comments from it
   * Update to standards version 3.9.1 without changes
+  * Add --install-data parameter to DEB_PYTHON_INSTALL_ARGS_ALL. This avoids the
+    game data to be installed in /usr/local/
 
- -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Sat, 31 Jul 2010 17:33:22 -0400
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Sun, 01 Aug 2010 12:01:09 -0400
 
 londonlaw (0.2.1-11) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b484169..c6bd1f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@ DEB_PYTHON_SYSTEM=pycentral
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL := --install-scripts=usr/games
+DEB_PYTHON_INSTALL_ARGS_ALL := --install-scripts=usr/games \
+	--install-data=usr/share
 
 build/londonlaw::
 	make -C doc all

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list