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

Samuel Hocevar sho at alioth.debian.org
Tue Feb 20 13:25:06 CET 2007


Author: sho
Date: 2007-02-20 13:25:06 +0100 (Tue, 20 Feb 2007)
New Revision: 2423

Added:
   packages/trunk/freealut/debian/patches/001_freebsd_pthread.diff
   packages/trunk/freealut/debian/patches/005_am_maintainer_mode.diff
Removed:
   packages/trunk/freealut/debian/patches/001_am_maintainer_mode.diff
Modified:
   packages/trunk/freealut/debian/changelog
   packages/trunk/freealut/debian/patches/000_configure.diff
   packages/trunk/freealut/debian/patches/series
Log:
  * Reorganised patches somewhat.


Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog	2007-02-20 12:11:51 UTC (rev 2422)
+++ packages/trunk/freealut/debian/changelog	2007-02-20 12:25:06 UTC (rev 2423)
@@ -16,9 +16,10 @@
   * Add dependency for libopenal-dev against libalut-dev.
 
   [ Eddy Petrișor ]
-  * small tweak to configure.ac to remove FTBFS on GNU/kFreeBSD, thanks to
-    Petr Salinger <Petr.Salinger at seznam.cz> for the patch (Closes: #400717)
-    Severity is not meduim since the arch is not released.
+  * debian/patches/001_freebsd_pthread.diff:
+    + small tweak to configure.ac to remove FTBFS on GNU/kFreeBSD, thanks to
+      Petr Salinger <Petr.Salinger at seznam.cz> for the patch (Closes: #400717)
+      Severity is not meduim since the arch is not released.
   * ran autoupdate
   * added libtool as a dependency so the package builds properly
   * added myself to uploaders

Modified: packages/trunk/freealut/debian/patches/000_configure.diff
===================================================================
--- packages/trunk/freealut/debian/patches/000_configure.diff	2007-02-20 12:11:51 UTC (rev 2422)
+++ packages/trunk/freealut/debian/patches/000_configure.diff	2007-02-20 12:25:06 UTC (rev 2423)
@@ -19,12 +19,3 @@
  
  ################################################################################
  ## libtool shared library version.
-@@ -82,7 +82,7 @@
- AC_DEFINE([ALUT_BUILD_LIBRARY], [1], [Define to 1 if you want to build the ALUT DLL.])
- 
- # Checks for libraries. (not perfect yet)
--AC_SEARCH_LIBS([pthread_self], [pthread])
-+AC_SEARCH_LIBS([pthread_create], [pthread])
- AC_SEARCH_LIBS([alGetError], [openal32 openal])
- 
- ################################################################################

Deleted: packages/trunk/freealut/debian/patches/001_am_maintainer_mode.diff
===================================================================
--- packages/trunk/freealut/debian/patches/001_am_maintainer_mode.diff	2007-02-20 12:11:51 UTC (rev 2422)
+++ packages/trunk/freealut/debian/patches/001_am_maintainer_mode.diff	2007-02-20 12:25:06 UTC (rev 2423)
@@ -1,12 +0,0 @@
-Index: freealut-1.1.0/configure.ac
-===================================================================
---- freealut-1.1.0.orig/configure.ac	2007-02-20 12:55:58.000000000 +0100
-+++ freealut-1.1.0/configure.ac	2007-02-20 12:56:08.000000000 +0100
-@@ -5,6 +5,7 @@
- AC_INIT([freealut library],[1.1.0],[openal-devel at opensource.creative.com],[freealut])
- AC_CONFIG_AUX_DIR([admin/autotools])
- AM_INIT_AUTOMAKE
-+AM_MAINTAINER_MODE
- AC_PREREQ(2.61)
- AC_CONFIG_SRCDIR([AUTHORS])
- AC_CONFIG_HEADERS([config.h])

Copied: packages/trunk/freealut/debian/patches/001_freebsd_pthread.diff (from rev 2422, packages/trunk/freealut/debian/patches/000_configure.diff)
===================================================================
--- packages/trunk/freealut/debian/patches/000_configure.diff	2007-02-20 12:11:51 UTC (rev 2422)
+++ packages/trunk/freealut/debian/patches/001_freebsd_pthread.diff	2007-02-20 12:25:06 UTC (rev 2423)
@@ -0,0 +1,11 @@
+--- freealut-1.1.0.orig/configure.ac
++++ freealut-1.1.0/configure.ac
+@@ -82,7 +82,7 @@
+ AC_DEFINE([ALUT_BUILD_LIBRARY], [1], [Define to 1 if you want to build the ALUT DLL.])
+ 
+ # Checks for libraries. (not perfect yet)
+-AC_SEARCH_LIBS([pthread_self], [pthread])
++AC_SEARCH_LIBS([pthread_create], [pthread])
+ AC_SEARCH_LIBS([alGetError], [openal32 openal])
+ 
+ ################################################################################

Copied: packages/trunk/freealut/debian/patches/005_am_maintainer_mode.diff (from rev 2422, packages/trunk/freealut/debian/patches/001_am_maintainer_mode.diff)

Modified: packages/trunk/freealut/debian/patches/series
===================================================================
--- packages/trunk/freealut/debian/patches/series	2007-02-20 12:11:51 UTC (rev 2422)
+++ packages/trunk/freealut/debian/patches/series	2007-02-20 12:25:06 UTC (rev 2423)
@@ -1,3 +1,4 @@
 000_configure.diff
-001_am_maintainer_mode.diff
+001_freebsd_pthread.diff
+005_am_maintainer_mode.diff
 100_rebootstrap.diff




More information about the Pkg-games-commits mailing list