r11777 - in packages/trunk/7kaa/debian: . patches

Bertrand Marc bbk-guest at alioth.debian.org
Fri Feb 18 12:17:50 UTC 2011


Author: bbk-guest
Date: 2011-02-18 12:17:45 +0000 (Fri, 18 Feb 2011)
New Revision: 11777

Added:
   packages/trunk/7kaa/debian/patches/
   packages/trunk/7kaa/debian/patches/clean_outside_debian.diff
   packages/trunk/7kaa/debian/patches/series
Modified:
   packages/trunk/7kaa/debian/changelog
Log:
Patch clean.pl because it messes up with the debian directory

Modified: packages/trunk/7kaa/debian/changelog
===================================================================
--- packages/trunk/7kaa/debian/changelog	2011-02-18 10:55:20 UTC (rev 11776)
+++ packages/trunk/7kaa/debian/changelog	2011-02-18 12:17:45 UTC (rev 11777)
@@ -1,5 +1,6 @@
-7kaa (2.14.0-1) UNRELEASED; urgency=low
+7kaa (2.14.2-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #591302).
+  * Patch clean.pl to make sure it doesn't mess with the debian dir.
 
- -- Bertrand Marc <beberking at gmail.com>  Sun, 08 Aug 2010 20:03:05 +0200
+ -- Bertrand Marc <beberking at gmail.com>  Fri, 18 Feb 2011 09:36:44 +0100

Added: packages/trunk/7kaa/debian/patches/clean_outside_debian.diff
===================================================================
--- packages/trunk/7kaa/debian/patches/clean_outside_debian.diff	                        (rev 0)
+++ packages/trunk/7kaa/debian/patches/clean_outside_debian.diff	2011-02-18 12:17:45 UTC (rev 11777)
@@ -0,0 +1,11 @@
+--- a/clean.pl
++++ b/clean.pl
+@@ -19,7 +19,7 @@
+     }
+     print "Entering '$i'\n";
+ 
+-    clean_build_files($i) or return 0;
++    $i =~ "debian" or clean_build_files($i) or return 0;
+ 
+     print "Leaving '$i'\n";
+     unless (chdir $orig_dir) {

Added: packages/trunk/7kaa/debian/patches/series
===================================================================
--- packages/trunk/7kaa/debian/patches/series	                        (rev 0)
+++ packages/trunk/7kaa/debian/patches/series	2011-02-18 12:17:45 UTC (rev 11777)
@@ -0,0 +1 @@
+clean_outside_debian.diff




More information about the Pkg-games-commits mailing list