aboutsummaryrefslogtreecommitdiff
path: root/Tremor/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'Tremor/debian/control')
-rw-r--r--Tremor/debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/Tremor/debian/control b/Tremor/debian/control
new file mode 100644
index 0000000..f286e91
--- /dev/null
+++ b/Tremor/debian/control
@@ -0,0 +1,22 @@
+Source: libvorbisidec
+Section: libs
+Priority: optional
+Maintainer: Christopher L Cheney <ccheney@debian.org>
+Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, gawk
+Standards-Version: 3.5.7.0
+
+Package: libvorbisidec1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: Ogg Bitstream Library
+ Libogg is a library for manipulating ogg bitstreams. It handles
+ both making ogg bitstreams and getting packets from ogg bitstreams.
+
+Package: libvorbisidec-dev
+Architecture: any
+Section: devel
+Depends: libvorbisidec1 (= ${Source-Version}), libc6-dev
+Description: Ogg Bitstream Library Development
+ The libogg-dev package contains the header files and documentation
+ needed to develop applications with libogg.