[SCM] libkpeople packaging branch, master, updated. 21b19ea21633beb101026f516d752f635d39efc0
Diane Trout
diane-guest at alioth.debian.org
Wed Oct 2 23:25:11 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libkpeople.git;a=commitdiff;h=21b19ea
The following commit has been merged in the master branch:
commit 21b19ea21633beb101026f516d752f635d39efc0
Author: Diane Trout <diane at ghic.org>
Date: Wed Oct 2 16:24:51 2013 -0700
The SONAME is 1. Make the install filenames match
---
debian/control | 8 ++++----
debian/{libkpeople4.install => libkpeople1.install} | 0
debian/{libkpeople4.symbols => libkpeople1.symbols} | 0
debian/rules | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index cf5a15c..61939c5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,22 +16,22 @@ Homepage: http://www.kde.org
Package: libkpeople-dev
Section: libdevel
Architecture: any
-Depends: libkpeople4 (= ${binary:Version}), ${misc:Depends}
+Depends: libkpeople1 (= ${binary:Version}), ${misc:Depends}
Description: development files for libkpeople
Library providing metacontacts infrastructure based on Nepomuk
.
This package contains development files.
-Package: libkpeople4
+Package: libkpeople1
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library providing metacontacts infrastructure based on Nepomuk
Library providing metacontacts infrastructure based on Nepomuk
-Package: libkpeople4-dbg
+Package: libkpeople1-dbg
Section: debug
Architecture: any
-Depends: libkpeople4 (= ${binary:Version}), ${misc:Depends}
+Depends: libkpeople1 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for package libkpeople4
kpeople runtime library debugging symbols
diff --git a/debian/libkpeople4.install b/debian/libkpeople1.install
similarity index 100%
rename from debian/libkpeople4.install
rename to debian/libkpeople1.install
diff --git a/debian/libkpeople4.symbols b/debian/libkpeople1.symbols
similarity index 100%
rename from debian/libkpeople4.symbols
rename to debian/libkpeople1.symbols
diff --git a/debian/rules b/debian/rules
index 8c0dcf1..13c30f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DH_VERBOSE=1
include /usr/share/dpkg/architecture.mk
%:
- dh $@ --with kde --dbg-package=libkpeople4-dbg --list-missing
+ dh $@ --with kde --dbg-package=libkpeople1-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