summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar aeb 2000-09-10 02:10:08 +0000
committerGravatar aeb 2000-09-10 02:10:08 +0000
commitbbfc1944cd33de7056dc9617f9d9a977978032fa (patch)
treefb42afa1ac58d605452640a4e5d43afba24c7edf /debian/control
parentAdded missing prototypes for iso send functions. (diff)
Added control files for Debian packages.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@37 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7e4f6a2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libraw1394
+Section: libs
+Priority: optional
+Maintainer: Andreas E. Bombe <andreas.bombe@munich.netsurf.de>
+Standards-Version: 3.1.1.1
+Build-Depends: debhelper
+
+Package: libraw1394-dev
+Architecture: any
+Section: devel
+Depends: libraw1394-4, libc6-dev
+Description: library for direct access to IEEE 1394 bus - development files
+ libraw1394 is the only supported interface to the kernel side raw1394
+ of the Linux IEEE-1394 subsystem, which provides direct access to the
+ connected 1394 buses to user space. Through libraw1394/raw1394,
+ applications can directly send to and receive from other nodes without
+ requiring a kernel driver for the protocol in question.
+ .
+ This package contains the include files and static library for
+ libraw1394.
+
+Package: libraw1394-4
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: library for direct access to IEEE 1394 bus (aka FireWire)
+ libraw1394 is the only supported interface to the kernel side raw1394
+ of the Linux IEEE-1394 subsystem, which provides direct access to the
+ connected 1394 buses to user space. Through libraw1394/raw1394,
+ applications can directly send to and receive from other nodes without
+ requiring a kernel driver for the protocol in question.