[ode] 03/09: Droped applied patch from upstream

Leopold Palomo-Avellaneda leo at alaxarxa.net
Thu Apr 28 13:21:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ode.

commit 364eb0e2eef7ac2b3e4051195a17b5013f3d0b1a
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Thu Apr 28 14:55:21 2016 +0200

    Droped applied patch from upstream
---
 ...01-Patch-to-solve-autoreconf-libccd-issue.patch | 43 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/0001-Patch-to-solve-autoreconf-libccd-issue.patch b/debian/patches/0001-Patch-to-solve-autoreconf-libccd-issue.patch
deleted file mode 100644
index 5e2cbb2..0000000
--- a/debian/patches/0001-Patch-to-solve-autoreconf-libccd-issue.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
-Date: Tue, 13 Oct 2015 23:06:57 +0200
-Subject: Patch to solve autoreconf libccd issue
-
----
- configure.ac        | 10 ++++++++--
- libccd/configure.ac |  2 +-
- 2 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index a606561..694d1b3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -452,8 +452,14 @@ then
-     fi
- fi
- 
--AC_CONFIG_SUBDIRS([libccd])
--
-+if test x$use_libccd = xyes
-+then
-+     if test x$libccd_source = xinternal
-+     then
-+        AC_CONFIG_SUBDIRS([libccd])
-+     fi
-+fi
-+ 
- AM_CONDITIONAL(LIBCCD, test x$use_libccd != xno)
- AM_CONDITIONAL(LIBCCD_INTERNAL, test x$libccd_source = xinternal)
- AM_CONDITIONAL(LIBCCD_BOX_CYL,          test x$col_box_cylinder = xlibccd)
-diff --git a/libccd/configure.ac b/libccd/configure.ac
-index 7e86a8c..5a12836 100644
---- a/libccd/configure.ac
-+++ b/libccd/configure.ac
-@@ -5,7 +5,7 @@
- AC_INIT([libccd], [1.0], [danfis at danfis.cz])
- AC_CONFIG_SRCDIR([src/ccd.c])
- AC_CONFIG_HEADERS([src/config.h])
--AM_INIT_AUTOMAKE
-+AM_INIT_AUTOMAKE(foreign)
- 
- # Checks for programs.
- AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2f35a15..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Patch-to-solve-autoreconf-libccd-issue.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ode.git



More information about the Pkg-games-commits mailing list