[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/2.0.1-1-13-g7d1c1b4

Pino Toscano pino at moszumanska.debian.org
Fri Sep 1 07:02:09 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=459b2fb

The following commit has been merged in the experimental branch:
commit 459b2fbb44d7acef5a0ab08c1f06dfebbf37e731
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 08:20:46 2017 +0200

    libktorrent6 -> libkf5torrent6
---
 debian/changelog                                        | 1 +
 debian/control                                          | 6 +++---
 debian/libkf5torrent6.install                           | 2 ++
 debian/{libktorrent6.symbols => libkf5torrent6.symbols} | 2 +-
 debian/libktorrent-dev.install                          | 2 +-
 debian/libktorrent6.install                             | 2 --
 6 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aeeef30..40e84a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libktorrent (2.1-0r1) UNRELEASED; urgency=medium
     - cmake-gcrypt-version.diff: drop, obsolete
   * Replace deprecated build dependencies:
     - kio-dev -> libkf5kio-dev
+  * Rename libktorrent6 to libkf5torrent6, according to the new library name.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 05 Jul 2016 08:01:35 +0200
 
diff --git a/debian/control b/debian/control
index c007343..9660538 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Homepage: https://www.kde.org/applications/internet/ktorrent/
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/libktorrent.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-extras/libktorrent.git/
 
-Package: libktorrent6
+Package: libkf5torrent6
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -37,7 +37,7 @@ Description: KTorrent library for C++ / Qt 5 / KDE Frameworks
 Package: libktorrent-dev
 Architecture: any
 Section: libdevel
-Depends: libktorrent6 (= ${binary:Version}), ${misc:Depends},
+Depends: libkf5torrent6 (= ${binary:Version}), ${misc:Depends},
  ${sameVersionDep:qtbase5-dev},
  ${sameVersionDep:libkf5archive-dev},
  ${sameVersionDep:libkf5config-dev},
@@ -55,7 +55,7 @@ Description: development files for the KTorrent Library
 Package: libktorrent-l10n
 Architecture: all
 Section: localization
-Depends: libktorrent6 (>= ${source:Version}), ${misc:Depends}
+Depends: libkf5torrent6 (>= ${source:Version}), ${misc:Depends}
 Description: localization files for the KTorrent library
  The KTorrent library is a C++ / Qt 5 / KDE Frameworks based implementation of
  the BitTorrent protocol (mostly client side).
diff --git a/debian/libkf5torrent6.install b/debian/libkf5torrent6.install
new file mode 100644
index 0000000..556d990
--- /dev/null
+++ b/debian/libkf5torrent6.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5Torrent.so.6
+usr/lib/*/libKF5Torrent.so.6.*
diff --git a/debian/libktorrent6.symbols b/debian/libkf5torrent6.symbols
similarity index 99%
rename from debian/libktorrent6.symbols
rename to debian/libkf5torrent6.symbols
index d55f4bc..a0d1311 100644
--- a/debian/libktorrent6.symbols
+++ b/debian/libkf5torrent6.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.0.1 alpha amd64 armel armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 s390x sh4 sparc64 x32
-libktorrent.so.6 libktorrent6 #MINVER#
+libKF5Torrent.so.6 libkf5torrent6 #MINVER#
 * Build-Depends-Package: libktorrent-dev
  _ZN2bt10BValueNode14printDebugInfoEv at Base 1.3.0
  _ZN2bt10BValueNodeC1ERKNS_5ValueEj at Base 1.3.0
diff --git a/debian/libktorrent-dev.install b/debian/libktorrent-dev.install
index 14e9a62..8722c63 100644
--- a/debian/libktorrent-dev.install
+++ b/debian/libktorrent-dev.install
@@ -1,3 +1,3 @@
 usr/include/libktorrent/*
 usr/lib/*/cmake/LibKTorrent/
-usr/lib/*/libktorrent.so
+usr/lib/*/libKF5Torrent.so
diff --git a/debian/libktorrent6.install b/debian/libktorrent6.install
deleted file mode 100644
index 48c98b2..0000000
--- a/debian/libktorrent6.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libktorrent.so.6
-usr/lib/*/libktorrent.so.6.*

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list