[SCM] kiten packaging branch, master, updated. debian/4.14.0-1-22-g84644c0

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 24 15:57:30 UTC 2015


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

The following commit has been merged in the master branch:
commit b31f7496d2f3af449af8fefc845a5946ea33b7bd
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Feb 18 22:26:04 2015 +0100

    New patch: avoid_installing_incomplete_header
---
 debian/changelog                                  |  1 +
 debian/patches/avoid_installing_incomplete_header | 12 ++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f43b5c9..e40d2a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ kiten (4:14.12.2-1~) UNRELEASED; urgency=medium
 
   * Prepare Debian release.
   * Bump Standards-Version to 3.9.6, no changes needed.
+  * New patch: avoid_installing_incomplete_header
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 18 Feb 2015 19:50:03 +0100
 
diff --git a/debian/patches/avoid_installing_incomplete_header b/debian/patches/avoid_installing_incomplete_header
new file mode 100644
index 0000000..f8765f7
--- /dev/null
+++ b/debian/patches/avoid_installing_incomplete_header
@@ -0,0 +1,12 @@
+Index: kiten/lib/CMakeLists.txt
+===================================================================
+--- kiten.orig/lib/CMakeLists.txt	2015-02-18 21:42:48.410382828 +0100
++++ kiten/lib/CMakeLists.txt	2015-02-18 22:25:24.907688122 +0100
+@@ -39,7 +39,6 @@
+ 	  DESTINATION ${INCLUDE_INSTALL_DIR}/libkiten COMPONENT Devel
+ 		)
+ install(FILES
+-        DictEdict/dictfileedict.h
+         DictEdict/entryedict.h
+         DESTINATION ${INCLUDE_INSTALL_DIR}/libkiten/DictEdict COMPONENT Devel)
+ install(FILES
diff --git a/debian/patches/series b/debian/patches/series
index 8145709..41029b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 enable_debianabimanager.diff
 remove_skip_codes
+avoid_installing_incomplete_header

-- 
kiten packaging



More information about the pkg-kde-commits mailing list