debian/0000755000000000000000000000000012266100546007170 5ustar debian/yafc.maintscript0000644000000000000000000000006112234414673012372 0ustar rm_conffile /etc/bash_completion.d/yafc 1.3.0-1~ debian/rules0000755000000000000000000000052612266077424010263 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --without-readline \ --with-bash-completion=/usr/share/bash-completion/completions override_dh_installchangelogs: dh_installchangelogs NEWS debian/yafc.install0000644000000000000000000000002412234414673011502 0ustar samples/yafcrc /etc debian/README.Debian0000644000000000000000000000044612234414673011241 0ustar Upstream situation ------------------ Upstream of yafc at sourceforge.net is not active any more. A small community formed at github [1] to keep yafc alive. yafc also got a new homepage at [2]. New versions are taken from there. [1] https://github.com/sebastinas/yafc [2] http://yafc-ftp.com debian/patches/0000755000000000000000000000000012266100250010607 5ustar debian/patches/bash-completion.patch0000644000000000000000000000067212266100250014721 0ustar Description: Fix bash completion Author: Matthew Gabeler-Lee Bug-Debian: http://bugs.debian.org/735620 Last-Update: 2014-01-17 --- yafc-1.3.1.orig/completion/yafc +++ yafc-1.3.1/completion/yafc @@ -1,6 +1,5 @@ # bash completion for yafc -have yafc && _yafc() { local cur @@ -15,7 +14,7 @@ _yafc() return 0 } && -complete -F _yafc $default yafc +complete -F _yafc -o default yafc # Local variables: # mode: shell-script debian/patches/kerberos-link-deps.patch0000644000000000000000000000176412234414673015354 0ustar Description: Use krb5-config --deps to fix underlinkage Author: Sebastian Ramacher Last-Update: 2013-06-15 --- a/m4/kerberos.m4 +++ b/m4/kerberos.m4 @@ -110,10 +110,10 @@ yafc_found_krb5_inc_flags="`$KRB5CONFIG --cflags krb5 gssapi`" fi if test "x$yafc_found_krb5_lib_libs" = "x" ; then - yafc_found_krb5_lib_libs="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i ~ \"^-l.*\"){ printf \"%s \", $i }}}'`" + yafc_found_krb5_lib_libs="`$KRB5CONFIG --libs --deps krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i ~ \"^-l.*\"){ printf \"%s \", $i }}}'`" fi if test "x$yafc_found_krb5_lib_flags" = "x" ; then - yafc_found_krb5_lib_flags="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i !~ \"^-l.*\"){ printf \"%s \", $i }}}'`" + yafc_found_krb5_lib_flags="`$KRB5CONFIG --libs --deps krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i !~ \"^-l.*\"){ printf \"%s \", $i }}}'`" fi fi debian/patches/series0000644000000000000000000000005712266100203012024 0ustar kerberos-link-deps.patch bash-completion.patch debian/gbp.conf0000644000000000000000000000003612245767420010615 0ustar [DEFAULT] pristine-tar = True debian/compat0000644000000000000000000000000212234414673010372 0ustar 9 debian/yafc.docs0000644000000000000000000000002612234414673010766 0ustar BUGS README.md THANKS debian/source/0000755000000000000000000000000012234414673010474 5ustar debian/source/format0000644000000000000000000000001412234414673011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000001241312234414673011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: yafc Upstream-Contact: Sebastian Ramacher Source: http://yafc-ftp.com Files: * Copyright: 1998-2001 Martin Hedenfalk 2011 Carles Pagès 2011-2013 Sebastian Ramacher 2011-2012 Josh Heidenreich License: GPL-2+ with OpenSSL exemption Files: lib/getopt* lob/collsyms.h lib/fnmatch.c Copyright: 1987 - 1995, 1997 Free Software Foundation, Inc. License: GPL-2+ Files: lib/fnmatch_.h Copyright: 1987 - 1995, 1997 Free Software Foundation, Inc. License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: lib/gssapi.c lib/security.* Copyright: 1995 - 2002 Kungliga Tekniska Högskolan (Royal Institute of Technology, Stockholm, Sweden) License: BSD-3-clause Files: debian/* Copyright: 2012-2013 Sebastian Ramacher License: BSD-3-clause Comment: The original packaging is by 1999-2008 Decklin Foster . But only parts of debian/control remain from the old packaging. Everything else has been rewritten. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-2+ with OpenSSL exemption This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. . In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Institute nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/yafc.menu0000644000000000000000000000020412234414673011000 0ustar ?package(yafc):needs="text" section="Applications/Network/File Transfer" \ title="Yet Another FTP Client" command="/usr/bin/yafc" debian/yafc.examples0000644000000000000000000000005512234414673011656 0ustar samples/inputrc contrib/yafc-import_ncftp.pl debian/watch0000644000000000000000000000012712234414673010225 0ustar version=3 http://www.yafc-ftp.com/download \ /upload/yafc-([0-9.]+)\.tar\.(?:bz2|xz) debian/clean0000644000000000000000000000015512234414673010202 0ustar doc/yafc.info doc/stamp-vti doc/version.texi cf/ax_check_openssl.m4 cf/ax_lib_readline.m4 cf/glib-gettext.m4 debian/yafc.info0000644000000000000000000000001612234414673010770 0ustar doc/yafc.info debian/changelog0000644000000000000000000004164712266100410011044 0ustar yafc (1.3.1-2) unstable; urgency=low * debian/rules: Fix bash-completion path. * debian/patches/bash-completion.patch: Fix completion script. Thanks to Matthew Gabeler-Lee for the patch. (Closes: #735620) -- Sebastian Ramacher Fri, 17 Jan 2014 02:01:41 +0100 yafc (1.3.1-1) unstable; urgency=low * New upstream release. * debian/patches/va_copy-order.patch: Removed, no longer needed. -- Sebastian Ramacher Fri, 29 Nov 2013 02:35:28 +0100 yafc (1.3.0-2) unstable; urgency=low * debian/patches/va_copy-order.patch: Fix order of va_copy call to not segfault in vfprintf. (Closes: #729739) -- Sebastian Ramacher Sat, 16 Nov 2013 18:34:56 +0100 yafc (1.3.0-1) unstable; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.5. - Update Build-Depends: Add libbsd-dev and libedit-dev, remove libreadline-dev. * debian/copyright: Remove files no longer shipped by yafc. * debian/rules: - Install bash completion to /usr/share/bash-completions/completions. - Build with --without-readline. * debian/yafc.maintscript: Remove bash completion from /etc/bash_completion.d. * debian/patches: Refresh patches. * debian/yafc.docs: - Do not install TODO, it is useless to the user. - Update README filename. -- Sebastian Ramacher Thu, 31 Oct 2013 08:32:15 +0100 yafc (1.2.5-1) unstable; urgency=low * New upstream release. - Fix build errors with texinfo 5. (Closes: #712318) * debian/patches/kerberos-link-deps.patch: Link against all dependencies required by heimdal. * debian/copyright: Update copyright years. -- Sebastian Ramacher Sat, 15 Jun 2013 15:02:56 +0200 yafc (1.2.4-1) unstable; urgency=low * New upstream release. * debian/control: - In Description capitalize FTP and drop the note on Kerberos. - Update my mail address. - Bump Standards-Version to 3.9.4. * debian/copyright: - Update my mail address. - Update copyright years. * debian/watch: Point to the new location since github stopped to provide downloads. -- Sebastian Ramacher Tue, 15 Jan 2013 10:50:06 +0100 yafc (1.2.3-1) unstable; urgency=low * New upstream release. * Upload to unstable. * debian/control: Change Build-Dep on intltool to libglib2.0-dev for glib-gettext.m4. intltool is not needed anymore. * debian/clean: Update list of m4 files. -- Sebastian Ramacher Sun, 02 Sep 2012 14:08:06 +0200 yafc (1.2.2-1) experimental; urgency=low * New upstream release. - Adds support for .ssh/config through libssh. (Closes: #224140) - Adds IPv6 support. (Closes: #596746) - Handles PASV correctly. (Closes: #365108) - Handles special characters. (Closes: #281427) * debian/control: - Add Build-Dep on libssh-dev and pkg-config. libssh is now required for sftp support. - Add Build-Dep on intltool for internationalization support. * debian/rules: - Install /etc/yafcrc via debian/yafc.install. - Build with all hardening options enabled. * debian/clean: Update list of m4 files. * debian/patches: Removed, not needed anymore. * debian/copyright: - Fix my mail address. - Remove copyright information for files that aren't shipped anymore. - yafc is now licensed as GPL 2+ with OpenSSL exemption. * debian/watch: Upstream now ships xz tarballs. * debian/yafc.examples: Update path. -- Sebastian Ramacher Thu, 09 Aug 2012 01:28:25 +0200 yafc (1.1.3-2) unstable; urgency=low * debian/rules: Use all hardening flags. * debian/patches: Backport some patches from upstream. - heimal_read_pw_string.patch: Fix detection of UI_UTIL_read_pw_string. - segfault_server_disconnect.patch: Fix segfault if server disconnected. -- Sebastian Ramacher Sun, 06 May 2012 20:16:33 +0200 yafc (1.1.3-1) unstable; urgency=low * New upstream release. (Closes: #346519) * New maintainer. (Closes: #660513) * Acknowledge my own NMU. (Closes: #636703) * Convert to 3.0 (quilt). * debian/rules: - Use dh command sequencer. - Use dh-autoreconf to regenerate configure. (Closes: #535721) - Use hardened build flags (execept format). - Add -Wl,--as-needed to LDFLAGS to drop unnecessary dependencies. * debian/control: - Bump Standards-Version to 3.9.3: added Homepage. - Add Build-Dep on dh-autoreconf. - Bump Build-Dep of dehelper to >= 9.20120410~ in view of #543992. - Remove Build-Dep on quilt and libncurses5-dev. They are both not needed anymore. - Add Build-Dep on autoconf-archive for up to date ax_lib_readline.m4 and ac_check_openssl.m4. - Add Build-Dep on heimdal-dev to build with Kerberos 5 support. (Closes: #479210) - Update Description to mention Kerberos 5 support. * debian/compat: Bump to 9. * debian/yafc.menu: Set menu to Applications/Network/File Transfer. * debian/patches: Drop all patches as they are all included upstream. * debian/copyright: - Don't autogenerate. - Convert to Copyright Format 1.0. - Add myself. * debian/watch: Added. * debian/README.Debian: explain upstream situation. * debian/yafc.{postinst,postrm}: Removed, not needed. -- Sebastian Ramacher Tue, 01 May 2012 18:32:28 +0200 yafc (1.1.1.dfsg.1-4.2) unstable; urgency=low * Non-maintainer upload. * debian/patches/use-termios.patch: update to fix FTBFS on hurd. (Closes: #642442) -- Sebastian Ramacher Tue, 20 Dec 2011 15:50:32 +0100 yafc (1.1.1.dfsg.1-4.1) unstable; urgency=low * Non-maintainer upload. * Change Build-Dep libreadline5-dev to libreadline-dev. (Closes: #553874) * Add patch from Mats Erik Andersson to fix FTBFS on GNU/kFreeBSD. (Closes: #601758) * Add patch from Lionel Landwerlin to fix wrong usage of strcpy. (Closes: #604190) -- Sebastian Ramacher Thu, 04 Aug 2011 16:55:52 +0200 yafc (1.1.1.dfsg.1-4) unstable; urgency=low * Fix segfault on completing a line of whitespace (Closes: #418171) -- Decklin Foster Fri, 26 Sep 2008 17:43:55 -0400 yafc (1.1.1.dfsg.1-3) unstable; urgency=low * Added patch to fix useless sleep on interactive login (Closes: #197326) * Explicitly disable Kerberos in configure as we don't currently support it. -- Decklin Foster Wed, 28 Mar 2007 16:14:44 -0400 yafc (1.1.1.dfsg.1-2) unstable; urgency=low * Converted from dpatch to quilt. * Added patches from neologix@free.fr: - Allow expansion of '~user' - Use tmpfile instead of mktemp (Closes: #368688) - Fix some compiler warnings -- Decklin Foster Wed, 20 Sep 2006 13:24:41 -0400 yafc (1.1.1.dfsg.1-1) unstable; urgency=low * Strip out all the junk in the upstream tarball so we can upload this. -- Decklin Foster Mon, 10 Apr 2006 15:47:44 -0400 yafc (1.1.1-1) unstable; urgency=low * New upstream release -- Decklin Foster Thu, 6 Oct 2005 16:53:30 -0400 yafc (1.1-4) unstable; urgency=low * 10_list_all.dpatch: disabled, as this is causing problems with other servers. Reopening bug #232012 until we can get a better solution. (Closes: #275314) * 20_proxy_7.dpatch: Provide a new type of proxy server. -- Decklin Foster Sat, 8 Jan 2005 19:34:34 -0500 yafc (1.1-3) unstable; urgency=low * Compile against libreadline5. -- Decklin Foster Sat, 25 Dec 2004 08:37:03 -0500 yafc (1.1-2) unstable; urgency=low * Set sysconfdir to /etc instead of ${prefix}/etc when configuring. (Closes: #278024) -- Decklin Foster Mon, 25 Oct 2004 01:51:11 -0400 yafc (1.1-1) unstable; urgency=low * New upstream release; This merges all of the patches previously held in debian/patches. Of note, the LFS patch has been applied with Sebastian Henschel's fix. I would like to thank Martin Pitt and Michael Banck for their NMUs during my unfortunate absence. (Closes: #214050, #222632) * Drop /usr/bin/ftp alternative. (Closes: #221117) * Added 10_list_all.dpatch from Sebastian Henschel (Closes: #232012) * Added 30_pathmax.dpatch from Marc Dequènes (Closes: #223581) -- Decklin Foster Sat, 2 Oct 2004 06:01:09 -0400 yafc (1.0-7.2) unstable; urgency=low * NMU during Bug-Squashing-Party * Applied patch by Sebastian Henschel fixing a segfault when transferring files on powerpc (Closes: #222632) -- Michael Banck Sat, 17 Apr 2004 00:18:36 +0200 yafc (1.0-7.1) unstable; urgency=low * Non-maintainer upload * added debian/patches/21_errno.dpatch to replace 'extern int errno' with '#include ' to work with newer glibcs (closes: #219588) -- Martin Pitt Fri, 19 Dec 2003 11:30:10 +0100 yafc (1.0-7) unstable; urgency=low * Add ugly workaround to doc/Makefile.in to correctly detect the presence of Debian install-info and not call it during the build (Closes: #214050) -- Decklin Foster Sun, 5 Oct 2003 14:46:49 -0400 yafc (1.0-6) unstable; urgency=low * Reverted part of the LFS patch from #172409. This seems wrong to me, but it fixes the segfault for now. (Closes: #213058) -- Decklin Foster Mon, 29 Sep 2003 16:43:28 -0400 yafc (1.0-5) unstable; urgency=low * It helps if, when using dpatch, I actually build-dep on dpatch. Der. (Closes: #212039) -- Decklin Foster Sun, 21 Sep 2003 19:55:34 -0400 yafc (1.0-4) unstable; urgency=low * Converted to dpatch - 10_lfs: Large file support from Eduard, we've had this for a while. - 11_leak2: Thomas Habets's fix for memory and file descriptor leaks. (Closes: #177385) - 12_ssh_opts: Also from Eduard, backported from CVS: allow passing arbitrary options to ssh. (Closes: #166473) - 13_help_arg: Another one from Eduard, improving the help command. - 20_fsf_addr: Placate that silly lintian warning. -- Decklin Foster Sat, 20 Sep 2003 21:37:21 -0400 yafc (1.0-3) unstable; urgency=low * Register as an alternative for /usr/bin/ftp (Closes: #203743) * Bump Standards-Version to 3.6.0 -- Decklin Foster Wed, 20 Aug 2003 16:14:26 -0400 yafc (1.0-2) unstable; urgency=low * The "Reports of my vacation have been greatly exaggerated" release * Fix bugs introduced by the LFS patch (#156982). Thanks to Martin for identifying the problem and Ari Pollak for providing the patch. (Closes: #172087, #172409) * Support DEB_BUILD_OPTIONS =~ /noopt/ correctly (thanks again to Ari for pointing this out). My eyes must have glazed over while reading the upgrading checklist. -- Decklin Foster Mon, 16 Dec 2002 19:00:53 -0500 yafc (1.0-1) unstable; urgency=low * New upstream release * Added reference to /usr/share/common-licenses/GPL in copyright file. -- Decklin Foster Mon, 16 Dec 2002 19:00:49 -0500 yafc (0.7.10-3) unstable; urgency=low * Don't free return value of getenv (Closes: #168089) * Use debhelper v4 and Standards-Version 3.5.7 * Updated copyright file -- Decklin Foster Wed, 6 Nov 2002 17:16:52 -0500 yafc (0.7.10-2) unstable; urgency=low * Applied Eduard Bloch's LFS patch (Closes: #156982) -- Decklin Foster Mon, 19 Aug 2002 15:50:00 -0400 yafc (0.7.10-1) unstable; urgency=low * New upstream release (Closes: #148688) -- Decklin Foster Tue, 4 Jun 2002 02:47:20 -0400 yafc (0.7.8-1) unstable; urgency=low * New upstream release (Closes: #135623) -- Decklin Foster Mon, 8 Apr 2002 01:18:03 -0400 yafc (0.7.7-1) unstable; urgency=low * New upstream release * Fixed .diff.gz -- Decklin Foster Sat, 23 Feb 2002 16:33:32 -0500 yafc (0.7.6-2) unstable; urgency=low * Fixed segfault on unspecified protocol and port (Closes: #135265) -- Decklin Foster Sat, 23 Feb 2002 00:18:02 -0500 yafc (0.7.6-1) unstable; urgency=low * New upstream release -- Decklin Foster Mon, 18 Feb 2002 18:30:30 -0500 yafc (0.7.5-1) unstable; urgency=low * New upstream release * Bump Standards-Version, add --build and --host to ./configure -- Decklin Foster Sun, 4 Nov 2001 10:53:20 -0500 yafc (0.7.4-1) unstable; urgency=low * New upstream release, fixes DOS directory listing (Closes: #107155) -- Decklin Foster Fri, 24 Aug 2001 12:15:31 -0400 yafc (0.7.3-1) unstable; urgency=low * New upstream release, fixes 'alias l' segfault (Closes: #106621) -- Decklin Foster Fri, 27 Jul 2001 13:28:31 -0400 yafc (0.7.2-1) unstable; urgency=low * New upstream release * Added texinfo to Build-Depends * Update Standards-Version to 3.5.5 -- Decklin Foster Fri, 20 Jul 2001 21:01:52 -0400 yafc (0.7.1-1) unstable; urgency=low * New upstream release * Updated to use debhelper v3 and Standards-Version 3.5.4 -- Decklin Foster Tue, 22 May 2001 20:41:06 -0400 yafc (0.6.6-2) unstable; urgency=low * Increase debhelper build dep to >= 2.1.6. This is needed because we depend on dh_strip to do the right thing when "nostrip" is set in DEB_BUILD_OPTIONS (otherwise, adding "debug" would be useless as there would be no way to prevent debugging information from being stripped). -- Decklin Foster Tue, 13 Feb 2001 19:25:52 -0500 yafc (0.6.6-1) unstable; urgency=low * New upstream release. * Made debhelper build dependency versioned. * Removed -g from the default compilation flags, and added support for "debug" in DEB_BUILD_OPTIONS. * Increased Standards-Version to 3.5.0.0. -- Decklin Foster Sat, 10 Feb 2001 17:48:36 -0500 yafc (0.6.5-1) unstable; urgency=low * New upstream release (this fixes the stale /etc/yafcrc I left in the last version). -- Decklin Foster Fri, 20 Oct 2000 18:24:40 -0400 yafc (0.6.4-1) unstable; urgency=low * New upstream release * Checked recent revisions to policy and updated Standards-Version * Updated debhelper rules to v2 * install upstream changelog as changelog.gz instead of NEWS.gz * Updated debian/copyright info from upstream COPYRIGHT (also fixed emails). 0.6.3 was held due to copyright problems. -- Decklin Foster Sat, 14 Oct 2000 13:22:11 -0400 yafc (0.6.2-1) unstable; urgency=low * New upstream release * debian/copyright: updated URL * debian/dirs: fixed etc/ typo * debian/rules: corrected build target -- Decklin Foster Fri, 15 Sep 2000 08:55:41 -0400 yafc (0.6.1-1) unstable; urgency=low * New upstream release -- Decklin Foster Tue, 5 Sep 2000 23:30:44 -0400 yafc (0.6-1) unstable; urgency=low * New upstream release * debian/control: added Build-Depends -- Decklin Foster Thu, 31 Aug 2000 22:27:46 -0400 yafc (0.5.8-1) unstable; urgency=low * New upstream release * Moved the sample yafcrc out of /usr/share/doc, as /etc/yafcrc is now read by the program. -- Decklin Foster Tue, 15 Aug 2000 18:41:03 -0400 yafc (0.5.6-1) unstable; urgency=low * New upstream release * Fixed author's email in debian/copyright -- Decklin Foster Sun, 23 Jul 2000 21:31:44 -0400 yafc (0.5.5-2) unstable; urgency=low * Wrote man page. -- Decklin Foster Mon, 17 Jul 2000 00:44:50 -0500 yafc (0.5.5-1) unstable; urgency=low * New upstream release -- Decklin Foster Fri, 30 Jun 2000 10:33:14 -0400 yafc (0.5.4-1) unstable; urgency=low * New upstream release -- Decklin Foster Sat, 20 May 2000 20:39:25 -0400 yafc (0.5.2-1) unstable; urgency=low * New upstream release * Moved info documentation to /usr/share/info -- Decklin Foster Fri, 21 Apr 2000 18:58:56 -0400 yafc (0.5.0-1) unstable; urgency=low * New upstream release -- Decklin Foster Thu, 9 Dec 1999 21:18:58 -0500 yafc (0.4.8-1) unstable; urgency=low * New upstream release -- Decklin Foster Sun, 31 Oct 1999 14:11:44 -0500 yafc (0.4.6-1) unstable; urgency=low * New upstream release -- Decklin Foster Thu, 19 Aug 1999 13:35:05 -0400 yafc (0.4.5-1) unstable; urgency=low * New upstream release -- Decklin Foster Sat, 24 Jul 1999 12:37:19 -0400 yafc (0.4.3-2) unstable; urgency=low * Added /usr/doc/yafc/examples. -- Decklin Foster Thu, 24 Jun 1999 00:39:10 -0400 yafc (0.4.3-1) unstable; urgency=low * Initial release -- Decklin Foster Mon, 21 Jun 1999 20:20:33 -0400 debian/control0000644000000000000000000000131112234414673010573 0ustar Source: yafc Section: net Priority: optional Maintainer: Sebastian Ramacher Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9.20120410~), dh-autoreconf, autoconf-archive, texinfo, libbsd-dev, libedit-dev, heimdal-dev, libssh-dev, libglib2.0-dev, pkg-config Homepage: http://yafc-ftp.com Package: yafc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: yet another FTP client yafc is an FTP client intended to be a replacement for the standard ftp(1) program. Features include directory cache, remote filename completion, aliases, colored ls, recursive get/put/ls/rm, nohup mode transfers, tagging (queueing), background downloading, and more.