diff options
author | crunchy <crunchy> | 2006-06-18 13:43:19 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2006-06-18 13:43:19 +0000 |
commit | 10613af0371e948700b1f51ae9d44d57396294d3 (patch) | |
tree | d049561103d91029c8deae4ac9d3ad9a6490c49d /debian/control | |
parent | 3f961675d28fa73735348646e0091049338e0ae3 (diff) | |
download | mpiosh-10613af0371e948700b1f51ae9d44d57396294d3.tar.gz mpiosh-10613af0371e948700b1f51ae9d44d57396294d3.tar.bz2 mpiosh-10613af0371e948700b1f51ae9d44d57396294d3.zip |
add support for Debian packages
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1dfcd1c --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: mpio +Section: misc +Priority: optional +Maintainer: Andreas Büsching <crunchy@bitkipper.net> +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs, libusb-dev, libreadline5-dev +Standards-Version: 3.6.2 + +Package: libmpio +Architecture: any +Depends: ${shlibs:Depends}, libusb-0.1-4 +Description: provides access to MPIO MP3 players + +Package: libmpio-dev +Architecture: all +Depends: ${shlibs:Depends} +Description: Development files for the MPIO library + +Package: mpio-tools +Architecture: any +Depends: ${shlibs:Depends}, libmpio, libreadline5 +Description: MPIO Shell and MPIO Logo |