--- psiconv/trunk/debian/control	2003/11/11 22:49:43	154
+++ psiconv/trunk/debian/control	2014/10/27 12:21:23	353
@@ -1,39 +1,45 @@
 Source: psiconv
+Section: devel
 Priority: optional
-Maintainer: Frodo Looijaard <frodol@dds.nl>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.0
+Maintainer: Frodo Looijaard <frodo@frodo.looijaard.name>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, libmagick-dev, bc
+Standards-Version: 3.9.3
+Homepage: http://software.frodo.looijaard.name/psiconv
 
-Package: psiconv-dev
+Package: libpsiconv-dev
 Section: libdevel
 Architecture: any
-Depends: libpsiconv5 (= ${Source-Version})
-Description: Psion 5 and other EPOC devices file access library
- This library allows applications to read and write some Psion 5 file
- formats (Word, Sheet, TextEd, Sketch, MBM, ClipArt).
- This package contains the shared library.
+Depends: libpsiconv6 (= ${binary:Version}), ${misc:Depends}
+Description: Psion 5 and other EPOC devices file access library - development
+ The psiconv library enables us to handle various file formats used by
+ built-in applications of Psion 5(mx) PDAs.
+ .
+ This package contains files needed for development with psiconv.
 
-Package: libpsiconv5
+Package: libpsiconv6
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Psion 5 and other EPOC devices file access library - development
- This library allows applications to read and write some Psion 5 file
- formats (Word, Sheet, TextEd, Sketch, MBM, ClipArt).
- This package contains the development files (static library and header files).
+Description: Psion 5 and other EPOC devices file access library
+ The psiconv library enables us to handle various file formats used by
+ built-in applications of Psion 5(mx) PDAs.
+ .
+ This package contains the shared library.
 
 Package: psiconv
-Section: utils
+Section: otherosfs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpsiconv5
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Psion 5 and other EPOC devices file converter
- Psiconv is a utility to translate EPOC files (Word, TextEd, Sketch, MBM and
- ClipArt files) to more common formats.
+ The psiconv library enables us to handle various file formats used by
+ built-in applications of Psion 5(mx) PDAs.
+ .
+ This package contains a standalone program called psiconv.
 
 Package: psiconv-doc
 Section: doc
 Architecture: all
-Depends: libpsiconv5
+Depends: ${misc:Depends}
 Description: Psion 5 and other EPOC devices file format documentation
  Documentation about Psion 5 file formats (Word, Sheet, TextEd, Sketch, MBM,
  ClipArt and several others).