diff debian/control @ 312:a2ec3572dea2

2003-11-9 Brian Masney <masneyb@gftp.org> * debian/* - updated Debian package files from Aurelien Jarno <aurel32@debian.org>
author masneyb
date Mon, 10 Nov 2003 01:42:38 +0000
parents e599812712f0
children 2311d02b07bc
line wrap: on
line diff
--- a/debian/control	Sun Nov 09 13:56:22 2003 +0000
+++ b/debian/control	Mon Nov 10 01:42:38 2003 +0000
@@ -1,25 +1,24 @@
 Source: gftp
 Section: net
 Priority: optional
-Maintainer: Aurelien Beaujean <aure@debian.org>
-Build-Depends: debhelper (>= 2), libreadline4-dev, libgtk2.0-dev (>= 2.0.9), libglib2.0-dev (>= 2.2.0)
-Standards-Version: 3.5.10
+Maintainer: Aurelien Jarno <aurel32@debian.org>
+Build-Depends: debhelper (>> 4.0.0), autotools-dev, libreadline4-dev, libgtk2.0-dev (>= 2.0.9), libglib2.0-dev (>= 2.2.0), imagemagick
+Standards-Version: 3.6.1
 
 Package: gftp
-Architecture: any
-Depends: gftp-gtk, gftp-text, gftp-common
+Architecture: all
+Depends: ${misc:Depends}, gftp-gtk (= ${Source-Version}), gftp-text (= ${Source-Version})
 Description: X/GTK+ FTP client
  gFTP is a multithreaded FTP client, available in two versions:
   * version for X, written using GLib and GTK+
   * version for the console, using only GLib
  .
- This is an upgrade convenience package, it's only useful for depending on 
+ This is an upgrade convenience package, it's only useful for depending on.
 
 Package: gftp-gtk
 Architecture: any
-Depends: ${shlibs:Depends}, gftp-common (>= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, gftp-common (= ${Source-Version})
 Conflicts: gftp-common (<< 2.0.14-1)
-Replaces: gftp-common (<< 2.0.14-1)
 Description: X/GTK+ FTP client
  gFTP is a multithreaded FTP client. This version of it runs under X
  and was written using GLib/GTK+.
@@ -37,10 +36,13 @@
    * support for SSH and SSH2 file transfers,
    * support FXP transferts,
    * stop button, and many more features.
+ .   
+  Author:   Brian Masney <masneyb@gftp.org>
+  Homepage: http://www.gftp.org
 
 Package: gftp-text
 Architecture: any
-Depends: ${shlibs:Depends}, gftp-common (>= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, gftp-common (= ${Source-Version})
 Description: colored FTP client using GLib
  gFTP is a multithreaded FTP client. This version of it runs under console
  and was written using GLib.
@@ -58,10 +60,13 @@
    * support for SSH and SSH2 file transfers,
    * support FXP transferts,
    * stop button, and many more features.
+ .   
+  Author:   Brian Masney <masneyb@gftp.org>
+  Homepage: http://www.gftp.org
 
 Package: gftp-common
 Architecture: any
-Depends: gftp-gtk (= ${Source-Version}) | gftp-text (= ${Source-Version})
+Depends: ${misc:Depends}, gftp-gtk (= ${Source-Version}) | gftp-text (= ${Source-Version})
 Description: shared files for other gFTP packages
  gFTP is a multithreaded FTP client. This package contains the locale data
  used by both gftp-gtk and gftp-text, along with a common manual page.
@@ -79,3 +84,7 @@
    * support for SSH and SSH2 file transfers,
    * support FXP transferts,
    * stop button, and many more features.
+ .   
+  Author:   Brian Masney <masneyb@gftp.org>
+  Homepage: http://www.gftp.org
+