--- bareftp-0.3.2.orig/debian/control +++ bareftp-0.3.2/debian/control @@ -0,0 +1,27 @@ +Source: bareftp +Section: gnome +Priority: optional +Maintainer: Debian CLI Applications Team +Uploaders: Mirco Bauer , Stefan Ebner +Build-Depends: debhelper (>= 7.0.50), + cli-common-dev (>= 0.7), + mono-devel (>= 2.4.2.3), + libgtk2.0-cil-dev (>= 2.12), + libgnome2.0-cil-dev (>= 2.12), + libgnome-vfs2.0-cil-dev (>= 2.12), + libgconf2.0-cil-dev (>= 2.12), + libgnome-keyring1.0-cil-dev, + intltool (>= 0.35), + libtool +Standards-Version: 3.8.4 +Homepage: http://www.bareftp.org/ +Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/bareftp.git +Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/bareftp.git + +Package: bareftp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: FTP client for GNOME + bareFTP is a simple ftp client for the GNOME desktop. It supports the FTP, + FTPS and SSH (SFTP) protocols. It also supports: resume and append, active + and passive mode, browse during file transfers, boomarks and drag and drop. --- bareftp-0.3.2.orig/debian/compat +++ bareftp-0.3.2/debian/compat @@ -0,0 +1 @@ +7 --- bareftp-0.3.2.orig/debian/rules +++ bareftp-0.3.2/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +MAKEFILE = $(firstword $(MAKEFILE_LIST)) +DEBIAN_DIR = $(dir $(MAKEFILE)) +SOURCE_DIR = $(DEBIAN_DIR)/.. + +DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2) +DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2) +VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//') + +include /usr/share/cli-common/cli.make + +override_dh_auto_configure: + autoreconf -f -i -s -I . + dh_auto_configure -- MCS=/usr/bin/mono-csc + +override_dh_auto_test: + # disabled + +override_dh_auto_install: + dh_auto_install + rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.a + rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.la + +override_dh_clean: + dh_clean + rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/ + find . -name "Makefile.in" -delete + +get-orig-source: + uscan \ + --package $(DEB_SOURCE_NAME) \ + --watchfile $(DEBIAN_DIR)/watch \ + --upstream-version $(VERSION) \ + --download-version $(VERSION) \ + --destdir . \ + --force-download \ + --rename \ + --repack + +%: + dh $@ + +.PHONY: get-orig-source --- bareftp-0.3.2.orig/debian/watch +++ bareftp-0.3.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.bareftp.org/download.php .+/bareftp-([\d\.]+)\.tar\.gz --- bareftp-0.3.2.orig/debian/changelog +++ bareftp-0.3.2/debian/changelog @@ -0,0 +1,46 @@ +bareftp (0.3.2-1) unstable; urgency=low + + * New upstream bugfix release 0.3.2 + + Fixed missing icon issues in progress panel (#34) + + Improved drag'n drop. More user friendly on multiple selection + + Some ui improvents for error reporting + + Fixed crash when recieving a 550 on changedir + + Fixed issue #30 (right click instability) + + Fixed bug #29 (Impossible connect to a server with different port via sftp) + + Ensure clean openssh exit on disconnect (no more defunct processes) + + Changed date formating in list view + + Updated translations: ca, de, es, fr, nb, pt_BR, sv + * debian/patches/01_fix_gnome-keyring_sharp_detection: Merged upstream + * debian/rules: + + Remove dh_auto_install build workaround + + Remove quilt references + * debian/control: + - Remove build-dependency on quilt + - Bump Standards-Version to 3.8.4 + * debian/source/format: Specify 1.0 explicitly + + -- Stefan Ebner Mon, 19 Apr 2010 13:38:11 +0200 + +bareftp (0.3.1-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Add myself to Uploaders + + Bump Standards-Version to 3.8.3 + + Change "Architecture: all" to "Architecture: any" + + Add build-dependency on libgnome-keyring1.0-cil-dev and libtool + + Update dependencies for -cil to -cil-dev transition + * debian/rules: + + Add workaround to let make find bareFTP.SftpPty.dll at build time + + Remove useless .a and .la files + * debian/copyright: Updated + * debian/patches: Add 01_fix_configure_finding_gnome-keyring_sharp so + configure finds gnome-keyring-sharp at build time + + -- Stefan Ebner Thu, 31 Dec 2009 12:35:38 +0100 + +bareftp (0.2.3-1) unstable; urgency=low + + * Initial release. (Closes: #520876) + + -- Mirco Bauer Sun, 16 Aug 2009 00:11:06 +0200 --- bareftp-0.3.2.orig/debian/copyright +++ bareftp-0.3.2/debian/copyright @@ -0,0 +1,131 @@ +Name: bareFTP +Maintainer: Christian Eide +Source: http://bareftp.org/download.php + +Files: * +Copyright: Copyright (c) 2007-2010 Christian Eide +License: GPL-2+ + +Files: src/bareFTP.Gui/KeyBinder.cs + lib/bareFTP.SftpPty/PseudoTerminal.cs +Copyright: Copyright (c) 2007 Novell, Inc. + Copyright (c) Christian Eide +License: MIT/X11 + +Files: src/bareFTP.Protocol.Ftp/ftp/ListParser*.cs +Copyright: Copyright (c) 2004 Enterprise Distributed Technologies Ltd, + Copyright (c) 2008-2009 Christian Eide +License: GPL-2+ + +Files: src/bareFTP.Protocol/HostNameResolver.cs +Copyright: Copyright (c) 2004 Enterprise Distributed Technologies Ltd, + Copyright (c) Christian Eide +License: LGPL-2.1+ + +Files: src/bareFTP.Protocol.Sftp/sftp/Buffer.cs + src/bareFTP.Protocol.Sftp/sftp/SftpATTRS.cs + src/bareFTP.Protocol.Sftp/sftp/Util.cs +Copyright: Copyright (c) 2002,2003,2004 ymnk, JCraft,Inc. +License: BSD + +Files: src/bareFTP.Protocol.Sftp/sftp/SftpClient.cs +Copyright: Copyright (c) 2002,2003,2004 ymnk, JCraft,Inc. + Copyright (c) 2008-2009 Christian Eide +License: GPL-2+ + +Files: lib/sftppty/pty.* +Copyright: Copyright (c) 2001,2002 Red Hat, Inc. + Copyright (c) Christian Eide + Copyright (c) 1998-2007 Brian Masney +License: GPL-2+ + +Files: debian/* +Copyright: Copyright (c) 2009 Mirco Bauer +License: GPL-2+ + +License: MIT/X11 + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + On Debian GNU/Linux systems, the text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. + +License: LGPL-2.1 + 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 + + On Debian GNU/Linux systems, the text of the GNU Lesser General Public + License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +License: BSD + Copyright (c) The Regents of the University of California. + All rights reserved. + + 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 University 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 REGENTS 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 REGENTS 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. + + On Debian GNU/Linux systems, the text of the BSD License + can be found in `/usr/share/common-licenses/BSD'. --- bareftp-0.3.2.orig/debian/source/format +++ bareftp-0.3.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- bareftp-0.3.2.orig/po/missing +++ bareftp-0.3.2/po/missing @@ -0,0 +1,6 @@ +src/bareFTP.Gui.Dialog/AskFileAction.cs +src/bareFTP.Gui.Dialog/gtk-gui/bareFTP.Gui.Dialog.ChmodDialog.cs +src/bareFTP.Gui.Dialog/gtk-gui/bareFTP.Gui.Dialog.ExceptionDialog.cs +src/bareFTP.Gui.FileManager/FileUtils.cs +src/bareFTP.Gui.Preferences/PreferencesDialog.cs +src/bareFTP/Main.cs