r4436 - in packages/trunk/xwelltris/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Fri Oct 19 23:51:24 UTC 2007


Author: bddebian-guest
Date: 2007-10-19 23:51:24 +0000 (Fri, 19 Oct 2007)
New Revision: 4436

Added:
   packages/trunk/xwelltris/debian/patches/make_common_strip.patch
Modified:
   packages/trunk/xwelltris/debian/changelog
   packages/trunk/xwelltris/debian/patches/series
Log:
Add patch to support nostrip


Modified: packages/trunk/xwelltris/debian/changelog
===================================================================
--- packages/trunk/xwelltris/debian/changelog	2007-10-19 19:19:24 UTC (rev 4435)
+++ packages/trunk/xwelltris/debian/changelog	2007-10-19 23:51:24 UTC (rev 4436)
@@ -16,6 +16,7 @@
   * Bump debhelper build-dep and compat to 5
   * Fix make clean lintian warning
   * Add watch file
+  * Add patch to support nostrip (Closes: #438352)
 
  -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:09:20 +0100
 

Added: packages/trunk/xwelltris/debian/patches/make_common_strip.patch
===================================================================
--- packages/trunk/xwelltris/debian/patches/make_common_strip.patch	                        (rev 0)
+++ packages/trunk/xwelltris/debian/patches/make_common_strip.patch	2007-10-19 23:51:24 UTC (rev 4436)
@@ -0,0 +1,12 @@
+diff -urN xwelltris-1.0.1.orig/src/Make.common.in xwelltris-1.0.1/src/Make.common.in
+--- xwelltris-1.0.1.orig/src/Make.common.in	2003-02-21 06:40:33.000000000 -0500
++++ xwelltris-1.0.1/src/Make.common.in	2007-10-19 19:22:11.000000000 -0400
+@@ -24,7 +24,7 @@
+ RMF = @RM@ -f
+ CP = @CP@
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL@ -s -m 755
++INSTALL_PROGRAM = @INSTALL@ -m 755
+ INSTALL_DATA = @INSTALL@ -m 644
+ INSTALL_SHARE_DATA = @INSTALL@ -m 666
+ INS=@INSTALL@ -m 755

Modified: packages/trunk/xwelltris/debian/patches/series
===================================================================
--- packages/trunk/xwelltris/debian/patches/series	2007-10-19 19:19:24 UTC (rev 4435)
+++ packages/trunk/xwelltris/debian/patches/series	2007-10-19 23:51:24 UTC (rev 4436)
@@ -1 +1,2 @@
 config_in.patch
+make_common_strip.patch




More information about the Pkg-games-commits mailing list