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 <f...@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 <f...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to