Package: libxine-dev Version: 1.1.90hg+20110516+847d4f89a4fb-1 Severity: serious Justification: kdebase-runtime ftbfs Tags: patch
Hi, Typical amd64 experimental system. Trying to build kdebase-runtime, I get: $ debian/rules build /usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.pl --with=kde,pkgkde-symbolshelper --with=xine error: unable to load addon xine: Can't locate Debian/Debhelper/Sequence/xine.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at (eval 8) line 2. BEGIN failed--compilation aborted at (eval 8) line 2. make: *** [debian/dhmk_rules.mk] Error 2 The cause: xine.pm in libxine-dev is not in the right place: $ dpkg-query -L libxine-dev | grep xine.pm /usr/share/perl5/Debian/Debhelper/Sequence/xine.pm /usr/share/perl5/Debian/Debhelper/Sequence/xine.pm/xine.pm The following fixes it (or cherry-picking the fix from sid should work, too). --- debian/changelog | 6 ++++++ debian/libxine-dev.install | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 992e0f62..36dcf229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xine-lib-1.2 (1.1.90hg+20110516+847d4f89a4fb-1.1) local; urgency=low + + * Fix dh 7 xine sequence file installation. + + -- Jonathan Nieder <jrnie...@gmail.com> Sat, 06 Aug 2011 16:08:37 -0500 + xine-lib-1.2 (1.1.90hg+20110516+847d4f89a4fb-1) experimental; urgency=low * 1.2.x development branch snapshot. diff --git a/debian/libxine-dev.install b/debian/libxine-dev.install index 9dcf5dfc..d2df685f 100644 --- a/debian/libxine-dev.install +++ b/debian/libxine-dev.install @@ -4,4 +4,4 @@ debian/tmp/usr/lib/libxine*.so debian/tmp/usr/lib/pkgconfig/libxine.pc debian/tmp/usr/share/aclocal/xine.m4 debian/dh_xine usr/bin -debian/xine.pm usr/share/perl5/Debian/Debhelper/Sequence/xine.pm +debian/xine.pm usr/share/perl5/Debian/Debhelper/Sequence -- 1.7.6 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org