[SCM] kexi packaging branch, master, updated. b0e119723ac40ea2a45a887b8a0e912ecb0ac387
Pino Toscano
pino at moszumanska.debian.org
Sat Sep 24 11:42:32 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=b0e1197
The following commit has been merged in the master branch:
commit b0e119723ac40ea2a45a887b8a0e912ecb0ac387
Author: Pino Toscano <pino at debian.org>
Date: Sat Sep 24 13:42:16 2016 +0200
more bits
---
debian/changelog | 6 ++++++
debian/rules | 17 +++++++++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
4 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2f66b87
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+kexi (1:2.99.91-0r1) UNRELEASED; urgency=low
+
+ [ Pino Toscano ]
+ * Initial release.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 24 Sep 2016 13:35:02 +0200
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..db33b28
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+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 --list-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..f347b77
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+http://download.kde.org/unstable/kexi/src/kexi-([\d\.]+)\.tar\.xz
--
kexi packaging
More information about the pkg-kde-commits
mailing list