Commit 156201a1 authored by Sam Hocevar's avatar Sam Hocevar

  * libdvdcss* packages are now a bit more policy-compliant.
parent 460360a8
tmp tmp
vlc vlc
vlc-* vlc-*
libdvdcss*
delete delete
files files
*debhelper *debhelper
......
This package was debianized by Samuel Hocevar <sam@zoy.org> on
Mon, 13 Mar 2000 02:21:45 +0100.
It was taken from the CVS tree. See http://www.videolan.org/cvs.html
Upstream Author(s): The VideoLAN Team <videolan@videolan.org>
VideoLAN is Copyright 1996, 1997, 1998, 1999, 2000, 2001 The VideoLAN Team
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
...@@ -15,6 +15,10 @@ export VIDDIR="usr/share/videolan" ...@@ -15,6 +15,10 @@ export VIDDIR="usr/share/videolan"
export PIXDIR="usr/share/pixmaps" export PIXDIR="usr/share/pixmaps"
export GNOMEDIR="usr/share/gnome/apps/Multimedia" export GNOMEDIR="usr/share/gnome/apps/Multimedia"
# Library options
version=0.0.2
major=0
build: build-stamp build: build-stamp
build-stamp: build-stamp:
dh_testdir dh_testdir
...@@ -82,13 +86,13 @@ install: build ...@@ -82,13 +86,13 @@ install: build
# libdvdcss start # libdvdcss start
mv debian/vlc/usr/include/videolan/dvdcss.h \ mv debian/vlc/usr/include/videolan/dvdcss.h \
debian/libdvdcss0.0.2-dev/usr/include/videolan debian/libdvdcss$(version)-dev/usr/include/videolan
rmdir debian/vlc/usr/include/videolan rmdir debian/vlc/usr/include/videolan
rmdir debian/vlc/usr/include rmdir debian/vlc/usr/include
mv debian/vlc/usr/lib/*.a debian/libdvdcss0.0.2-dev/usr/lib mv debian/vlc/usr/lib/*.a debian/libdvdcss$(version)-dev/usr/lib
mv debian/vlc/usr/lib/*.so debian/libdvdcss0.0.2-dev/usr/lib mv debian/vlc/usr/lib/*.so debian/libdvdcss$(version)-dev/usr/lib
mv debian/vlc/usr/lib/*.so.* debian/libdvdcss0.0.2/usr/lib mv debian/vlc/usr/lib/*.so.* debian/libdvdcss$(version)/usr/lib
ln -s libdvdcss0.0.2 debian/libdvdcss0.0.2-dev/usr/share/doc/libdvdcss0.0.2-dev ln -s libdvdcss$(version) debian/libdvdcss$(version)-dev/usr/share/doc/libdvdcss$(version)-dev
# libdvdcss stop # libdvdcss stop
# Build architecture-independent files here. # Build architecture-independent files here.
...@@ -117,7 +121,7 @@ binary-arch: build install ...@@ -117,7 +121,7 @@ binary-arch: build install
dh_strip dh_strip
dh_compress dh_compress
dh_fixperms dh_fixperms
# dh_makeshlibs dh_makeshlibs
dh_installdeb dh_installdeb
# dh_perl # dh_perl
dh_shlibdeps -Nvlc-glide dh_shlibdeps -Nvlc-glide
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment