]> git.sesse.net Git - vlc/commitdiff
* libdvdcss* packages are now a bit more policy-compliant.
authorSam Hocevar <sam@videolan.org>
Mon, 6 Aug 2001 13:46:54 +0000 (13:46 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 6 Aug 2001 13:46:54 +0000 (13:46 +0000)
debian/.cvsignore
debian/libdvdcss0.0.2.copyright [new file with mode: 0644]
debian/rules

index ac42c955c17cab1d2d23532d81fe72e4a59aa4a2..38b6d247d6488f21e6d0b2b4446277f22cd71f7d 100644 (file)
@@ -1,6 +1,7 @@
 tmp
 vlc
 vlc-*
+libdvdcss*
 delete
 files
 *debhelper
diff --git a/debian/libdvdcss0.0.2.copyright b/debian/libdvdcss0.0.2.copyright
new file mode 100644 (file)
index 0000000..1331a58
--- /dev/null
@@ -0,0 +1,26 @@
+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'.
index a32567b28dd57afd826f889c1b67a426d5085e0a..567c11b74d08ab42dcbf0de39b6f590b9fb25475 100755 (executable)
@@ -15,6 +15,10 @@ export VIDDIR="usr/share/videolan"
 export PIXDIR="usr/share/pixmaps"
 export GNOMEDIR="usr/share/gnome/apps/Multimedia"
 
+# Library options
+version=0.0.2
+major=0
+
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -82,13 +86,13 @@ install: build
 
 # libdvdcss start
        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
-       mv debian/vlc/usr/lib/*.a debian/libdvdcss0.0.2-dev/usr/lib
-       mv debian/vlc/usr/lib/*.so debian/libdvdcss0.0.2-dev/usr/lib
-       mv debian/vlc/usr/lib/*.so.* debian/libdvdcss0.0.2/usr/lib
-       ln -s libdvdcss0.0.2 debian/libdvdcss0.0.2-dev/usr/share/doc/libdvdcss0.0.2-dev
+       mv debian/vlc/usr/lib/*.a debian/libdvdcss$(version)-dev/usr/lib
+       mv debian/vlc/usr/lib/*.so debian/libdvdcss$(version)-dev/usr/lib
+       mv debian/vlc/usr/lib/*.so.* debian/libdvdcss$(version)/usr/lib
+       ln -s libdvdcss$(version) debian/libdvdcss$(version)-dev/usr/share/doc/libdvdcss$(version)-dev
 # libdvdcss stop
 
 # Build architecture-independent files here.
@@ -117,7 +121,7 @@ binary-arch: build install
        dh_strip
        dh_compress
        dh_fixperms
-#      dh_makeshlibs
+       dh_makeshlibs
        dh_installdeb
 #      dh_perl
        dh_shlibdeps -Nvlc-glide