rev 12621 - in kde-extras/kio-ftps/trunk: . debian

Laurent Léonard trash-guest at alioth.debian.org
Sun Nov 9 01:20:24 UTC 2008


Author: trash-guest
Date: 2008-11-09 01:20:23 +0000 (Sun, 09 Nov 2008)
New Revision: 12621

Added:
   kde-extras/kio-ftps/trunk/debian/
   kde-extras/kio-ftps/trunk/debian/README.source
   kde-extras/kio-ftps/trunk/debian/changelog
   kde-extras/kio-ftps/trunk/debian/compat
   kde-extras/kio-ftps/trunk/debian/control
   kde-extras/kio-ftps/trunk/debian/copyright
   kde-extras/kio-ftps/trunk/debian/dirs
   kde-extras/kio-ftps/trunk/debian/docs
   kde-extras/kio-ftps/trunk/debian/rules
   kde-extras/kio-ftps/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: kde-extras/kio-ftps/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: kde-extras/kio-ftps/trunk/debian/README.source
===================================================================
--- kde-extras/kio-ftps/trunk/debian/README.source	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/README.source	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,9 @@
+DFSG-changes
+------------
+
+The only change made to the original tarball to become dfsg-compliant was
+removing the file
+
+rfc4217.txt
+
+because it has a non-free license.

Added: kde-extras/kio-ftps/trunk/debian/changelog
===================================================================
--- kde-extras/kio-ftps/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/changelog	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,6 @@
+kio-ftps (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #501342)
+
+ -- Laurent Léonard <laurent at open-minds.org>  Sun, 12 Oct 2008 17:18:39 +0200
+

Added: kde-extras/kio-ftps/trunk/debian/compat
===================================================================
--- kde-extras/kio-ftps/trunk/debian/compat	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/compat	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1 @@
+7

Added: kde-extras/kio-ftps/trunk/debian/control
===================================================================
--- kde-extras/kio-ftps/trunk/debian/control	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/control	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,19 @@
+Source: kio-ftps
+Section: kde
+Priority: extra
+Maintainer: Laurent Léonard <laurent at open-minds.org>
+Build-Depends: cmake, debhelper (>= 7), kdelibs5-dev
+Standards-Version: 3.8.0
+Homepage: http://kasablanca.berlios.de/kio-ftps/
+
+Package: kio-ftps
+Architecture: any
+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.

Added: kde-extras/kio-ftps/trunk/debian/copyright
===================================================================
--- kde-extras/kio-ftps/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/copyright	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,31 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=252
+Upstream-Name: kio-ftps
+Upstream-Maintainer: Magnus Kulke <sikor_sxe at radicalapproach.de>
+Upstream-Source: http://kasablanca.berlios.de/kio-ftps/
+
+Files: *
+Copyright: Copyright 2008, Magnus Kulke <sikor_sxe at radicalapproach.de>
+Copyright: Copyright 2000-2006, David Faure <faure at kde.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: Copyright 2008, Laurent Léonard <laurent at open-minds.org>
+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.

Added: kde-extras/kio-ftps/trunk/debian/dirs
===================================================================
--- kde-extras/kio-ftps/trunk/debian/dirs	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/dirs	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,2 @@
+usr/lib/kde4
+usr/share/kde4/services

Added: kde-extras/kio-ftps/trunk/debian/docs
===================================================================
--- kde-extras/kio-ftps/trunk/debian/docs	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/docs	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,2 @@
+README
+debian/README.source

Added: kde-extras/kio-ftps/trunk/debian/rules
===================================================================
--- kde-extras/kio-ftps/trunk/debian/rules	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/rules	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+
+builddir/Makefile:
+	dh_testdir
+	mkdir -p builddir
+	cd builddir && cmake .. -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LD_FLAGS=-Wl,-z,defs -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
+
+build: build-stamp
+build-stamp: builddir/Makefile
+	dh_testdir
+	$(MAKE) -C builddir
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	rm -rf builddir
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/kio-ftps install
+
+binary-indep: install
+
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep build clean install


Property changes on: kde-extras/kio-ftps/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/kio-ftps/trunk/debian/watch
===================================================================
--- kde-extras/kio-ftps/trunk/debian/watch	                        (rev 0)
+++ kde-extras/kio-ftps/trunk/debian/watch	2008-11-09 01:20:23 UTC (rev 12621)
@@ -0,0 +1,3 @@
+version=3
+
+http://download.berlios.de/kasablanca/kio-ftps-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list