r15164 - in packages/trunk/freealut/debian: . patches

Vincent Cheng vcheng at moszumanska.debian.org
Sat Aug 30 23:58:09 UTC 2014


Author: vcheng
Date: 2014-08-30 23:58:09 +0000 (Sat, 30 Aug 2014)
New Revision: 15164

Added:
   packages/trunk/freealut/debian/patches/101_findutils_syntax.diff
Modified:
   packages/trunk/freealut/debian/changelog
   packages/trunk/freealut/debian/patches/series
Log:
remove usage of deprecated findutils syntax


Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog	2014-08-30 23:49:07 UTC (rev 15163)
+++ packages/trunk/freealut/debian/changelog	2014-08-30 23:58:09 UTC (rev 15164)
@@ -10,6 +10,9 @@
     getting new libtool macros (still updates config.{sub,guess}).
     (Closes: #733473)
 
+  [ Vincent Cheng ]
+  * Remove usage of deprecated findutils syntax. (Closes: #711706, #724771)
+
  -- Vincent Cheng <vcheng at debian.org>  Sat, 30 Aug 2014 15:40:57 -0700
 
 freealut (1.1.0-3) unstable; urgency=low

Added: packages/trunk/freealut/debian/patches/101_findutils_syntax.diff
===================================================================
--- packages/trunk/freealut/debian/patches/101_findutils_syntax.diff	                        (rev 0)
+++ packages/trunk/freealut/debian/patches/101_findutils_syntax.diff	2014-08-30 23:58:09 UTC (rev 15164)
@@ -0,0 +1,26 @@
+Description: Fix usage of deprecated findutils syntax
+Bug-Debian: https://bugs.debian.org/711706
+Bug-Debian: https://bugs.debian.org/724771
+
+--- a/freealut-1.1.0/Makefile.am
++++ b/freealut-1.1.0/Makefile.am
+@@ -33,7 +33,7 @@ libtool: $(LIBTOOL_DEPS)
+ 
+ # The Creative repository has some broken permissions, let's fix this.
+ permissions:
+-	find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
++	find . -type f \! -perm /222 \! -name "*.sh" -exec chmod +w {} \;
+ 
+ # Automatically reformat all C headers and sources with indent according to
+ # admin/autotools/.indent.pro, but be make-friendly and take some precautions to
+--- a/freealut-1.1.0/Makefile.in
++++ b/freealut-1.1.0/Makefile.in
+@@ -675,7 +675,7 @@ libtool: $(LIBTOOL_DEPS)
+ 
+ # The Creative repository has some broken permissions, let's fix this.
+ permissions:
+-	find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
++	find . -type f \! -perm /222 \! -name "*.sh" -exec chmod +w {} \;
+ 
+ # Automatically reformat all C headers and sources with indent according to
+ # admin/autotools/.indent.pro, but be make-friendly and take some precautions to

Modified: packages/trunk/freealut/debian/patches/series
===================================================================
--- packages/trunk/freealut/debian/patches/series	2014-08-30 23:49:07 UTC (rev 15163)
+++ packages/trunk/freealut/debian/patches/series	2014-08-30 23:58:09 UTC (rev 15164)
@@ -2,3 +2,4 @@
 001_freebsd_pthread.diff
 005_am_maintainer_mode.diff
 100_rebootstrap.diff
+101_findutils_syntax.diff




More information about the Pkg-games-commits mailing list