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

Dominique Dumont dod at debian.org
Tue Mar 6 13:13:17 UTC 2012


The following commit has been merged in the master branch:
commit 9c0cabd4b719c095cc693dd402add4c7f1bae722
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Mar 4 09:51:19 2012 +0100

    added patch to hard code installation directories in Debian

diff --git a/debian/patches/hard-code-share-dir-path b/debian/patches/hard-code-share-dir-path
new file mode 100644
index 0000000..f2acbe7
--- /dev/null
+++ b/debian/patches/hard-code-share-dir-path
@@ -0,0 +1,11 @@
+--- a/lib/Games/FrozenBubble/Config.pm
++++ b/lib/Games/FrozenBubble/Config.pm
+@@ -5,6 +5,6 @@
+ use vars qw(@ISA @EXPORT $FPATH $FLPATH);
+ @ISA = qw(Exporter);
+ @EXPORT = qw($FPATH $FLPATH);
+-$FPATH = dist_dir('Games-FrozenBubble');
+-$FLPATH = File::Which::which('fb-server');
++$FPATH = '/usr/share/games/frozen-bubble' ;
++$FLPATH ='/usr/games/fb-server';
+ 1;
diff --git a/debian/patches/series b/debian/patches/series
index e3e1c7f..83c31ab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+hard-code-share-dir-path
 total_bubbles
 de_po

-- 
Packaging of frozen-bubble game in Debian



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