debian/0000755000000000000000000000000011411462066007167 5ustar debian/rules0000755000000000000000000000005111374664367010263 0ustar #!/usr/bin/make -f %: dh --with kde $@ debian/changelog0000644000000000000000000000455111411462025011041 0ustar plasma-widget-drop2ftp (0.6-0ubuntu5) maverick; urgency=low * Add fix_ftbfs_qt47.patch to fix FTBFS with Qt 4.7. -- Felix Geyer Sat, 26 Jun 2010 19:56:20 +0200 plasma-widget-drop2ftp (0.6-0ubuntu4) maverick; urgency=low * In all my other cleaning, I forgot to add the cmake build dep :/ -- Jonathan Thomas Wed, 19 May 2010 22:04:14 -0400 plasma-widget-drop2ftp (0.6-0ubuntu3) maverick; urgency=low * Add build-dep on cmake since kdelibs5-dev doesn't depend on it anymore * Switch to source format 3.0: - Bump debhelper build-dep to 7.3.16 or greater - Bump pkg-kde-tools build-dep to 0.5.0 or greater * Fix build-depend version of kdelibs5-dev * Bump Standards-Version to 3.8.4 * Remove conflicts/replaces on old -kde4 packages * Transition to using the KDE debhelper sequence from pkg-kde-tools -- Jonathan Thomas Wed, 19 May 2010 00:26:53 -0400 plasma-widget-drop2ftp (0.6-0ubuntu2) karmic; urgency=low * Transition from libplasma-dev to kdelibs5-dev - debian/control: change libplasma-dev to kdelibs5-dev * Transition from kde4.mk to pkg-kde-tools - debian/rules: Change '/usr/share/cdbs/1/class/kde4.mk' to '/usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk' - debian/control: Build-Depend on 'pkg-kde-tools' * Drop cmake from build-deps -- Alessandro Ghersi Sat, 23 May 2009 03:12:20 +0200 plasma-widget-drop2ftp (0.6-0ubuntu1) karmic; urgency=low * New upstream release (LP: #368984) * Bump Standards-Version to 3.8.1 * Bump libplasma-dev to 4.2.2 -- Alessandro Ghersi Wed, 29 Apr 2009 03:43:45 +0200 plasma-widget-drop2ftp (0.4-0ubuntu1) jaunty; urgency=low * New upstream release * Rename plasmoid-* to plasma-widget-* to match upstream naming policy - Conflicts/replaces plasmoid-quickaccess - Adjust package description -- Scott Kitterman Tue, 10 Feb 2009 00:32:27 -0500 plasmoid-drop2ftp (0.3.2-0ubuntu1) jaunty; urgency=low * New upstream release (LP: #326750) -- Alessandro Ghersi Sun, 08 Feb 2009 03:09:04 +0100 plasmoid-drop2ftp (0.3.1-0ubuntu1) jaunty; urgency=low * Initial release (LP: #323333) -- Alessandro Ghersi Sat, 31 Jan 2009 03:30:47 +0100 debian/control0000644000000000000000000000142311375114230010566 0ustar Source: plasma-widget-drop2ftp Section: kde Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Alessandro Ghersi Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5.0), cmake, kdelibs5-dev (>= 4:4.2.85) Standards-Version: 3.8.4 Homepage: http://kde-look.org/content/show.php/Drop2FTP?content=97281 Package: plasma-widget-drop2ftp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: plasmoid for copy files with every protocol This is a plasmoid which can copy files with every protocol which is supported by KIO. You can use it to copy files to a FTP server. You can click on the plasmoid to open file dialog or you can drag and drop your files on it. debian/source/0000755000000000000000000000000011374664171010500 5ustar debian/source/format0000644000000000000000000000001411411462007011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000241011374663776011142 0ustar This package was debianized by Alessandro Ghersi on Sat, 31 Jan 2009 03:30:47 +0100. It was downloaded from http://kde-look.org/content/show.php/Drop2FTP?content=97281 Upstream Author: Mathias Rabe Copyright: Copyright (C) 2009 by Mathias Rabe License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. 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 complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-3 file. The Debian packaging is copyright 2009, Alessandro Ghersi and is licensed under the GPL-3, see above. debian/compat0000644000000000000000000000000211374663776010410 0ustar 5 debian/patches/0000755000000000000000000000000011411462025010611 5ustar debian/patches/fix_ftbfs_qt47.patch0000644000000000000000000000111411411462025014460 0ustar Description: Fix FTBFS with Qt 4.7. --- plasma-widget-drop2ftp-0.6.orig/drop2ftp.cpp +++ plasma-widget-drop2ftp-0.6/drop2ftp.cpp @@ -51,16 +51,10 @@ using namespace Plasma; Drop2FTP::Drop2FTP(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), - m_serverAddress(0), - m_serverTitle(0), m_useBrowserOnClick(0), m_generateLinks(0), - m_protocol4Links(0), m_defaultAction(0), m_numActivJobs(0), - m_newIcon(0), - m_iconName(0), - m_syntax4Links(0), m_icon(0), m_label(0) { debian/patches/series0000644000000000000000000000002511411462025012023 0ustar fix_ftbfs_qt47.patch