[SCM] libass/master: Drop 05_as-needed.diff patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Oct 16 09:14:55 UTC 2013


The following commit has been merged in the master branch:
commit 3b0558aadb28fe5077aefbecd016d565c32cccfe
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Oct 16 09:50:04 2013 +0100

    Drop 05_as-needed.diff patch.

diff --git a/debian/patches/052_as-needed.diff b/debian/patches/052_as-needed.diff
deleted file mode 100644
index b9f7192..0000000
--- a/debian/patches/052_as-needed.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Fix incorrect argument reordering
-Bug-Debian: http://bugs.debian.org/347650
-
-Index: vlc-debian/ltmain.sh
-===================================================================
---- vlc-debian.origltmain.sh	2010-02-13 15:44:10.000000000 +0000
-+++ vlc-debian/ltmain.sh	2010-02-13 15:44:27.000000000 +0000
-@@ -4716,6 +4716,11 @@
- 	arg=$func_stripname_result
- 	;;
- 
-+      -Wl,--as-needed)
-+	deplibs="$deplibs $arg"
-+	continue
-+	;;
-+      
-       -Wl,*)
- 	func_stripname '-Wl,' '' "$arg"
- 	args=$func_stripname_result
-@@ -5070,6 +5075,15 @@
- 	lib=
- 	found=no
- 	case $deplib in
-+	-Wl,--as-needed)
-+	  if test "$linkmode,$pass" = "prog,link"; then
-+	    compile_deplibs="$deplib $compile_deplibs"
-+	    finalize_deplibs="$deplib $finalize_deplibs"
-+	  else
-+	    deplibs="$deplib $deplibs"
-+	  fi
-+	  continue
-+	  ;;
- 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
- 	  if test "$linkmode,$pass" = "prog,link"; then
- 	    compile_deplibs="$deplib $compile_deplibs"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 34689e2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-# Patch series for quilt
-052_as-needed.diff

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list