[SCM] flac packaging branch, master, updated. debian/1.2.1-3-16-g9e53ca2

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Aug 11 13:07:56 UTC 2010


The following commit has been merged in the master branch:
commit 0be90cb1f7612bf893b68d723a6bdd871dbc53aa
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Jun 15 15:20:05 2010 +0200

    Remove unseless debian/fixrpath.

diff --git a/debian/fixrpath b/debian/fixrpath
deleted file mode 100644
index a213d79..0000000
--- a/debian/fixrpath
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# $Id: fixrpath,v 1.1 2004/05/27 10:48:25 kobras Exp $
-# libtool -rpath workaround based on a suggestion by Yann Dirson
-# <dirson at debian.org>
-#
-# It is supposed to be inserted in configure.in, but I didn't want
-# to re-run autoconf (since that bloats the Debian diff unnecessarily),
-# so I just patch libtool after running configure.  -- Richard Braakman
-# <dark at xs4all.nl>
-#
-# The version of libtool included with LessTif unfortunately insists on
-# linking with -rpath, i.e. hardwiring locations. This is not desirable.
-#
-# The dummy define is improbable enough not to conflict with anything; it is
-# just here to fool libtool by making it believe it gave some useful info to
-# gcc.
-#
-# This will also patch the generated libtool to explicitly
-# link libraries against the libraries they depend on.  (particularly libc)
-
-for i in libtool libtool-disable-static; do
-sed < $i > $i-2 \
-	-e 's/^hardcode_libdir_flag_spec.*$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
-	-e '/^archive_cmds="/s/"$/ \$deplibs"/'
-mv $i-2 $i
-chmod 755 $i
-done
-

-- 
flac packaging



More information about the pkg-multimedia-commits mailing list