r15168 - packages/trunk/freealut/debian/patches

Vincent Cheng vcheng at moszumanska.debian.org
Sun Aug 31 00:12:29 UTC 2014


Author: vcheng
Date: 2014-08-31 00:12:29 +0000 (Sun, 31 Aug 2014)
New Revision: 15168

Added:
   packages/trunk/freealut/debian/patches/006_findutils_syntax.diff
Removed:
   packages/trunk/freealut/debian/patches/101_findutils_syntax.diff
Modified:
   packages/trunk/freealut/debian/patches/series
Log:
fix patch


Added: packages/trunk/freealut/debian/patches/006_findutils_syntax.diff
===================================================================
--- packages/trunk/freealut/debian/patches/006_findutils_syntax.diff	                        (rev 0)
+++ packages/trunk/freealut/debian/patches/006_findutils_syntax.diff	2014-08-31 00:12:29 UTC (rev 15168)
@@ -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/Makefile.am
++++ b/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/Makefile.in
++++ b/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

Deleted: packages/trunk/freealut/debian/patches/101_findutils_syntax.diff
===================================================================
--- packages/trunk/freealut/debian/patches/101_findutils_syntax.diff	2014-08-31 00:11:01 UTC (rev 15167)
+++ packages/trunk/freealut/debian/patches/101_findutils_syntax.diff	2014-08-31 00:12:29 UTC (rev 15168)
@@ -1,26 +0,0 @@
-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-31 00:11:01 UTC (rev 15167)
+++ packages/trunk/freealut/debian/patches/series	2014-08-31 00:12:29 UTC (rev 15168)
@@ -1,4 +1,4 @@
 000_configure.diff
 001_freebsd_pthread.diff
 005_am_maintainer_mode.diff
-101_findutils_syntax.diff
+006_findutils_syntax.diff




More information about the Pkg-games-commits mailing list