diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-13 22:22:49 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-13 22:22:49 -0400 |
commit | 487842354a8f5b2311defde286efabaac622f505 (patch) | |
tree | 576394e72f98354422be16f5a758fbda33fe7f43 /libdvdcss/debian/control | |
parent | Merge branch 'makemkv-dpkg' into 'master' (diff) | |
download | stackrpms-487842354a8f5b2311defde286efabaac622f505.tar.gz stackrpms-487842354a8f5b2311defde286efabaac622f505.tar.bz2 stackrpms-487842354a8f5b2311defde286efabaac622f505.zip |
libdvdcss 1.4.2 dpkg rc1
Diffstat (limited to 'libdvdcss/debian/control')
-rw-r--r-- | libdvdcss/debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libdvdcss/debian/control b/libdvdcss/debian/control new file mode 100644 index 0000000..6acdbd5 --- /dev/null +++ b/libdvdcss/debian/control @@ -0,0 +1,28 @@ +Source: libdvdcss +Section: libs +Priority: extra +Maintainer: B Stack <bgstack15@gmail.com> +Build-Depends: debhelper (>=11~), dh-autoreconf, + autotools-dev +Standards-Version: 4.1.4 +Homepage: http://download.videolan.org/ + +Package: libdvdcss-dev +Section: libdevel +Architecture: any +Depends: libdvdcss2 (= ${binary:Version}), ${misc:Depends} +Description: library designed for accessing DVDs + libdvdcss is a simple library designed for accessing DVDs like a + block device without having to bother about the decryption. + . + This package provides the development files. + +Package: libdvdcss2 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: library designed for accessing DVDs + libdvdcss is a simple library designed for accessing DVDs like a + block device without having to bother about the decryption. |