Codebase list libdvdread / 91085e4
Imported Debian patch 0.9.7-3 Daniel Baumann authored 17 years ago Reinhard Tartler committed 10 years ago
8 changed file(s) with 26 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
0 libdvdread (0.9.7-3) unstable; urgency=medium
1
2 * Improved wording in README.Debian as suggested by Filipus Klutiero
3 <cheal@hotpop.com> (Closes: #412628).
4 * Bumped to debhelper 5.
5 * Minor cleanups.
6
7 -- Daniel Baumann <daniel@debian.org> Tue, 26 Feb 2007 08:09:00 +0100
8
09 libdvdread (0.9.7-2) unstable; urgency=medium
110
211 * Fixed typo in README.Debian (Closes: #396733).
11 Section: graphics
22 Priority: optional
33 Maintainer: Daniel Baumann <daniel@debian.org>
4 Build-Depends: debhelper (>= 4), dpatch, autotools-dev
4 Build-Depends: debhelper (>= 5), dpatch, autotools-dev
55 Standards-Version: 3.7.2
66
77 Package: libdvdread3
88 Section: libs
99 Architecture: any
10 Depends: ${shlibs:Depends}
11 Suggests: libdvdcss2, wget
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Suggests: libdvdcss2
1212 Description: library for reading DVDs
1313 libdvdread provides the functionality that is required to access many DVDs. It
1414 parses IFO files, reads NAV-blocks, and performs CSS authentication and
2020 Package: libdvdread-dev
2121 Section: libdevel
2222 Architecture: any
23 Depends: libdvdread3 (= ${Source-Version})
24 Conflicts: libdvdread2-dev, libdvdread3-dev
25 Replaces: libdvdread2-dev, libdvdread3-dev
23 Depends: libdvdread3 (= ${binary:Version})
2624 Provides: libdvdread3-dev
2725 Description: library for reading DVDs (development)
2826 libdvdread provides the functionality that is required to access many DVDs. It
0 This package was first debianized by Brian Russo <wolfie@debian.org> on
1 Sat, 30 Jun 2001 01:10:54 +1100.
0 This package was debianized by Daniel Baumann <daniel@debian.org> on
1 Fri, 7 Apr 2006 21:39:00 +0200.
22
33 It was downloaded from <http://www.dtek.chalmers.se/~dvd/>.
44
5 Copyright Holder: Bjorn Englund <d4bjorn@dtek.chalmers.se>,
6 Hakan Hjort <d95hjort@dtek.chalmers.se>,
7 Billy Biggs <vektor@dumbterm.net>,
8 Christian Wolff <scarabaeus@convergence.de>.
5 Upstream Author: Bjorn Englund <d4bjorn@dtek.chalmers.se>
96
107 License:
118
3027
3128 On Debian systems, the complete text of the GNU General Public License
3229 can be found in /usr/share/common-licenses/GPL file.
30
31 The Debian packaging is (C) 2006-2007, Daniel Baumann <daniel@debian.org> and
32 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
00 /usr/include/*
11 /usr/lib/*.a
22 /usr/lib/*.so
3 /usr/lib/pkgconfig/*
43 /usr/lib/*.la
5 /usr/share/pkgconfig/*
11 ---------------------
22
33 Many DVDs use css. To play these discs, a special library is needed to decode
4 them, libdvdcss. Due to legal problems in some particular countries, Debian
5 cannot distribute libdvdcss.
4 them, libdvdcss. Due to legal problems in some particular countries, Debian does
5 not distribute libdvdcss.
66
77 If it is legal for you to use css in your country, you can:
88
9 * Install the packages from <http://www.debian-unofficial.org/>.
9 * Install the packages from <http://www.debian-unofficial.org/>.
1010
11 * Manually download and compile the source code from
12 <http://developers.videolan.org/libdvdcss/>.
11 * Manually download and compile the source code from
12 <http://developers.videolan.org/libdvdcss/>.
1313
1414 -- Daniel Baumann <daniel@debian.org> Sat, 29 Jul 2006 20:03:00 +0200
3535 clean: unpatch
3636 dh_testdir
3737 dh_testroot
38 rm -f build-stamp
38 rm -f build-stamp
3939
4040 # Cleaning package
4141 -$(MAKE) distclean
0 # watch control file for uscan
1
20 version=3
31 http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-(.*)\.tar\.gz