[libogg-vorbis-decoder-perl] 04/05: Do not link against unneeded libraries (useless_dependency.patch)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Apr 24 16:24:28 UTC 2014


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

fsfs pushed a commit to branch master
in repository libogg-vorbis-decoder-perl.

commit 3acff12af4ba7f865ee7485cd738e787af42720d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Apr 24 18:03:34 2014 +0200

    Do not link against unneeded libraries (useless_dependency.patch)
---
 debian/patches/series                   |  1 +
 debian/patches/useless_dependency.patch | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..526c1ad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+useless_dependency.patch
diff --git a/debian/patches/useless_dependency.patch b/debian/patches/useless_dependency.patch
new file mode 100644
index 0000000..5e90378
--- /dev/null
+++ b/debian/patches/useless_dependency.patch
@@ -0,0 +1,15 @@
+Description: Do not link against unused libraries
+ This avoids needlessly complex package dependencies, and a lintian warning
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95003
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -13,7 +13,7 @@
+ 
+ } else {
+ 
+-	cc_lib_links(qw(ogg vorbis vorbisfile));
++	cc_lib_links(qw(vorbisfile));
+ 	cc_optimize_flags('-Wall');
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libogg-vorbis-decoder-perl.git



More information about the Pkg-perl-cvs-commits mailing list