--- bareftp-0.2.3.orig/debian/compat +++ bareftp-0.2.3/debian/compat @@ -0,0 +1 @@ +7 --- bareftp-0.2.3.orig/debian/control +++ bareftp-0.2.3/debian/control @@ -0,0 +1,26 @@ +Source: bareftp +Section: gnome +Priority: optional +Maintainer: Debian CLI Applications Team +Uploaders: Mirco Bauer +Build-Depends: debhelper (>= 7.0.50), + cli-common-dev (>= 0.6.2), + quilt, + mono-devel (>= 2.4.2.3), + libgtk2.0-cil (>= 2.12), + libgnome2.24-cil (>= 2.12), + libgnome-vfs2.0-cil (>= 2.12), + libgconf2.0-cil (>= 2.12), + intltool (>= 0.35) +Standards-Version: 3.8.3 +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: all +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.2.3.orig/debian/changelog +++ bareftp-0.2.3/debian/changelog @@ -0,0 +1,5 @@ +bareftp (0.2.3-1) unstable; urgency=low + + * Initial release. (Closes: #520876) + + -- Mirco Bauer Sun, 16 Aug 2009 00:11:06 +0200 --- bareftp-0.2.3.orig/debian/watch +++ bareftp-0.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.bareftp.org/download.php .+/bareftp-([\d\.]+)\.tar\.gz --- bareftp-0.2.3.orig/debian/copyright +++ bareftp-0.2.3/debian/copyright @@ -0,0 +1,69 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: bareFTP +Maintainer: Christian Eide +Source: http://bareftp.org/download.php + +Files: * +Copyright: Copyright (c) 2007-2009 Christian Eide +License: GPL-2+ + +Files: src/bareFTP.Gui/KeyBinder.cs +Copyright: Copyright (C) 2007 Novell, Inc. +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/jce/* + src/bareFTP.Protocol.Sftp/sftp/ssh/* +Copyright: Copyright (c) 2002-2006 ymnk, JCraft,Inc. +License: BSD + +Files: src/bareFTP.Protocol.Sftp/sftp/Streams/PipedInputStream.cs + src/bareFTP.Protocol.Sftp/sftp/Streams/PipedOutputStream.cs +Copyright: 1998-2001, 2003, 2005 Free Software Foundation, Inc +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: BSD + On Debian GNU/Linux systems, the text of the BSD License + can be found in `/usr/share/common-licenses/BSD'. + +License: GPL-2+ + 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+ + 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'. + --- bareftp-0.2.3.orig/debian/rules +++ bareftp-0.2.3/debian/rules @@ -0,0 +1,38 @@ +#!/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 +include /usr/share/quilt/quilt.make + +override_dh_auto_configure: $(QUILT_STAMPFN) + dh_auto_configure -- MCS=/usr/bin/mono-csc + +override_dh_auto_test: + # disabled + +override_dh_clean: unpatch + dh_clean + +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: autoreconf get-orig-source --- bareftp-0.2.3.orig/po/missing +++ bareftp-0.2.3/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