debian/0000755000000000000000000000000011506662763007202 5ustar debian/compat0000644000000000000000000000000211506661760010374 0ustar 7 debian/kepas.postinst0000644000000000000000000000171611506661760012113 0ustar #!/bin/sh # postinst script for kepas # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) ldconfig ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/not-installed0000644000000000000000000000016311506661760011676 0ustar # seems to be the same than /usr/share/kde4/apps/kepas/kepas.notifyrc ./usr/share/kde4/apps/plasma/plasma.notifyrc debian/rules0000755000000000000000000000077311506661760010265 0ustar #!/usr/bin/make -f %: dh --with kde $@ DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) DATE := $(shell date +%y%m%d) VERSION := $(word 1, $(subst +, ,$(DEB_UPSTREAM_VERSION))) DIR := ${DEB_SOURCE_PACKAGE}-${VERSION}+svn${DATE} TAR := ${DEB_SOURCE_PACKAGE}_${VERSION}+svn${DATE}.orig.tar.gz get-orig-svn: cd ${DEBIAN_DIR}/.. && \ svn export svn://anonsvn.kde.org/home/kde/trunk/playground/network/kepas ${DIR} && \ tar czf ${CURDIR}/${TAR} ${DIR} && \ rm -r ${DIR} debian/watch0000644000000000000000000000006411506661760010227 0ustar version=3 http://sf.net/kepas/kepas-(.*)\.tar\.bz2 debian/kepas.install0000644000000000000000000000023611506661760011672 0ustar usr/share/applications/kde4/kepas.desktop usr/share/icons/* usr/share/kde4/apps/kepas/kepas.notifyrc usr/bin/kepastray usr/lib/libkpf.so usr/lib/libkepas.so debian/patches/0000755000000000000000000000000011506662643010626 5ustar debian/patches/series0000644000000000000000000000003311506662332012032 0ustar kubuntu_01_linker_fix.diff debian/patches/kubuntu_01_linker_fix.diff0000644000000000000000000000120311506662643015663 0ustar Index: kepas-0.9.3/src/CMakeLists.txt =================================================================== --- kepas-0.9.3.orig/src/CMakeLists.txt 2010-12-29 11:42:04.956392282 -0500 +++ kepas-0.9.3/src/CMakeLists.txt 2010-12-29 11:45:21.796392282 -0500 @@ -20,7 +20,7 @@ kde4_add_executable(kepastray ${kifertray_SRCS}) target_link_libraries(kepastray - ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDNSSD_LIBS} kepas kpf) + ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDNSSD_LIBS} kepas kpf) install(TARGETS kepastray DESTINATION ${KDE4_BIN_INSTALL_DIR}) debian/control0000644000000000000000000000251311506661760010602 0ustar Source: kepas Section: kde Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guillaume Martres Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5.0), cmake, kdebase-workspace-dev Standards-Version: 3.9.1 Homepage: http://sourceforge.net/projects/kepas/ Vcs-Bzr: lp:~kubuntu-members/kepas/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-members/kepas/ubuntu/files Package: plasma-widget-kepas Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, kepas (>= 0.9+svn080903) Description: KDE Easy Publish and Share - Plasma Widget Kepas is a zeroconf KDE filetransfer tool. It discovers your local LAN for buddies (KDNSSD) and Kopete ICQ contacts and lets you transfer files or Klipper entries from a trayicon or via drag'n drop with the Kepas Plasma widget. . This package contains the Kepas Plasma widget Package: kepas Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, plasma-widget-kepas Description: KDE Easy Publish and Share - Tray icon Kepas is a zeroconf KDE filetransfer tool. It discovers your local LAN for buddies (KDNSSD) and Kopete ICQ contacts and lets you transfer files or Klipper entries from a trayicon or via drag'n drop with the Kepas Plasma widget. . This package contains the Kepas tray icon debian/plasma-widget-kepas.install0000644000000000000000000000013111506661760014420 0ustar usr/share/kde4/services/plasma-applet-kepas.desktop usr/lib/kde4/plasma_applet_kepas.so debian/copyright0000644000000000000000000000470611506661760011140 0ustar This package was debianized by Guillaume Martres on Tue, 22 Jan 2008 07:52:17 +0100. It was downloaded from http://sourceforge.net/projects/kepas/ Upstream Author: Tom Patzig Copyright: Copyright (C) 2008 Tom Patzig src/libkpf: Copyright (C) 2001 Rik Hemsley License: 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 complete text of the GNU General Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'. src/libkpf by Rik Hemsley is licensed under the MIT/X11 license: 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 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. The Debian packaging is (C) 2008, Guillaume Martres and is licensed under the GPLv2 or (at your option) any later version, see above. debian/changelog0000644000000000000000000000655611506662677011074 0ustar kepas (0.9.3-0ubuntu5) natty; urgency=low * Add kubuntu_01_linker_fix.diff to fix linking with ld's --as-needed flag * Bump Standards-Version to 3.9.1, no changes necessary * Remove now-unnecessary conflicts/replaces on the plasmoid-* packages. No supported upgrade path has these anymore. -- Jonathan Thomas Wed, 29 Dec 2010 11:35:14 -0500 kepas (0.9.3-0ubuntu4) lucid; urgency=low * Transition from kde4.mk to dh7 short-style rules with kde sequence addon: - Bump debian/compat to 7 - Bump debhelper build-depend to 7.3.16 - Remove build-depend on cdbs - Add build-depend on pkg-kde-tools (>= 0.5.0) - Update kepas.install and plasma-widget-kepas.install for file path changes (Closes LP: #508520) * Switch to debian source format 3.0 (quilt) * Update Maintainer field to Ubuntu Developers * Add dependency on ${misc:Depends} to binary packages for lintian happiness * Bump Standards-Version to 3.8.3 * "KDE4" -> "KDE" in package descriptions; there's no need to differentiate * "Plasmoid" -> "Plasma widget" in package descriptions -- Jonathan Thomas Sat, 16 Jan 2010 21:30:43 -0500 kepas (0.9.3-0ubuntu3) jaunty; urgency=low * Complete package renaming from previous version. - Rename the .install file so that the resulting package is not empty. - Make "kepas" depend on the new package name so that it is installable. -- James Westby Sun, 15 Feb 2009 23:40:24 +0000 kepas (0.9.3-0ubuntu2) jaunty; urgency=low * Rename plasmoid-kepas to plasma-widget-kepas to match upstream naming policy (LP: #329627). - Add conflicts/replaces plasmoid-kepas. -- Nick Ellery Sat, 14 Feb 2009 23:17:30 -0800 kepas (0.9.3-0ubuntu1) jaunty; urgency=low * New upstream release * Removed obsolete quilt build-dep -- Anthony Mercatante Wed, 28 Jan 2009 11:15:28 +0100 kepas (0.9+svn081218-0ubuntu1) jaunty; urgency=low * New upstream snapshot * debian/control: - updated short descriptions of plasmoid-kepas and kepas to clearly state the difference between both and removed "(dummy package)" from kepas short desc since it's not a dummy package. -- Guillaume Martres Thu, 18 Dec 2008 19:42:03 +0100 kepas (0.9+svn080923-0ubuntu1) intrepid; urgency=low [ Guillaume Martres ] * New upstream snapshot, compatible with Plasma from KDE 4.1 * debian/rules: - use kde4.mk - removed get-orig-source, not necessary anymore - added get-orig-svn * debian/control: - ensure cdbs version is (>= 0.4.52ubuntu7) for kde4.mk - bumped Standards-Version to 3.8.0 for transition - added binary package plasmoid-kepas, kepastray binary is now in the kepas binary package - added Vcs-* fields * removed debian/cdbs, not needed with kde4.mk * added debian/kepas.postinst to fix lintian postinst-must-call-ldconfig * added debian/{plasmoid-kepas,kepas}.install and debian/not-installed [ Harald Sitter ] * Due to kde4.mk build dependency on quilt is necessary * Don't exceed 80 characters in debian/control -- Guillaume Martres Tue, 23 Sep 2008 13:22:53 +0200 kepas (0.9+repack-0ubuntu1) hardy; urgency=low * Initial release (LP: #185010) -- Guillaume Martres Thu, 07 Feb 2008 12:45:53 +0100 debian/source/0000755000000000000000000000000011506662250010471 5ustar debian/source/format0000644000000000000000000000001411506662250011677 0ustar 3.0 (quilt)