[SCM] kproperty packaging branch, master, updated. 530675e54b313111790f7ac40f6653c5a671df64

Pino Toscano pino at moszumanska.debian.org
Sun Jan 22 14:42:28 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kproperty.git;a=commitdiff;h=b7254fe

The following commit has been merged in the master branch:
commit b7254fed4a7ac5965e08092c9e676a02514403d5
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jan 22 15:30:46 2017 +0100

    update to new SONAME
---
 debian/control                                                    | 8 ++++----
 debian/libkpropertycore3-2.install                                | 2 --
 debian/libkpropertycore3-3.install                                | 2 ++
 .../{libkpropertycore3-2.symbols => libkpropertycore3-3.symbols}  | 2 +-
 debian/libkpropertywidgets3-2.install                             | 2 --
 debian/libkpropertywidgets3-3.install                             | 2 ++
 ...kpropertywidgets3-2.symbols => libkpropertywidgets3-3.symbols} | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index b226211..cf22b2f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: https://community.kde.org/KProperty
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/calligra/kproperty.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/calligra/kproperty.git
 
-Package: libkpropertycore3-2
+Package: libkpropertycore3-3
 Architecture: any
 Multi-Arch: same
 Depends: libkproperty-data (>= ${source:Version}),
@@ -31,7 +31,7 @@ Description: property editing framework -- core library
  .
  This package is part of the Calligra Suite.
 
-Package: libkpropertywidgets3-2
+Package: libkpropertywidgets3-3
 Architecture: any
 Multi-Arch: same
 Depends: libkproperty-data (>= ${source:Version}),
@@ -61,8 +61,8 @@ Description: data files for KProperty
 Package: libkproperty3-dev
 Architecture: any
 Section: libdevel
-Depends: libkpropertycore3-2 (= ${binary:Version}),
-         libkpropertywidgets3-2 (= ${binary:Version}),
+Depends: libkpropertycore3-3 (= ${binary:Version}),
+         libkpropertywidgets3-3 (= ${binary:Version}),
          ${misc:Depends},
 Description: development files for KProperty
  KProperty is a property editing framework with editor widget similar
diff --git a/debian/libkpropertycore3-2.install b/debian/libkpropertycore3-2.install
deleted file mode 100644
index 0494c8f..0000000
--- a/debian/libkpropertycore3-2.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libKPropertyCore3.so.2
-usr/lib/*/libKPropertyCore3.so.2.*
diff --git a/debian/libkpropertycore3-3.install b/debian/libkpropertycore3-3.install
new file mode 100644
index 0000000..6ac240b
--- /dev/null
+++ b/debian/libkpropertycore3-3.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKPropertyCore3.so.3
+usr/lib/*/libKPropertyCore3.so.3.*
diff --git a/debian/libkpropertycore3-2.symbols b/debian/libkpropertycore3-3.symbols
similarity index 99%
rename from debian/libkpropertycore3-2.symbols
rename to debian/libkpropertycore3-3.symbols
index 5fd5aaf..5c17fcf 100644
--- a/debian/libkpropertycore3-2.symbols
+++ b/debian/libkpropertycore3-3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.99.2 amd64
-libKPropertyCore3.so.2 libkpropertycore3-2 #MINVER#
+libKPropertyCore3.so.3 libkpropertycore3-3 #MINVER#
 * Build-Depends-Package: libkproperty3-dev
  _ZN12KPropertySet10addToGroupERK10QByteArrayP9KProperty at Base 2.99.2
  _ZN12KPropertySet11addPropertyEP9KPropertyRK10QByteArray at Base 2.99.2
diff --git a/debian/libkpropertywidgets3-2.install b/debian/libkpropertywidgets3-2.install
deleted file mode 100644
index d7b34bb..0000000
--- a/debian/libkpropertywidgets3-2.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libKPropertyWidgets3.so.2
-usr/lib/*/libKPropertyWidgets3.so.2.*
diff --git a/debian/libkpropertywidgets3-3.install b/debian/libkpropertywidgets3-3.install
new file mode 100644
index 0000000..5ef21df
--- /dev/null
+++ b/debian/libkpropertywidgets3-3.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKPropertyWidgets3.so.3
+usr/lib/*/libKPropertyWidgets3.so.3.*
diff --git a/debian/libkpropertywidgets3-2.symbols b/debian/libkpropertywidgets3-3.symbols
similarity index 99%
rename from debian/libkpropertywidgets3-2.symbols
rename to debian/libkpropertywidgets3-3.symbols
index a2f1b93..1075fb4 100644
--- a/debian/libkpropertywidgets3-2.symbols
+++ b/debian/libkpropertywidgets3-3.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 2.99.2 amd64
-libKPropertyWidgets3.so.2 libkpropertywidgets3-2 #MINVER#
+libKPropertyWidgets3.so.3 libkpropertywidgets3-3 #MINVER#
 * Build-Depends-Package: libkproperty3-dev
  _Z13paintInternalPK30KPropertyValueDisplayInterfaceP8QPainterRK20QStyleOptionViewItemRK11QModelIndex at Base 2.99.2
  _ZN14KPropertyLabel10commitDataEP7QWidget at Base 2.99.2

-- 
kproperty packaging



More information about the pkg-kde-commits mailing list