debian/0000755000000000000000000000000012244411210007155 5ustar debian/patches/0000755000000000000000000000000012244411202010605 5ustar debian/patches/series0000644000000000000000000000001512244411171012023 0ustar avconv.patch debian/patches/avconv.patch0000644000000000000000000000266312244411202013131 0ustar Description: Port to avconv. Author: Dmitrijs Ledkovs --- tribler-6.2.0+git20130731.149555fa.orig/Tribler/Core/SessionConfig.py +++ tribler-6.2.0+git20130731.149555fa/Tribler/Core/SessionConfig.py @@ -49,7 +49,7 @@ class SessionConfigInterface: if sys.platform == 'win32': ffmpegname = "ffmpeg.exe" else: - ffmpegname = "ffmpeg" + ffmpegname = "avconv" ffmpegpath = find_prog_in_PATH(ffmpegname) if ffmpegpath is None: --- tribler-6.2.0+git20130731.149555fa.orig/Tribler/Main/Utility/utility.py +++ tribler-6.2.0+git20130731.149555fa/Tribler/Main/Utility/utility.py @@ -203,7 +203,7 @@ class Utility: defaults['videoplayerpath'] = "/Applications/QuickTime Player.app" else: defaults['videoplayerpath'] = vlcpath - ffmpegpath = find_prog_in_PATH("ffmpeg") + ffmpegpath = find_prog_in_PATH("avconv") if ffmpegpath is None: defaults['videoanalyserpath'] = "vlc/ffmpeg" else: @@ -215,7 +215,7 @@ class Utility: defaults['videoplayerpath'] = "vlc" else: defaults['videoplayerpath'] = vlcpath - ffmpegpath = find_prog_in_PATH("ffmpeg") + ffmpegpath = find_prog_in_PATH("avconv") if ffmpegpath is None: defaults['videoanalyserpath'] = "ffmpeg" else: debian/tribler.manpages0000644000000000000000000000004412217046740012347 0ustar Tribler/Main/Build/Ubuntu/tribler.1 debian/README.Debian0000644000000000000000000000041012015047104011214 0ustar tribler for Debian ------------------ PRIVACY WARNING: This software will by default exchange your download history with others. See also the disclaimer on http://www.tribler.org/ -- Ying-Chun Liu (PaulLiu) , Wed, 22 Aug 2012 11:13:08 +0800 debian/rules0000755000000000000000000000622412217112622010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk DEB_SOURCE := $(shell dpkg-parsechangelog | grep Source: | sed -e 's/Source: //') DEB_VERSION := $(shell dpkg-parsechangelog | grep Version: | sed -e 's/Version: //') DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//') GIT_URL = https://github.com/Tribler/tribler.git %: dh $@ --with python2 override_dh_auto_configure: chmod a-x Tribler/Tools/bitbucket-live-noauth.py chmod a-x Tribler/Tools/pipe-babscam-h264-nosound-mencoder.sh chmod a-x Tribler/Tools/pipe-babscam-h264-aac-gop-sync.sh chmod a-x Tribler/Tools/pipe-arnocam-home.sh chmod a-x Tribler/Tools/bitbucket-live.py chmod a-x Tribler/Tools/pipe-arnocam-jip.sh chmod a-x Tribler/Tools/pipe-babscam-h264-mp3.sh chmod a-x Tribler/Tools/pipe-babscam-mpeg4-mp3-sync.sh chmod a+x Tribler/community/demers/das4/demers.conf chmod a+x Tribler/community/privatesearch/das4/search.conf dh_auto_configure override_dh_auto_build: make -C $(CURDIR)/Tribler/SwiftEngine dh_auto_build override_dh_install: dh_install rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Core/DecentralizedTracking/pymdht/LICENSE.txt rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/LICENSE.txt rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Main/vwxGUI/images/license rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Main/webUI/static/LICENSE rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/ns-LICENSE.txt rm -rf $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Test rm -rf $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Main/Build rm -rf $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Player/Build rm -rf $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Transport/Build rm -rf $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/SwiftEngine rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Main/Utility/Feeds/feedparser.py rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Main/webUI/static/mootools.js rm -f $(CURDIR)/debian/tribler/usr/share/tribler/Tribler/Core/DecentralizedTracking/pymdht/LGPL-2.1.txt dh_link -ptribler usr/share/javascript/mootools/mootools.js usr/share/tribler/Tribler/Main/webUI/static/mootools.js override_dh_auto_clean: make -C $(CURDIR)/Tribler/SwiftEngine clean || echo "SwiftEngine cleaned" dh_auto_clean get-orig-source: set -e; if echo $(DEB_VERSION) | grep -c "git"; \ then \ git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\([0-9]*\)*\.\(.*\)-.*$$/\2/g'`; \ else \ git_version=$(DEB_UPSTREAM_VERSION); \ fi; \ tmpdir=`mktemp -d -t`; \ cd $$tmpdir; \ echo "checkout upstream repository ..."; \ git clone --recursive $(GIT_URL); echo "getting specific upstream revision/tag: $$git_version"; \ cd `ls | head -n 1`; git checkout -b orig $$git_version; cd ..; \ tar --exclude=.git --exclude=.gitignore --exclude='*.exe' --exclude='draft-ietf-ppsp-*' \ -cJvf $(CURDIR)/$(DEB_SOURCE)_$(DEB_UPSTREAM_VERSION).orig.tar.xz `ls | head -n 1`; \ cd $(CURDIR); \ rm -rf $$tmpdir debian/bin/0000755000000000000000000000000012217047765007751 5ustar debian/bin/tribler0000755000000000000000000000036512015041527011330 0ustar #!/bin/sh # Startup script for Ubuntu Linux _TRIBLERPATH="/usr/share/tribler" export PYTHONPATH="$PYTHONPATH":$_TRIBLERPATH echo "Starting Tribler..." cd $_TRIBLERPATH exec python -O Tribler/Main/tribler.py "$@" > /tmp/$USER-tribler.log 2>&1 debian/changelog0000644000000000000000000000176312244411147011047 0ustar tribler (6.2.0+git20130731.149555fa-1ubuntu1) trusty; urgency=low * Port to avconv. -- Dmitrijs Ledkovs Sun, 24 Nov 2013 14:51:04 +0000 tribler (6.2.0+git20130731.149555fa-1) unstable; urgency=low * New upstream release * Remove debian/patches. Applied upstreamed. * Bump Standards-Version to 3.9.4: nothing needs to be changed. -- Ying-Chun Liu (PaulLiu) Sat, 21 Sep 2013 00:13:03 +0800 tribler (6.0.0+svn20121015.r28821-1) unstable; urgency=low * New upstream release. -- Ying-Chun Liu (PaulLiu) Tue, 16 Oct 2012 00:45:06 +0800 tribler (5.9.27+svn20120817.r27828-2) unstable; urgency=low * Calling dh_link with -ptribler in debian/rules (Closes: #686554) -- Ying-Chun Liu (PaulLiu) Mon, 03 Sep 2012 17:02:09 +0800 tribler (5.9.27+svn20120817.r27828-1) unstable; urgency=low * Initial release (Closes: #511381) -- Ying-Chun Liu (PaulLiu) Wed, 22 Aug 2012 00:02:58 +0800 debian/tribler.docs0000644000000000000000000000002312015437523011500 0ustar Tribler/readme.txt debian/README.source0000644000000000000000000000047312014731237011351 0ustar tribler for Debian ------------------ The upstream doesn't provide source tarball. Only svn trees of sources are available. Thus we repack the source by the svn tree. Please use "./debian/rules get-orig-source" to get the source. -- Ying-Chun Liu (PaulLiu) , Wed, 22 Aug 2012 00:09:03 +0800 debian/clean0000644000000000000000000000014412217114506010171 0ustar Tribler/SwiftEngine/swift-dynamic Tribler/SwiftEngine/libswift.a Tribler/SwiftEngine/.sconsign.dbl* debian/source/0000755000000000000000000000000012014730216010462 5ustar debian/source/format0000644000000000000000000000001412014730216011670 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000030412217046230010211 0ustar # Compulsory line, this is a version 3 file version=3 # opts=dversionmangle=s/\+svn.*$// \ http://www.tribler.org/trac/wiki/Download .*/tribler/archive/v([^-]*)\.zip debian/tribler.gconf-defaults0000644000000000000000000000023612015041541013446 0ustar /desktop/gnome/url-handlers/magnet/command tribler %s /desktop/gnome/url-handlers/magnet/enabled true /desktop/gnome/url-handlers/magnet/needs_terminal false debian/control0000644000000000000000000000362412244411153010573 0ustar Source: tribler Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), libevent-dev (>= 2.0.17), python (>= 2.6.6-3~), scons Standards-Version: 3.9.4 Homepage: http://www.tribler.org/ Package: tribler Architecture: all Depends: libav-tools, libjs-mootools, python-apsw, python-feedparser, python-libtorrent, python-m2crypto, python-netifaces, python-wxgtk2.8, tribler-swift, vlc (>= 1.1.0), ${misc:Depends}, ${python:Depends} Description: Python based Bittorrent/Internet TV application It allows you to watch videos and download content. Tribler aims to combine the ease of Youtube.com with the performance of peer-to-peer. . Tribler is backwards compatible with the Bittorrent download protocol. To discover interesting content standard RSS feeds with .torrent links are supported plus the "Tribe protocol" which automatically scans the network for available Bittorrent swarms upon startup. Tribler uses an embedded web browser to access video clips of Youtube.com and Liveleak.com. Other features are "People who like this also like" for recommending related swarms, the ability to make friends, and to donate idle upload capacity to friends. The later can improve download speed by a factor of two on asymmetric Internet links. The fastest way of social file sharing. Package: tribler-swift Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Fast peer-to-peer file distribution helper program for tribler. Swift is a fast peer-to-peer file distribution protocol used to disseminate data within Tribler. . This package contains a helper program used by tribler. debian/tribler.menu0000644000000000000000000000026712014731657011532 0ustar ?package(tribler): \ needs="X11" \ section="Applications/Network/File Transfer" \ title="Tribler" \ icon="/usr/share/pixmaps/tribler.xpm" \ command="tribler" debian/tribler-swift.links0000644000000000000000000000005612015426642013030 0ustar usr/lib/tribler/swift usr/share/tribler/swift debian/copyright0000644000000000000000000002555212217112634011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tribler Source: http://www.tribler.org/ Files: * Copyright: 2005-2011 Delft University of Technology and Vrije Universiteit Amsterdam License: LGPL-2.1+ Files: Tribler/* Copyright: 2005-2011 Delft University of Technology and Vrije Universiteit Amsterdam License: LGPL-2.1+ Files: Tribler/Core/Multicast/* Tribler/Core/Statistics/Status/* Tribler/Core/ClosedSwarm/* Tribler/Plugin/BackgroundProcess-njaal.py Tribler/Test/test_closedswarm.py Tribler/Test/test_status.py Tribler/Tools/createlivestream-njaal.py Tribler/Tools/createpoa.py Tribler/Tools/trial_poa_server.py Tribler/UPnP/* Tribler/Test/test_upnp.py Copyright: 2008-2012 Norut AS License: LGPL-2.1+ Files: Tribler/Core/NATFirewall/NatCheck.py Tribler/Core/NATFirewall/TimeoutCheck.py Tribler/Core/NATFirewall/NatCheckMsgHandler.py Tribler/Policies/SeedingManager.py Tribler/Core/Statistics/SeedingStatsCrawler.py Tribler/Core/CacheDB/SqliteSeedingStatsCacheDB.py Tribler/Core/BuddyCast/moderationcast.py Tribler/Core/BuddyCast/moderationcast_util.py Tribler/Core/BuddyCast/votecast.py Tribler/Core/CacheDB/maxflow.py Tribler/Core/CacheDB/SqliteVideoPlaybackStatsCacheDB.py Tribler/Core/NATFirewall/ConnectionCheck.py Tribler/Core/NATFirewall/NatTraversal.py Tribler/Core/Search/Reranking.py Tribler/Core/Statistics/tribler_videoplayback_stats.sql Tribler/Core/Statistics/VideoPlaybackCrawler.py Tribler/Core/Utilities/Crypto.py Tribler/Images/* Tribler/Player/BaseApp.py Tribler/Player/EmbeddedPlayer4Frame.py Tribler/Player/PlayerVideoFrame.py Tribler/Plugin/* Tribler/Test/test_multicast.py Tribler/Test/test_na_extend_hs.py Tribler/Test/test_na_extend_hs.sh Tribler/Test/test_sqlitecachedbhandler.sh Tribler/Tools/dirtrackerseeder.py Tribler/Tools/pipe-babscam-h264-nosound-mencoder.sh Tribler/Tools/superpeer.py Tribler/Utilities/LinuxSingleInstanceChecker.py Tribler/Video/Images/* Tribler/Video/VideoFrame.py reset.bat reset-keepid.bat Tribler/Core/Video/PiecePickerSVC.py Tribler/Core/Video/SVCTransporter.py Tribler/Core/Video/SVCVideoStatus.py Tribler/schema_sdb_v5.sql Tribler/Core/APIImplementation/makeurl.py Tribler/Core/BuddyCast/channelcast.py Tribler/Core/DecentralizedTracking/repex.py Tribler/Core/NATFirewall/TimeoutFinder.py Tribler/Core/NATFirewall/UDPPuncture.py Tribler/Core/Statistics/RepexCrawler.py Tribler/Debug/* Tribler/Tools/createtorrent.py Tribler/Tools/pingbackserver.py Tribler/Tools/seeking.py Tribler/Tools/stunserver.py lucid-xpicreate.sh patentfreevlc.bat Tribler/Core/BitTornado/BT1/GetRightHTTPDownloader.py Tribler/Core/BitTornado/BT1/HoffmanHTTPDownloader.py Tribler/Core/CacheDB/MetadataDBHandler.py Tribler/Core/DecentralizedTracking/MagnetLink/* Tribler/Core/Subtitles/* Tribler/Images/SwarmServerIcon.ico Tribler/Main/Build/Ubuntu/tribler.gconf-defaults Tribler/Main/Utility/logging_util.py Tribler/Main/vwxGUI/ChannelsPanel.py Tribler/Main/vwxGUI/images/iconSaved_state4.png Tribler/schema_sdb_v5.sql Tribler/Test/Core/* Tribler/Test/extend_hs_dir/proxyservice.test.torrent Tribler/Test/subtitles_test_res Tribler/Test/test_channelcast_plus_subtitles.py Tribler/Test/test_magnetlink.py Tribler/Test/test_miscutils.py Tribler/Test/test_subtitles.bat Tribler/Test/test_subtitles_isolation.py Tribler/Test/test_subtitles_msgs.py Tribler/Test/test_subtitles.sh Tribler/Test/test_threadpool.py Tribler/Tools/dirtracker.py Tribler/Tools/duration2torrent.py Tribler/Tools/httpseeder.py Tribler/Transport/* Tribler/Video/Ogg.py Tribler/WebUI/* xpitransmakedeb.sh xpitransmakedist.bat xpitransmakedist.sh xpitransmakedistmac.sh xie8transmakedist.bat TUD/swift-spbackend-r1598/*vlc-1.0.5-swarmplugin-switch-kcc-src-aug2010-r16968.patch Copyright: 2008-2012 TECHNISCHE UNIVERSITEIT DELFT License: LGPL-2.1+ Files: Tribler/Core/DecentralizedTracking/kadtracker/* Copyright: 2008-2012 Kungliga Tekniska Högskolan (The Royal Institute of Technology) License: LGPL-2.1+ Files: Tribler/Core/ProxyService/* Tribler/Tools/proxy-cmdline.py Tribler/Test/test_proxyservice_as_coord.bat Tribler/Test/test_proxyservice_as_coord.py Tribler/Test/test_proxyservice_as_coord.sh Tribler/Test/test_proxyservice.bat Tribler/Test/test_proxyservice.py Tribler/Test/test_proxyservice.sh Tribler/Test/extend_hs_dir/proxyservice.test.torrent Copyright: 2008-2012 University Politehnica Bucharest License: LGPL-2.1+ Files: Tribler/Core/BuddyCast/buddycast.py Copyright: 2008-2010 Delft University of Technology and Technische Universität Berlin License: LGPL-2.1+ Files: Tribler/Core/Search/Reranking.py Tribler/Test/test_buddycast4.py Tribler/Test/test_buddycast4_stresstest.py Copyright: 2008-2010 Technische Universität Berlin License: LGPL-2.1+ Files: Tribler/Transport/tribeIChannel.idl Tribler/Transport/tribeISwarmTransport.idl Tribler/Transport/components/TribeChannel.js Tribler/Transport/components/TribeProtocolHandler.js Tribler/Transport/components/SwarmTransport.js Tribler/Transport/install.rdf Tribler/Transport/chrome.manifest Copyright: 2008-2012 TECHNISCHE UNIVERSITEIT DELFT and Jan Gerber License: LGPL-2.1+ Files: Tribler/Core/BitTornado/* Tribler/Core/defaults.py Tribler/Core/APIImplementation/maketorrent.py Tribler/Core/DecentralizedTracking/ut_pex.py Tribler/Core/Overlay/SecureOverlay.py Tribler/Core/NATFirewall/ReturnConnHandler.py Tribler/Main/Dialogs/TorrentMaker.py Tribler/Test/test_permid.py Copyright: 2001-2002 Bram Cohen 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 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. Files: Tribler/SwiftEngines/* Copyright: 2008-2012 TECHNISCHE UNIVERSITEIT DELFT License: LGPL-2.1+ Files: Tribler/SwiftEngines/getopt_long.c Tribler/SwiftEngines/getopt_win.h Copyright: 2000 The NetBSD Foundation, Inc. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the NetBSD Foundation, Inc. and its contributors. 4. Neither the name of The NetBSD Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: Tribler/SwiftEngines/doc/wireshark-dissector/* Copyright: 2011 Andrew Keating 1998 Gerald Combs License: GPL-2+ Files: Tribler/SwiftEngines/doc/mfold-article/* Copyright: 2001-2008 Michael Shell 1993-2000 Gerry Murray, Silvano Balemi, Jon Dixon, Peter N"uchter, Juergen von Hagen License: LPPL-1.3 Files: Tribler/Core/DecentralizedTracking/pymdht/* Copyright: 2009-2012 Raul Jimenez, Flutra Osmani, Ismael Saad Garcia, Sara Dar, Shariq Mobeen, S.M. Sarwarul Islam Rizvi, Zinat Sultana License: LGPL-2.1+ Files: debian/* Copyright: 2012 Ying-Chun Liu (PaulLiu) License: LGPL-2.1+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; 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 Lesser General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1". License: GPL-2+ This program 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 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 systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LPPL-1.3 This work is distributed under the LaTeX Project Public License (LPPL) ( http://www.latex-project.org/ ) version 1.3, and may be freely used, distributed and modified. A copy of the LPPL, version 1.3, is included in the base LaTeX documentation of all distributions of LaTeX released 2003/12/01 or later. debian/tribler.install0000644000000000000000000000040212217112634012214 0ustar Tribler usr/share/tribler Tribler/Main/Build/Ubuntu/tribler.desktop usr/share/applications Tribler/Main/Build/Ubuntu/tribler.xpm usr/share/pixmaps Tribler/Main/Build/Ubuntu/tribler_big.xpm usr/share/pixmaps debian/bin/* usr/bin logger.conf usr/share/tribler debian/compat0000644000000000000000000000000212015437445010371 0ustar 9 debian/tribler-swift.install0000644000000000000000000000005212217112634013347 0ustar Tribler/SwiftEngine/swift usr/lib/tribler debian/tribler-swift.docs0000644000000000000000000000023712015433605012636 0ustar Tribler/SwiftEngine/doc/*.png Tribler/SwiftEngine/doc/*.html Tribler/SwiftEngine/doc/*.pdf Tribler/SwiftEngine/doc/*.css Tribler/SwiftEngine/doc/mfold-article