[SCM] Akonadi packaging branch, master, updated. debian/15.12.1-1-33-g52cacbf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 14:16:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/akonadi.git;a=commitdiff;h=fe4287f

The following commit has been merged in the master branch:
commit fe4287fd36b39e1de32487e01685dc0b89b9eed8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri May 27 13:41:32 2016 +0200

    Add new patch: set_dependency_order.diff
---
 debian/patches/series                    |  1 +
 debian/patches/set_dependency_order.diff | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 0d3df07..f18044e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 postgresql-data-checksums.patch
 postgresql9.4_9.5.patch
+set_dependency_order.diff
diff --git a/debian/patches/set_dependency_order.diff b/debian/patches/set_dependency_order.diff
new file mode 100644
index 0000000..fcf957d
--- /dev/null
+++ b/debian/patches/set_dependency_order.diff
@@ -0,0 +1,10 @@
+--- a/autotests/akonadicontrol/CMakeLists.txt
++++ b/autotests/akonadicontrol/CMakeLists.txt
+@@ -10,6 +10,7 @@
+     get_filename_component(_name ${_source} NAME_WE)
+     add_executable(${_name} ${_test})
+     add_test(AkonadiControl-${_name} ${_name})
++    add_dependencies(${_name} akonadi_control)
+     if (ENABLE_ASAN)
+         set_tests_properties(AkonadiControl-${_name} PROPERTIES
+                              ENVIRONMENT ASAN_OPTIONS=symbolize=1

-- 
Akonadi packaging



More information about the pkg-kde-commits mailing list