From d41d1b5388cd7e3658bd6a22daea81e228175463 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 14 Apr 2007 17:06:28 +0100 Subject: Adjust packaging files for libxine2. --HG-- rename : debian/libxine1.install => debian/libxine2.install --- debian/changelog | 7 +++++++ debian/control | 8 ++++---- debian/libxine1.install | 11 ----------- debian/libxine2.install | 11 +++++++++++ debian/reportbug.presubj | 4 ++-- debian/rules | 4 ++-- 6 files changed, 26 insertions(+), 19 deletions(-) delete mode 100644 debian/libxine1.install create mode 100644 debian/libxine2.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e3fcde9a3..b2d25a3ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xine-lib (1.2.0~hg-0) unstable; urgency=low + + * Hg snapshot. + * Adjust for libxine2. + + -- Darren Salt Sat, 14 Apr 2007 16:31:58 +0100 + xine-lib (1.1.5~cvs-0) unstable; urgency=low * CVS snapshot. diff --git a/debian/control b/debian/control index 1749dd041..fa053d851 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Standards-Version: 3.7.2 Package: libxine-dev Architecture: any Section: libdevel -Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev +Depends: libxine2 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev Conflicts: xine-ui (<< 0.9.10) Description: the xine video player library, development packages This contains development files (headers, documentation and the like) @@ -42,7 +42,7 @@ Description: the xine video player library, development packages The xine-ui and gxine packages each provide one for your convenience, so you can just start watching your VCDs ;-) -Package: libxine1 +Package: libxine2 Architecture: any Depends: ${shlibs:Depends} Recommends: ${shlibs:Recommends} @@ -61,10 +61,10 @@ Description: the xine video/media player library, binary files The xine-ui and gxine packages each provide one for your convenience, so you can just start watching your VCDs ;-) -Package: libxine1-dbg +Package: libxine2-dbg Priority: extra Architecture: any -Depends: libxine1 (= ${Source-Version}) +Depends: libxine2 (= ${Source-Version}) Description: the xine video/media player library, debug data This is the xine media player library (libxine). . diff --git a/debian/libxine1.install b/debian/libxine1.install deleted file mode 100644 index 1efbabbea..000000000 --- a/debian/libxine1.install +++ /dev/null @@ -1,11 +0,0 @@ -usr/lib/libxine*.so.* -usr/lib/xine/plugins/*/post/*.so -usr/lib/xine/plugins/*/*.so -usr/lib/xine/plugins/*/vidix/*.so -usr/share/locale -usr/share/xine -usr/share/man/man5/xine.5 -usr/share/doc/libxine1/faq/* -usr/share/doc/libxine1/README* -usr/share/doc/libxine1/hackersguide/* -usr/share/bug/libxine1/presubj diff --git a/debian/libxine2.install b/debian/libxine2.install new file mode 100644 index 000000000..42f7937c2 --- /dev/null +++ b/debian/libxine2.install @@ -0,0 +1,11 @@ +usr/lib/libxine*.so.* +usr/lib/xine/plugins/*/post/*.so +usr/lib/xine/plugins/*/*.so +usr/lib/xine/plugins/*/vidix/*.so +usr/share/locale +usr/share/xine-lib +usr/share/man/man5/xine.5 +usr/share/doc/libxine2/faq/* +usr/share/doc/libxine2/README* +usr/share/doc/libxine2/hackersguide/* +usr/share/bug/libxine2/presubj diff --git a/debian/reportbug.presubj b/debian/reportbug.presubj index 229cd9d74..847ff0bad 100644 --- a/debian/reportbug.presubj +++ b/debian/reportbug.presubj @@ -21,9 +21,9 @@ with xine-ui, then file the bug against gxine) Report bugs for xine crashes ============================ -If you report a bug that applications linked against libxine1 +If you report a bug that applications linked against libxine2 (xine-ui, gxine, amarok, totem, etc) segfault, please install the -packages 'xine-ui' and 'libxine1-dbg', and try to reproduce it with +packages 'xine-ui' and 'libxine2-dbg', and try to reproduce it with this command: > ulimit -c unlimited ; /usr/bin/xine --bug-report diff --git a/debian/rules b/debian/rules index 395b983e0..6ff7d17f0 100755 --- a/debian/rules +++ b/debian/rules @@ -128,10 +128,10 @@ binary-arch: build install dh_installdocs dh_installchangelogs -k ChangeLog dh_link - dh_strip --dbg-package=libxine1 + dh_strip --dbg-package=libxine2 dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1.1.2-5)' + dh_makeshlibs -V 'libxine2 (>= 1.2.0~)' dh_installdeb chmod +x debian/shlibdeps.sh debian/shlibdeps.sh libxine${major} -- cgit v1.2.3