[SCM] KTorrent library Debian packaging branch, master, updated. debian/2.1-2

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:22:35 UTC 2017


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

The following commit has been merged in the master branch:
commit 8ec307497e858c9849feb6b6fe04e8e0551df77f
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 2 20:53:44 2016 +0200

    rename libktorrent5 to libktorrent6
    
    following the SONAME bump
---
 debian/changelog                                      | 1 +
 debian/control                                        | 8 ++++----
 debian/libktorrent5.install                           | 2 --
 debian/libktorrent6.install                           | 2 ++
 debian/{libktorrent5.symbols => libktorrent6.symbols} | 2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec832a4..7b7cf1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libktorrent (2.0.1-0r1) UNRELEASED; urgency=medium
   * Use the right dh addon:
     - switch from kde to kf5 dh addon
     - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Rename libktorrent5 to libktorrent6, following the SONAME bump.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 02 Jul 2016 19:57:23 +0200
 
diff --git a/debian/control b/debian/control
index 09b8dbb..371a5e2 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Homepage: http://ktorrent.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/libktorrent.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/libktorrent.git;a=summary
 
-Package: libktorrent5
+Package: libktorrent6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libktorrent-l10n (>= ${source:Version})
@@ -36,7 +36,7 @@ Description: KTorrent library for C++ / Qt 4 / KDE Platform
 Package: libktorrent-dev
 Architecture: any
 Section: libdevel
-Depends: libktorrent5 (= ${binary:Version}), ${misc:Depends},
+Depends: libktorrent6 (= ${binary:Version}), ${misc:Depends},
  ${sameVersionDep:libqt4-dev}, ${sameVersionDep:kdelibs5-dev}
 Description: development files for the KTorrent Library
  The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
@@ -48,7 +48,7 @@ Description: development files for the KTorrent Library
 Package: libktorrent-l10n
 Architecture: all
 Section: localization
-Depends: libktorrent5 (>= ${source:Version}), ${misc:Depends}
+Depends: libktorrent6 (>= ${source:Version}), ${misc:Depends}
 Description: localization files for the KTorrent library
  The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
  the BitTorrent protocol (mostly client side).
@@ -59,7 +59,7 @@ Package: libktorrent-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libktorrent5 (= ${binary:Version}), ${misc:Depends}
+Depends: libktorrent6 (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for the KTorrent library
  The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
  the BitTorrent protocol (mostly client side).
diff --git a/debian/libktorrent5.install b/debian/libktorrent5.install
deleted file mode 100644
index a3ec8ff..0000000
--- a/debian/libktorrent5.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/libktorrent.so.5
-usr/lib/libktorrent.so.5.*
diff --git a/debian/libktorrent6.install b/debian/libktorrent6.install
new file mode 100644
index 0000000..186e3f7
--- /dev/null
+++ b/debian/libktorrent6.install
@@ -0,0 +1,2 @@
+usr/lib/libktorrent.so.6
+usr/lib/libktorrent.so.6.*
diff --git a/debian/libktorrent5.symbols b/debian/libktorrent6.symbols
similarity index 99%
rename from debian/libktorrent5.symbols
rename to debian/libktorrent6.symbols
index 7dc08b8..dc6ab43 100644
--- a/debian/libktorrent5.symbols
+++ b/debian/libktorrent6.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 1.3.1 amd64 arm64 armel armhf hppa i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390x
-libktorrent.so.5 libktorrent5 #MINVER#
+libktorrent.so.6 libktorrent6 #MINVER#
 * Build-Depends-Package: libktorrent-dev
  _ZN2bt10BValueNode14printDebugInfoEv at Base 1.3.0
  _ZN2bt10BValueNodeC1ERKNS_5ValueEj at Base 1.3.0

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list