aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2014-07-06 23:54:25 +0100
committerReuben Thomas <rrt@sc3d.org>2014-07-06 23:54:25 +0100
commit07eb049b002f2144e9f5c73f08865831d7fb5c89 (patch)
treea4e1fc52f78ce5115db92fd4fe17c1660ff0d47d /debian/control
parentff0a91874d2fc99564eea29ff31f075296d69fb0 (diff)
downloadplptools-07eb049b002f2144e9f5c73f08865831d7fb5c89.tar.gz
plptools-07eb049b002f2144e9f5c73f08865831d7fb5c89.tar.bz2
plptools-07eb049b002f2144e9f5c73f08865831d7fb5c89.zip
Add Debianization files from Debian package 1.0.9-2.4
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2961f1e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: plptools
+Build-Depends: debhelper (>= 6), gettext, libncurses5-dev, libreadline-dev, libnewt-dev, po-debconf, libfuse-dev, libattr1-dev
+Section: otherosfs
+Priority: optional
+Maintainer: John Lines <john@paladyn.org>
+Standards-Version: 3.8.3
+
+Package: plptools
+Architecture: linux-any kfreebsd-any
+Depends: ${shlibs:Depends},${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any]
+Conflicts: klipsi, plptools-kde, kpsion
+Provides: libplpc2a
+Replaces: libplpc2a
+Homepage: http://plptools.sourceforge.net/
+Description: Access EPOC device (Psion PDA) over a serial link
+ This package lets you access EPOC devices' drives over a serial link.
+ You can mount them NFS-style, access them FTP-style, use a local
+ printer from the remote device (EPOC32 only) and perform
+ backup/restore.
+ .
+ The software is related to p3nfs, which is also packaged for
+ Debian, but plptools uses the native Psion protocol, whereas p3nfs
+ requires a program to be installed on the Psion.
+ .
+ Version 1.0 and later no longer provide specific KDE integration.
+
+Package: plptools-dev
+Architecture: linux-any kfreebsd-any
+Section: devel
+Depends: plptools (= ${binary:Version}),${misc:Depends}
+Homepage: http://plptools.sourceforge.net/
+Description: plptools (development files)
+ This package provides a static library, headers and API documentation
+ for plptools development. You need these files if you want to build
+ programs which use libplp.
+