debian/0000775000000000000000000000000012053173673007177 5ustar debian/manpages0000664000000000000000000000001511772531164010711 0ustar debian/FTP.1 debian/menu0000664000000000000000000000023311772531164010064 0ustar ?package(ftp.app):needs="X11" \ section="Applications/Network/File Transfer"\ title="FTP" \ command="/usr/bin/FTP" \ icon="/usr/share/pixmaps/FTP.xpm" debian/FTP.10000664000000000000000000000121611772531164007712 0ustar .TH FTP 1 "February 9, 2006" .SH NAME FTP \- File transfer protocol application .SH SYNOPSIS .B FTP .SH DESCRIPTION This manual page documents briefly the .B FTP command. .PP \fBFTP\fP is a file transfer application (RFC 765) featuring a compact and easy interface. As most applications in GAP it tries to work on both GNUstep and MacOS X and retain the utmost possible simlilarity among the two version to ease working in both environments. .SH SEE ALSO .BR GNUstep (7). .SH AUTHOR FTP was written by Riccardo Mottola. .PP This manual page was written by G\[:u]rkan Seng\[:u]n , for the Debian project (but may be used by others). debian/watch0000664000000000000000000000014611772531164010231 0ustar version=3 http://www.nongnu.org/gap/ftp/ http://savannah.nongnu.org/download/gap/FTP-([\d.]+)\.tar.gz debian/preinst0000664000000000000000000000140711772531164010610 0ustar #!/bin/sh # preinst script for preview.app, adapted from gnumail.app # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `install' # * `install' # * `upgrade' # * `abort-upgrade' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package PACKAGENAME=FTP.app RESDIR=/usr/lib/GNUstep/Applications/$PACKAGENAME/Resources case "$1" in install|upgrade) if [ -d $RESDIR ] && [ ! -L $RESDIR ]; then rm -rf $RESDIR fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/source/0000775000000000000000000000000011772531164010477 5ustar debian/source/format0000664000000000000000000000001411772531164011705 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000452511772532000011126 0ustar This package was debianized by Gürkan Sengün on Thu, 9 Feb 2006 16:51:45 +0100. It was downloaded from http://www.nongnu.org/gap/ftp/ Upstream Author: Riccardo Mottola License: Copyright (C) 2005-2008 Riccardo Mottola (multix) Copyright (C) 2005-2008 Free Software Foundation 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. ------------------------------------------------------------------------ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 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 Lesser 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 The Debian packaging is Copyright (c) 2006-2008 Gürkan Sengün a Copyright (c) 2010-2012 Federico Gimenez Nieto and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. debian/dirs0000664000000000000000000000001011772531164010052 0ustar usr/bin debian/changelog0000664000000000000000000000712712053173673011060 0ustar ftp.app (0.3-1build1) raring; urgency=low * Rebuild for gnustep-gui 0.22 transition. -- Benjamin Drung Wed, 21 Nov 2012 16:48:11 +0100 ftp.app (0.3-1) unstable; urgency=low * New upstream version (Closes: #679219) * debian/control: + Bumped Standards-Version 3.9.3 + Added Vcs-Git and Vcs-Browser fields * debian/rules: added "-z relro" to LDFLAGS to prevent hardening-no-relro * debian/copyright: updated date -- Federico Gimenez Nieto Wed, 27 Jun 2012 10:22:43 +0200 ftp.app (0.2-3) unstable; urgency=low * debian/rules: noopt modifications to work with gnustep-make/2.4.x (Closes: #581931) * debian/control: bumped Standards-Version 3.8.4 (no changes needed -- Federico Gimenez Nieto Sun, 23 May 2010 12:22:43 +0200 ftp.app (0.2-2) unstable; urgency=low * New maintainer (Closes: #452254) * debian/control: + Bumped Standards-Version (3.8.3) + Removed versioned dependency on libgnustep-gui-dev (required version already in lenny) + Fixed section (web->gnustep) + Added ${gnustep:Depends} to Depends field + Added build dependency on imagemagick to generate xpm icon * debian/copyright: added maintainer information and fixed license link * debian/FTP.desktop: upgraded Version field (0.94->1.0, the version of the spec) * debian/rules: + Exported GNUSTEP_MAKEFILES + Moved install commnads to the install target + Using dh_prep instead of deprecated dh_clean -k + Added LDFLAGS definition to get rid of the dpkg-shlibdeps warnings + Added code to define flags for optimized builds, preventing a GNUstep make bug and build. Added also 'messages=yes' to the $(MAKE) invocation to make the build log verbose + Added code to move the Resources directory to /usr/share/GNUstep and add a symlynk if the installation follows the FHS (adapted from agenda.app) + Added gsdh_gnustep to the binary_arch target, this will prevent the installation on systems that have Debian GNUstep packages configured not to follow the FHS + Added code to install the xpm icon (adapted from agenda.app) * debian/menu: declared xpm icon to use * debian/FTP.desktop: declared xpm icon to use * Added debian/preview.app.preinst with code to install Resource files under /usr/share/GNUstep and create a symbolic link from /usr/lib/GNUstep/Applications/Preview.app on install or upgrade (adapted from gnumail.app) * Added watch file * Removed lintian override -- Federico Gimenez Nieto Sun, 10 Jan 2010 10:57:43 +0100 ftp.app (0.2-1) unstable; urgency=low * New upstream version. * Update my email address. * Update debian/copyright. * Add GNUstep maintainers to Uploaders in debian/control. -- Gürkan Sengün Fri, 05 Dec 2008 13:22:47 +0100 ftp.app (0.1-3) unstable; urgency=low * Orphaning package, setting maintainer to the Debian QA Group. -- Ana Beatriz Guerrero Lopez Wed, 05 Dec 2007 15:05:00 +0100 ftp.app (0.1-2) unstable; urgency=low * GNUstep transition. (Closes: #447364) + Fix spelling error in the long description. (Closes: #363530) + Updated debian/rules. + Updated debian/copyright. * debian/compat: Bump version, no changes needed. * debian/control: Bump debhelper version to (>= 5.0.0). * Added a desktop file. -- Gürkan Sengün Mon, 29 Oct 2007 00:42:05 +0100 ftp.app (0.1-1) unstable; urgency=low * Initial release. (Closes: #352094) -- Gürkan Sengün Thu, 9 Feb 2006 16:51:45 +0100 debian/FTP.desktop0000664000000000000000000000020011772531164011213 0ustar [Desktop Entry] Type=Application Version=1.0 Name=FTP Categories=FileTransfer;Network; Exec=FTP Icon=/usr/share/pixmaps/FTP.xpm debian/control0000664000000000000000000000201011772532172010573 0ustar Source: ftp.app Section: gnustep Priority: optional Maintainer: Federico Gimenez Nieto Uploaders: Debian GNUstep maintainers Build-Depends: debhelper (>= 7.0.0), libgnustep-gui-dev, gnustep-make, imagemagick Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-gnustep/ftp.app.git Vcs-Browser: http://git.debian.org/?p=pkg-gnustep/ftp.app.git Homepage: http://www.nongnu.org/gap/ftp/ Package: ftp.app Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends} Description: File transfer protocol application for GNUstep This is a file transfer application (RFC 765) featuring a compact and easy interface. As most applications in GAP it tries to work on both GNUstep and MacOS X and retain the utmost possible similarity among the two version to ease working in both environments. . FTP supports different port arbitration modes: "default", standard "PORT" (also known as active) and standard "PASV" (also known as passive). debian/rules0000775000000000000000000000352211772532431010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/GNUstep/debian/config.mk export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) d_app := $(CURDIR)/debian/ftp.app #defined LDFLAGS to prevent dpkg-shlibdeps warnings LDFLAGS := -z relro -Wl,-z,defs -Wl,--as-needed #define optim to build optimized package (thanks Yavor Doganov) ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) optim := debug=yes endif build: build-stamp build-stamp: dh_testdir $(MAKE) $(optim) LDFLAGS="$(LDFLAGS)" messages=yes convert Resources/FTP_icon_gs.tif -resize 32x32 FTP.xpm touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean rm -f FTP.xpm dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/ftp.app dh_install debian/*.desktop usr/share/applications/ rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop #move resources to /usr/share/GNUstep and add a symlink if the installation is following the FHS ifeq ($(GS_USE_FHS),yes) dh_installdirs usr/share/GNUstep mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/FTP.app/Resources \ $(d_app)/usr/share/GNUstep/FTP.app dh_link usr/share/GNUstep/FTP.app \ $(GNUSTEP_SYSTEM_APPS)/FTP.app/Resources endif # Install the XPM icon. install -D -m 644 FTP.xpm $(d_app)/usr/share/pixmaps/FTP.xpm dh_installchangelogs dh_installdocs dh_installexamples dh_installmenu dh_installman dh_installdeb # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_strip dh_compress dh_fixperms gsdh_gnustep dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch debian/compat0000664000000000000000000000000211772531164010375 0ustar 7