[SCM] kjs packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-4-gc32723e

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:02:28 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kjs.git;a=commitdiff;h=ad570a7

The following commit has been merged in the kubuntu_unstable branch:
commit ad570a7926ce834a32cfae6b441443b1c72d92e5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Feb 5 15:27:01 2015 +0100

    New patch: install_missing_headers.
---
 debian/changelog                       |  1 +
 debian/patches/install_missing_headers | 19 +++++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 15604a0..91136c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ kjs (5.6.0-1~) UNRELEASED; urgency=medium
   * Update install files.
   * Update watch file.
   * Add basic autopkgtests support.
+  * New patch: install_missing_headers.
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 05 Feb 2015 10:30:05 +0100
 
diff --git a/debian/patches/install_missing_headers b/debian/patches/install_missing_headers
new file mode 100644
index 0000000..9ffcac6
--- /dev/null
+++ b/debian/patches/install_missing_headers
@@ -0,0 +1,19 @@
+Index: kjs/src/kjs/CMakeLists.txt
+===================================================================
+--- kjs.orig/src/kjs/CMakeLists.txt	2015-02-05 15:25:15.946415800 +0100
++++ kjs/src/kjs/CMakeLists.txt	2015-02-05 15:25:36.425585558 +0100
+@@ -305,10 +305,14 @@
+   ustring.h
+   value.h
+   ${CMAKE_CURRENT_BINARY_DIR}/global.h
++  ${CMAKE_CURRENT_BINARY_DIR}/opcodes.h
+   DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/kjs
+   COMPONENT Devel
+ )
+ 
++install(FILES bytecode/opargs.h
++  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/kjs/bytecode COMPONENT Devel)
++
+ install(FILES create_hash_table DESTINATION ${KF5_DATA_INSTALL_DIR}/kjs/ )
+ 
+ include(ECMGeneratePriFile)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..498aac2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install_missing_headers

-- 
kjs packaging



More information about the pkg-kde-commits mailing list