From 10613af0371e948700b1f51ae9d44d57396294d3 Mon Sep 17 00:00:00 2001
From: crunchy <crunchy>
Date: Sun, 18 Jun 2006 13:43:19 +0000
Subject: add support for Debian packages

---
 debian/control | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 debian/control

(limited to 'debian/control')

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
-- 
cgit v1.2.3