From b6e5857742b64dac6ba50eb68596c367e8dc0bb7 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 3 Nov 2002 17:07:34 +0000 Subject: first bunch of 1-alpha0 preparations CVS patchset: 3166 CVS date: 2002/11/03 17:07:34 --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a7da8b6b8..6babe1941 100755 --- a/debian/rules +++ b/debian/rules @@ -102,10 +102,10 @@ binary-arch: build install # build libxine${major} package by moving files from libxine-dev # dh_movefiles --sourcedir=debian/libxine-dev -plibxine$(major) \ - usr/lib/libxine*.so.$(major) \ - usr/lib/libxine*.so.$(version) \ - usr/lib/xine/plugins/*.so \ - usr/share/xine \ + usr/lib/libxine*.so.$(major) \ + usr/lib/libxine*.so.$(version) \ + $(shell cd debian/libxine-dev; find usr/lib/xine/plugins -name \*.so) \ + usr/share/xine \ usr/share/locale # dh_installdebconf @@ -117,7 +117,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -V 'libxine0 (>= 0.9.11)' + dh_makeshlibs -V 'libxine1 (>= 1-alpha0)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh -- cgit v1.2.3