Mercurial > gftp.yaz
comparison debian/control @ 33:c8ec7877432e
2002-10-06 Brian Masney <masneyb@gftp.org>
* src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c,
src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE}
* configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS
2002-10-03 Brian Masney <masneyb@gftp.org>
* Makefile.am - remove intl and m4 directory from subdirs. autogen.sh
will automagically add these for me.
* autogen.sh - remove check for libtool
* configure.in - link in gthread
* cvsclean - added this script
* *.[ch] - added $Id$ tags
* debian/* - updated files from Debian maintainer
author | masneyb |
---|---|
date | Mon, 07 Oct 2002 10:40:43 +0000 |
parents | 8b1883341c6f |
children | e599812712f0 |
comparison
equal
deleted
inserted
replaced
32:741f7aefa9aa | 33:c8ec7877432e |
---|---|
1 Source: gftp | 1 Source: gftp |
2 Section: net | 2 Section: net |
3 Priority: optional | 3 Priority: optional |
4 Maintainer: Josip Rodin <jrodin@jagor.srce.hr> | 4 Maintainer: Aurelien Beaujean <aure@debian.org> |
5 Build-Depends: debhelper (>= 2), libglib1.2-dev, libgtk1.2-dev | 5 Build-Depends: debhelper (>= 3), libglib1.2-dev, libgtk1.2-dev |
6 Standards-Version: 3.5.2 | 6 Standards-Version: 3.5.6.0 |
7 | 7 |
8 Package: gftp | 8 Package: gftp |
9 Architecture: any | 9 Architecture: any |
10 Depends: gftp-gtk, gftp-text, gftp-common | 10 Depends: gftp-gtk, gftp-text, gftp-common |
11 Description: X/GTK+ FTP client | 11 Description: X/GTK+ FTP client |
15 . | 15 . |
16 This is an upgrade convenience package, it's only useful for depending on | 16 This is an upgrade convenience package, it's only useful for depending on |
17 | 17 |
18 Package: gftp-gtk | 18 Package: gftp-gtk |
19 Architecture: any | 19 Architecture: any |
20 Depends: ${shlibs:Depends}, gftp-common (>= 2.0.8-2) | 20 Depends: ${shlibs:Depends}, gftp-common (>= 2.0.13-1) |
21 Replaces: gftp (<< 2.0.8) | 21 Replaces: gftp (<< 2.0.13) |
22 Description: X/GTK+ FTP client | 22 Description: X/GTK+ FTP client |
23 gFTP is a multithreaded FTP client. This version of it runs under X | 23 gFTP is a multithreaded FTP client. This version of it runs under X |
24 and was written using GLib/GTK+. | 24 and was written using GLib/GTK+. |
25 . | 25 . |
26 gFTP features: | 26 gFTP features: |
31 * FTP and HTTP proxy support, | 31 * FTP and HTTP proxy support, |
32 * remote directory caching, | 32 * remote directory caching, |
33 * passive and non-passive file transfers, | 33 * passive and non-passive file transfers, |
34 * drag-n-drop support, | 34 * drag-n-drop support, |
35 * bookmarks menu, | 35 * bookmarks menu, |
36 * support for SSH and SSH2 file transfers, | |
37 * support FXP transferts, | |
36 * stop button, and many more features. | 38 * stop button, and many more features. |
37 | 39 |
38 Package: gftp-text | 40 Package: gftp-text |
39 Architecture: any | 41 Architecture: any |
40 Depends: ${shlibs:Depends}, gftp-common (>= 2.0.8-2) | 42 Depends: ${shlibs:Depends}, gftp-common (>= 2.0.13-1) |
41 Description: a colored FTP client using GLib | 43 Description: a colored FTP client using GLib |
42 gFTP is a multithreaded FTP client. This version of it runs under console | 44 gFTP is a multithreaded FTP client. This version of it runs under console |
43 and was written using GLib. | 45 and was written using GLib. |
44 . | 46 . |
45 gFTP features: | 47 gFTP features: |
50 * FTP and HTTP proxy support, | 52 * FTP and HTTP proxy support, |
51 * remote directory caching, | 53 * remote directory caching, |
52 * passive and non-passive file transfers, | 54 * passive and non-passive file transfers, |
53 * drag-n-drop support, | 55 * drag-n-drop support, |
54 * bookmarks menu, | 56 * bookmarks menu, |
57 * support for SSH and SSH2 file transfers, | |
58 * support FXP transferts, | |
55 * stop button, and many more features. | 59 * stop button, and many more features. |
56 | 60 |
57 Package: gftp-common | 61 Package: gftp-common |
58 Architecture: any | 62 Architecture: any |
59 Depends: gftp-gtk | gftp-text | 63 Depends: gftp-gtk | gftp-text |
60 Replaces: gftp (<< 2.0.8) | 64 Replaces: gftp (<< 2.0.13) |
61 Conflicts: gftp-gtk (<< 2.0.8-2), gftp-text (<< 2.0.8-2) | 65 Conflicts: gftp-gtk (<< 2.0.13-1), gftp-text (<< 2.0.13-1) |
62 Description: shared files for other gFTP packages | 66 Description: shared files for other gFTP packages |
63 gFTP is a multithreaded FTP client. This package contains the locale data | 67 gFTP is a multithreaded FTP client. This package contains the locale data |
64 used by both gftp-gtk and gftp-text, along with a common manual page. | 68 used by both gftp-gtk and gftp-text, along with a common manual page. |
65 . | 69 . |
66 gFTP features: | 70 gFTP features: |
71 * FTP and HTTP proxy support, | 75 * FTP and HTTP proxy support, |
72 * remote directory caching, | 76 * remote directory caching, |
73 * passive and non-passive file transfers, | 77 * passive and non-passive file transfers, |
74 * drag-n-drop support, | 78 * drag-n-drop support, |
75 * bookmarks menu, | 79 * bookmarks menu, |
80 * support for SSH and SSH2 file transfers, | |
81 * support FXP transferts, | |
76 * stop button, and many more features. | 82 * stop button, and many more features. |