[SCM] Packaging of frozen-bubble game in Debian branch, master, updated. 678dd148f40d4ff6a3fe6eca8f3cb48d6bc83c47

Dominique Dumont dod at debian.org
Wed Feb 29 16:41:02 UTC 2012


The following commit has been merged in the master branch:
commit 678dd148f40d4ff6a3fe6eca8f3cb48d6bc83c47
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Feb 29 17:40:47 2012 +0100

    only binaries are to be installed in /usr/games

diff --git a/debian/rules b/debian/rules
index 9ea6303..dff3847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEST_DIR=$(CURDIR)/debian/tmp/usr
 
 override_dh_auto_configure:
 	#perl Build.PL PREFIX=/usr DATADIR=/usr/share/games LOCALEDIR=/usr/share/locale LIBDIR=/usr/lib/games BINDIR=/usr/games MANDIR=/usr/share/man OPTIMIZE="-O2 -g -Wall"
-	perl Build.PL --installdirs vendor --install_path lib=/usr/lib/games --install_path bin=/usr/games --install_path bindoc=/usr/share/man 
+	perl Build.PL --installdirs vendor --install_path bin=/usr/games
 
 
 override_dh_install: 

-- 
Packaging of frozen-bubble game in Debian



More information about the Pkg-perl-cvs-commits mailing list