[SCM] kproperty packaging branch, master, updated. 897ecc2ce25ab5db278843b5fb3261ebf0437e8b

Pino Toscano pino at moszumanska.debian.org
Sat Sep 17 16:57:22 UTC 2016


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

The following commit has been merged in the master branch:
commit 897ecc2ce25ab5db278843b5fb3261ebf0437e8b
Author: Pino Toscano <pino at debian.org>
Date:   Sat Sep 17 18:57:06 2016 +0200

    first version
---
 debian/.gitattributes                 |  1 +
 debian/changelog                      | 11 ++++++
 debian/control                        | 72 +++++++++++++++++++++++++++++++++++
 debian/libkproperty-l10n.install      |  1 +
 debian/libkproperty3-dev.install      |  8 ++++
 debian/libkpropertycore3-2.install    |  2 +
 debian/libkpropertywidgets3-2.install |  2 +
 debian/rules                          | 14 +++++++
 debian/source/format                  |  1 +
 debian/watch                          |  3 ++
 10 files changed, 115 insertions(+)

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0930619
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+kproperty (2.99.2-0r1) UNRELEASED; urgency=medium
+
+  * !!! TODO !!!
+    - copyright
+    - package descriptions
+    - symbols files
+
+  [ Pino Toscano ]
+  * Initial release.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 17 Sep 2016 14:01:07 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..03f3d5e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,72 @@
+Source: kproperty
+Section: libs
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Pino Toscano <pino at debian.org>
+Build-Depends: cmake (>= 3.0),
+               debhelper (>= 9),
+               extra-cmake-modules (>= 1.8.0),
+               libkf5config-dev (>= 5.7.0),
+               libkf5coreaddons-dev (>= 5.7.0),
+               libkf5guiaddons-dev (>= 5.7.0),
+               libkf5i18n-dev (>= 5.7.0),
+               libkf5widgetsaddons-dev (>= 5.7.0),
+               pkg-kde-tools,
+Standards-Version: 3.9.8
+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
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: property editing framework -- core library
+ KProperty is a property editing framework with editor widget similar
+ to what is known from Qt Designer.
+ .
+ FIXME.
+ .
+ This package contains the shared core library.
+ .
+ This package is part of the Calligra Suite.
+
+Package: libkpropertywidgets3-2
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: property editing framework -- widgets library
+ KProperty is a property editing framework with editor widget similar
+ to what is known from Qt Designer.
+ .
+ FIXME.
+ .
+ This package contains the shared widgets library.
+ .
+ This package is part of the Calligra Suite.
+
+Package: libkproperty-l10n
+Architecture: all
+Section: localization
+Depends: ${misc:Depends}
+Description: translations for KProperty
+ KProperty is a property editing framework with editor widget similar
+ to what is known from Qt Designer.
+ .
+ This package contains the translations for the KProperty libraries.
+ .
+ This package is part of the Calligra Suite.
+
+Package: libkproperty3-dev
+Architecture: any
+Section: libdevel
+Depends: libkpropertycore3-2 (= ${binary:Version}),
+         libkpropertywidgets3-2 (= ${binary:Version}),
+         ${misc:Depends},
+Description: development files for KProperty
+ KProperty is a property editing framework with editor widget similar
+ to what is known from Qt Designer.
+ .
+ This package contains the development files for the KProperty libraries.
+ .
+ This package is part of the Calligra Suite.
diff --git a/debian/libkproperty-l10n.install b/debian/libkproperty-l10n.install
new file mode 100644
index 0000000..2568e1f
--- /dev/null
+++ b/debian/libkproperty-l10n.install
@@ -0,0 +1 @@
+usr/share/locale/
diff --git a/debian/libkproperty3-dev.install b/debian/libkproperty3-dev.install
new file mode 100644
index 0000000..c1c5480
--- /dev/null
+++ b/debian/libkproperty3-dev.install
@@ -0,0 +1,8 @@
+usr/include/KPropertyCore3/
+usr/include/KPropertyWidgets3/
+usr/lib/*/cmake/KPropertyCore3/
+usr/lib/*/cmake/KPropertyWidgets3/
+usr/lib/*/libKPropertyCore3.so
+usr/lib/*/libKPropertyWidgets3.so
+usr/lib/*/pkgconfig/KPropertyCore3.pc
+usr/lib/*/pkgconfig/KPropertyWidgets3.pc
diff --git a/debian/libkpropertycore3-2.install b/debian/libkpropertycore3-2.install
new file mode 100644
index 0000000..0494c8f
--- /dev/null
+++ b/debian/libkpropertycore3-2.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKPropertyCore3.so.2
+usr/lib/*/libKPropertyCore3.so.2.*
diff --git a/debian/libkpropertywidgets3-2.install b/debian/libkpropertywidgets3-2.install
new file mode 100644
index 0000000..d7b34bb
--- /dev/null
+++ b/debian/libkpropertywidgets3-2.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKPropertyWidgets3.so.2
+usr/lib/*/libKPropertyWidgets3.so.2.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2479788
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
+%:
+	dh $@ --parallel --with kf5
+
+override_dh_auto_configure:
+	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
+override_dh_install:
+	dh_install --fail-missing
+
+.PHONY: override_dh_auto_test
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8577ddc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+http://download.kde.org/unstable/kproperty/src/kproperty-([\d\.]+)\.tar\.xz

-- 
kproperty packaging



More information about the pkg-kde-commits mailing list