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

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


The following commit has been merged in the master branch:
commit 76082445cd3f4c9ed8fac43fa7015224d1e12dd6
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Mar 2 14:10:21 2012 +0100

    removed fix dir patch

diff --git a/debian/patches/fix-share-dir-install-path b/debian/patches/fix-share-dir-install-path
index c55a5e1..97bcfe6 100644
--- a/debian/patches/fix-share-dir-install-path
+++ b/debian/patches/fix-share-dir-install-path
@@ -11,13 +11,13 @@
  
 +my $share_dir = dir('share') ;
 +my %shared_files ;
-+$share_dir->traverse(sub {
++$share_dir->recurse(callback => sub {
 +	my ($child, $cont) = @_;
-+    if (not $child->is_dir) {
-+		print "found shared $child\n";
-+		$shared_files{$child} = "$child" ;
-+	}
-+	$cont->(); # continue traversal
++    return if $child->is_dir ;
++	print "found shared $child\n";
++	my $t = $child->stringify ;
++	#$t =~ s!share!share/games/frozen-bubble! ;
++	$shared_files{$child} = $t ;
 +} ) ;
 +
 +
diff --git a/debian/patches/series b/debian/patches/series
index 240a1ac..e3e1c7f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-fix-share-dir-install-path
 total_bubbles
 de_po

-- 
Packaging of frozen-bubble game in Debian



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