--- kio-ftps-0.2+dfsg.orig/debian/README.source +++ kio-ftps-0.2+dfsg/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- kio-ftps-0.2+dfsg.orig/debian/compat +++ kio-ftps-0.2+dfsg/debian/compat @@ -0,0 +1 @@ +7 --- kio-ftps-0.2+dfsg.orig/debian/rules +++ kio-ftps-0.2+dfsg/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk --- kio-ftps-0.2+dfsg.orig/debian/watch +++ kio-ftps-0.2+dfsg/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=dversionmangle=s/\+dfsg// \ + http://download.berlios.de/kasablanca/kio-ftps-(.*)\.tar\.gz --- kio-ftps-0.2+dfsg.orig/debian/control +++ kio-ftps-0.2+dfsg/debian/control @@ -0,0 +1,22 @@ +Source: kio-ftps +Section: kde +Priority: extra +Maintainer: Debian KDE Extras Team +Uploaders: Laurent Léonard +Build-Depends: cdbs, cmake, debhelper (>= 7), kdelibs5-dev (>= 4:4.2.2), pkg-kde-tools (>= 0.4.2), quilt +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/kio-ftps.git +Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/kio-ftps.git +Homepage: http://kasablanca.berlios.de/kio-ftps + +Package: kio-ftps +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: an ftps KIO slave for KDE 4 + An ftps KIO slave for KDE 4, based on rfc4217 and build upon the ftp KIO-slave + sources. it should work yet with most server implementations. it issues an + "AUTH TLS" command after connecting and refuses to continue, when it's not + supported. in prior to every data channel io command ("STOR", "RETR", etc) it + tries to secure the data channel via "PBSZ" and "PROT" commands. if that fails + it will transfer data unencrypted. there is currently no support for + ssl-certificates. this might be added on demand. --- kio-ftps-0.2+dfsg.orig/debian/copyright +++ kio-ftps-0.2+dfsg/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: kio-ftps +Maintainer: Magnus Kulke +Source: http://kasablanca.berlios.de/kio-ftps + +The original upstream source was repackaged to remove the rfc4217.txt +documentation file, which was not distributed under a DFSG-free licence. +All *~ files were also removed. + +Files: * +Copyright: 2008, Magnus Kulke + 2000-2006, David Faure +License: GPL-2+ + +Files: debian/* +Copyright: 2008-2009, Laurent Léonard +License: GPL-2+ + +Licence: GPL-2+ + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL' file. --- kio-ftps-0.2+dfsg.orig/debian/changelog +++ kio-ftps-0.2+dfsg/debian/changelog @@ -0,0 +1,50 @@ +kio-ftps (0.2+dfsg-2build1) natty; urgency=low + + * Rebuild to drop dependency against the kdelibs5 transitional package + + -- Jonathan Thomas Wed, 29 Dec 2010 17:17:51 -0500 + +kio-ftps (0.2+dfsg-2) unstable; urgency=low + + * [e286470] Set Debian KDE Extras Team in Maintainer field and myself in + Uploaders field. + * [41a3ec6] Bump Format-Specification to DEP-5 revision 59. + * [d4e80f0] Bump Standards-Version to 3.8.3. + * [c93f66d] Remove debian/docs. + * [731803a] Add Vcs-* to point to the new Git repository. + * [5eb93c5] Update patch. + + -- Laurent Léonard Fri, 04 Sep 2009 02:41:27 +0200 + +kio-ftps (0.2+dfsg-1) unstable; urgency=low + + * Switch to Quilt for patch management. + * Remove all *~ files. + * debian/control: + + Add cdbs, quilt and pkg-kde-tools (>= 0.4.2) as build dependencies. + + Make kdelibs5-dev build dependency versioned to (>= 4:4.2.2). + + Add ${misc:Depends} as dependency. + + Fix lowercase letters starting sentences in the long description. + + Bump Standards-Version to 3.8.1. + * debian/copyright: + + Update to use DEP5 format specification. + + Add information about the removed files. + + Update copyright year for debian/* files. + * debian/rules: + + Update to use CDBS (kde.mk from pkg-kde-tools). + + Add Quilt support. + * debian/patches/cmakelists_kde42_fix.diff + + Introduce to build for KDE 4.2. (Closes: #515507) + * debian/README.source: + + Add Quilt usage. + + Remove DFSG-changes. + * debian/watch: + + Update for DFSG mangle. + + -- Laurent Léonard Sun, 05 Apr 2009 19:39:52 +0200 + +kio-ftps (0.2-1) unstable; urgency=low + + * Initial release (Closes: #501342) + + -- Laurent Léonard Sun, 12 Oct 2008 17:18:39 +0200 --- kio-ftps-0.2+dfsg.orig/debian/dirs +++ kio-ftps-0.2+dfsg/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/kde4 +usr/share/kde4/services --- kio-ftps-0.2+dfsg.orig/debian/patches/series +++ kio-ftps-0.2+dfsg/debian/patches/series @@ -0,0 +1 @@ +0001-Update-CMakeLists.txt-to-build-for-KDE-4.2.patch --- kio-ftps-0.2+dfsg.orig/debian/patches/0001-Update-CMakeLists.txt-to-build-for-KDE-4.2.patch +++ kio-ftps-0.2+dfsg/debian/patches/0001-Update-CMakeLists.txt-to-build-for-KDE-4.2.patch @@ -0,0 +1,24 @@ +From: =?utf-8?q?Laurent=20L=C3=A9onard?= +Date: Fri, 4 Sep 2009 02:33:10 +0200 +Subject: [PATCH] Update CMakeLists.txt to build for KDE >= 4.2. + +Closes: #515507 +Thanks: Steve Stalcup +--- + CMakeLists.txt | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b8d0c04..d9abaf9 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -8,7 +8,7 @@ set(mySources ftp.cpp) + + kde4_add_plugin( kio_ftps ${mySources} ) + +-target_link_libraries(kio_ftps ${KDE4_KDECORE_LIBS} kio ) ++target_link_libraries(kio_ftps ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} ) + + install(TARGETS kio_ftps DESTINATION ${PLUGIN_INSTALL_DIR} ) + install( FILES ftps.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) +--