summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClive Johnston <clivejo@kubuntu.org>2016-07-26 16:27:07 (GMT)
committerClive Johnston <clivejo@kubuntu.org>2016-07-26 16:27:07 (GMT)
commitc603520212a343f58815b7af8d6767c4ddee224a (patch)
tree19cec5128c4e17d76d1849f24a48937b9fb8ab32
parentfa0324833b2d976658be82bf8db9aeb8ca492131 (diff)
Add Debian ABI version to libkf5prison
-rw-r--r--debian/changelog5
-rw-r--r--debian/control1
-rw-r--r--debian/patches/enable_debianabimanager.diff9
-rw-r--r--debian/patches/series1
4 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 12a385e..f9c8271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-prison-kf5 (1.2.2~git20160726-0ubuntu1) UNRELEASED; urgency=medium
+prison-kf5 (1.2.2-0ubuntu1) UNRELEASED; urgency=medium
- * New snapshot.
+ * New upstream version (1.2.2)
* Rereshing symbols and removing MISSING
+ * Add Debian ABI version to libkf5prison
-- Clive Johnston <clivejo@kubuntu.org> Tue, 26 Jul 2016 12:59:36 +0100
diff --git a/debian/control b/debian/control
index e069b2a..6bf0a82 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Description: barcode API for Qt - development files
Package: libkf5prison1
Architecture: any
Multi-Arch: same
+X-Debian-ABI: 1
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: barcode API for Qt
diff --git a/debian/patches/enable_debianabimanager.diff b/debian/patches/enable_debianabimanager.diff
new file mode 100644
index 0000000..8f8f1a5
--- /dev/null
+++ b/debian/patches/enable_debianabimanager.diff
@@ -0,0 +1,9 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -34,3 +34,6 @@
+ add_subdirectory(testapp)
+
+ add_subdirectory(tools)
++
++# Add support for DebianABIManager
++include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ba161c0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable_debianabimanager.diff