[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.3.1-5
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 21:34:49 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=3899d21
The following commit has been merged in the experimental branch:
commit 3899d218fe7de193ca303b05b1a6b4bee44ce7c4
Author: Modestas Vainius <modax at debian.org>
Date: Tue Nov 5 21:26:55 2013 +0200
Disable KIO Magnet.
It is considered obsolete (and might be buggy).
---
debian/changelog | 1 +
debian/ktorrent-data.install | 1 -
debian/ktorrent.install | 2 --
debian/rules | 3 +--
4 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c02e9f6..69a4b48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ktorrent (4.3.1-2) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.5: no further changes needed.
* Update Vcs URLs to canonical ones.
* Upload to unstable. (Closes: #721049)
+ * Disable KIO Magnet. It is considered obsolete (and might be buggy).
-- Modestas Vainius <modax at debian.org> Tue, 05 Nov 2013 20:35:44 +0200
diff --git a/debian/ktorrent-data.install b/debian/ktorrent-data.install
index ca0c725..eede911 100644
--- a/debian/ktorrent-data.install
+++ b/debian/ktorrent-data.install
@@ -4,5 +4,4 @@ usr/share/doc/kde/HTML/en/ktorrent/index.cache.bz2
usr/share/doc/kde/HTML/en/ktorrent/index.docbook
usr/share/icons/hicolor/*
usr/share/kde4/apps/ktorrent/*
-usr/share/kde4/config.kcfg/magnetsettings.kcfg
usr/share/locale/*
diff --git a/debian/ktorrent.install b/debian/ktorrent.install
index c7b2a38..a64f910 100644
--- a/debian/ktorrent.install
+++ b/debian/ktorrent.install
@@ -1,7 +1,6 @@
usr/bin/ktmagnetdownloader
usr/bin/ktorrent
usr/bin/ktupnptest
-usr/lib/kde4/kio_magnet.so
usr/lib/kde4/ktbwschedulerplugin.so
usr/lib/kde4/ktdownloadorderplugin.so
usr/lib/kde4/ktinfowidgetplugin.so
@@ -36,5 +35,4 @@ usr/share/kde4/services/ktsyndicationplugin.desktop
usr/share/kde4/services/ktupnpplugin.desktop
usr/share/kde4/services/ktwebinterfaceplugin.desktop
usr/share/kde4/services/ktzeroconfplugin.desktop
-usr/share/kde4/services/magnet.protocol
usr/share/kde4/servicetypes/ktorrentplugin.desktop
diff --git a/debian/rules b/debian/rules
index 9b8d8a5..1ff3d08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,7 @@ export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
override_dh_auto_configure:
dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
-DWITH_SYSTEM_GEOIP:BOOL=ON \
- -DKDE4_BUILD_TESTS=false \
- -DENABLE_KIO_MAGNET=1
+ -DKDE4_BUILD_TESTS=false
%:
dh $@ --parallel --dbg-package=ktorrent-dbg --with kde
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list