[SCM] libkpeople packaging branch, master, updated. debian/0.2.2-2-11-g144267b
Diane Trout
diane-guest at moszumanska.debian.org
Tue Oct 7 05:25:32 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libkpeople.git;a=commitdiff;h=2cff33a
The following commit has been merged in the master branch:
commit 2cff33a4d4f98316548a25f4e9b177612f9eacd5
Author: Diane Trout <diane at ghic.org>
Date: Sat Sep 20 12:01:07 2014 -0700
Rename libkpeople3 to libkpeople4 to match SONAME
---
debian/changelog | 1 +
debian/control | 8 ++++----
debian/{libkpeople3.install => libkpeople4.install} | 4 ++--
debian/{libkpeople3.symbols => libkpeople4.symbols} | 0
debian/rules | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dba7cb9..ed80ca2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libkpeople (0.2.2-3) UNRELEASED; urgency=medium
* Remove nepomuk dependencies as we now use baloo.
* Remove add-cmake-copying.patch, now provided upstream.
* Remove library_startswith_soname.patch applied upstream.
+ * Rename libkpeople3 to libkpeople4 to match SONAME
-- Diane Trout <diane at ghic.org> Sat, 20 Sep 2014 10:58:21 -0700
diff --git a/debian/control b/debian/control
index e6d7dac..f429f77 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,14 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/libkpeople.g
Package: libkpeople-dev
Section: libdevel
Architecture: any
-Depends: libkpeople3 (= ${binary:Version}), kdepimlibs5-dev, ${misc:Depends}
+Depends: libkpeople4 (= ${binary:Version}), kdepimlibs5-dev, ${misc:Depends}
Description: development files for libkpeople
libkpeople allows grouping multiple accounts into a
single identity.
.
This package contains development files.
-Package: libkpeople3
+Package: libkpeople4
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library providing access to and grouping for KDE contacts
@@ -33,11 +33,11 @@ Description: Library providing access to and grouping for KDE contacts
This library allows you to read metadata and initiate
various actions for a contact.
-Package: libkpeople3-dbg
+Package: libkpeople4-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: libkpeople3 (= ${binary:Version}), ${misc:Depends}
+Depends: libkpeople4 (= ${binary:Version}), ${misc:Depends}
Recommends: kdelibs5-dbg
Description: debug symbols for package libkpeople
libkpeople allow grouping multiple accounts into a
diff --git a/debian/libkpeople3.install b/debian/libkpeople4.install
similarity index 85%
rename from debian/libkpeople3.install
rename to debian/libkpeople4.install
index f0aa81e..f9ef106 100644
--- a/debian/libkpeople3.install
+++ b/debian/libkpeople4.install
@@ -1,6 +1,6 @@
usr/lib/kde4/akonadi_kpeople_plugin.so
-usr/lib/libkpeople.so.3*
-usr/lib/libkpeoplewidgets.so.3*
+usr/lib/libkpeople.so.4*
+usr/lib/libkpeoplewidgets.so.4*
usr/share/kde4/apps/kpeople/dummy_avatar.png
usr/share/kde4/services/akonadi_kpeople_plugin.desktop
usr/share/kde4/servicetypes/kpeople_data_source.desktop
diff --git a/debian/libkpeople3.symbols b/debian/libkpeople4.symbols
similarity index 100%
rename from debian/libkpeople3.symbols
rename to debian/libkpeople4.symbols
diff --git a/debian/rules b/debian/rules
index 96c64f7..4697569 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
include /usr/share/dpkg/architecture.mk
%:
- dh $@ --with kde --dbg-package=libkpeople3-dbg --list-missing
+ dh $@ --with kde --dbg-package=libkpeople4-dbg --list-missing
override_dh_auto_configure:
dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
--
libkpeople packaging
More information about the pkg-kde-commits
mailing list