[Pkg-sdl-commits] [smpeg] 01/01: Changes for 0.4.5+cvs20030824-7

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sun Aug 10 22:12:27 UTC 2014


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

mafm pushed a commit to branch master
in repository smpeg.

commit 5a8e9b30ea3fb2c3b559a54afa5d8ee694ba8ebe
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Aug 10 01:15:53 2014 +0100

    Changes for 0.4.5+cvs20030824-7
---
 debian/changelog                          |  7 +++++++
 debian/patches/ltconfig_for_kfreebsd.diff | 11 +++++++++++
 debian/patches/series                     |  1 +
 debian/rules                              |  2 +-
 4 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d767a7a..94828e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+smpeg (0.4.5+cvs20030824-7) unstable; urgency=medium
+
+  * Patch ltconfig to add support for kfreebsd-*, otherwise FTBFS.  Thanks
+    Steven Chamberlain.
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Sun, 10 Aug 2014 12:43:39 +0100
+
 smpeg (0.4.5+cvs20030824-6) unstable; urgency=medium
 
   [ Manuel A. Fernandez Montecelo ]
diff --git a/debian/patches/ltconfig_for_kfreebsd.diff b/debian/patches/ltconfig_for_kfreebsd.diff
new file mode 100644
index 0000000..70c4312
--- /dev/null
+++ b/debian/patches/ltconfig_for_kfreebsd.diff
@@ -0,0 +1,11 @@
+--- a/ltconfig
++++ b/ltconfig
+@@ -1973,7 +1973,7 @@
+   esac
+   ;;
+ 
+-gnu*)
++gnu* | k*bsd*-gnu)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
diff --git a/debian/patches/series b/debian/patches/series
index ddcc415..a602784 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 #000_no_rpath.diff
+ltconfig_for_kfreebsd.diff
 upstream_disable_rpath.diff
 001_gtk+2.0-headers.diff
 005_link_with_g++.diff
diff --git a/debian/rules b/debian/rules
index 08abb3a..57ccd0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-export AUTOMAKE := automake --foreign --add-missing
+export AUTOMAKE := automake --foreign --add-missing --force-missing
 
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/smpeg.git



More information about the pkg-sdl-commits mailing list