cl-ftp (1.6.0-2) unstable; urgency=medium [ Ondřej Nový ] * d/changelog: Remove trailing whitespaces * d/control: Set Vcs-* to salsa.debian.org Closes: #1139289 [ Andreas Tille ] * debhelper-compat (= 13) Closes: #1147364 * Standards-Version: 4.7.4 (Removed Priority field) * d/watch: - version=5 - fix Closes: #1147365 * Move dh-lisp from Build-Depends-Indep to Build-Depends to pass build source job [ Matthew Danish ] * Update upstream URL to https://github.com/mrd/cl-ftp -- Matthew Danish Sat, 12 Sep 2026 12:04:00 +0000 cl-ftp (1.6.0-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen Thu, 07 Jan 2021 13:39:32 +0100 cl-ftp (1.6.0-1) unstable; urgency=medium * Re-packaging the work that was forked and improved by others. -- Matthew Danish Tue, 31 Jul 2018 14:12:48 +0100 cl-ftp (1.3.3-3) unstable; urgency=low * Updating to latest debhelper (Closes: #817393) -- Matthew Danish Thu, 10 Mar 2016 18:08:07 +0000 cl-ftp (1.3.3-2) unstable; urgency=low * Debhelper compatibility set in debian/compat. * Re-adopting. Closes: #361169 -- Matthew Danish Sat, 02 Jun 2007 20:00:45 -0400 cl-ftp (1.3.3-1) unstable; urgency=low * QA upload. * Package is orphaned (#361169); set maintainer to Debian QA Group. * Move debhelper from Build-Depends-Indep to Build-Depends since it is used in the clean target. -- Matej Vela Tue, 25 Apr 2006 13:22:07 +0200 cl-ftp (1.3.3) unstable; urgency=low * Eliminated building of HTML files at build. (Closes: #192007) (Closes: #228634) -- Matthew Danish Wed, 16 Jun 2004 10:12:24 -0400 cl-ftp (1.3.2) unstable; urgency=low * Fixed subtle loop bug * CALL-WITH-TRANSFER-SOCKET now calls RECEIVE-RESPONSE with :BLOCK T -- Matthew Danish Thu, 15 Jan 2004 20:52:42 -0500 cl-ftp (1.3.1) unstable; urgency=low * Removed pushing of FTP feature onto *features* and usage of asdf:load-compiled-op as a result. -- Matthew Danish Tue, 6 May 2003 10:12:04 -0400 cl-ftp (1.3) unstable; urgency=low * Nils Goesche has pointed out that I need to close server sockets when I open them up for active FTP transfers. * Moved REQUIRE'd stuff into :DEPENDS-ON field. * Conditionalized acl-compat not to load in Allegro (duh). * Pushes :FTP onto *features* now. * Added PRINT-OBJECT method for FTP-CONNECTION -- Matthew Danish Mon, 18 Nov 2002 02:25:26 -0500 cl-ftp (1.2) unstable; urgency=low * Out with one bug and in with the next: Being picky about code-cut-off caused an assumption in parse-257-response to go wrong. Now we only /log/ with the codes, or not; the result of receive-response always has cut-off. * Added two new helpful functions: - retrieve-filename-list - retrieve-file-info-list * Exported connect-to-server, why not after all? * parse-257-response now deals with double #\" properly -- Matthew Danish Sun, 17 Nov 2002 12:56:48 -0500 cl-ftp (1.1) unstable; urgency=low * Fixed bug in receive-response. Now handles multi-line responses correctly as per the RFC. * Added :code-cut-off option, to control whether FTP codes are cut-off in log output. * SEND-NLST-COMMAND now really does send the NLST command -- Matthew Danish Sun, 17 Nov 2002 03:30:10 -0500 cl-ftp (1.0) unstable; urgency=low * Initial release. (Closes: #168236) -- Matthew Danish Thu, 7 Nov 2002 21:35:53 -0500