[SCM] libindi packaging branch, master, updated. f66a43d308df19a62e4b13b3378539e171e3f0b6

Pino Toscano pino at alioth.debian.org
Thu Sep 29 12:28:08 UTC 2011


The following commit has been merged in the master branch:
commit c61ab32a4e417a54a4c6f4e2b87ae110c3dd6f28
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 29 13:12:07 2011 +0200

    patches: refresh and add diffstat
---
 debian/patches/format-security.diff |    6 +++++-
 debian/patches/libdir.diff          |   14 +++++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/patches/format-security.diff b/debian/patches/format-security.diff
index 8586115..2ddfbd1 100644
--- a/debian/patches/format-security.diff
+++ b/debian/patches/format-security.diff
@@ -5,9 +5,13 @@ Description: fix literal strings for string printf-like format
 Last-Update: 2011-09-29
 Forwarded: no
 
+---
+ tools/compiler.c |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 --- a/tools/compiler.c
 +++ b/tools/compiler.c
-@@ -266,9 +266,9 @@
+@@ -266,9 +266,9 @@ double value;
  static int
  next_token ()
  {
diff --git a/debian/patches/libdir.diff b/debian/patches/libdir.diff
index 978a208..c4278d2 100644
--- a/debian/patches/libdir.diff
+++ b/debian/patches/libdir.diff
@@ -5,9 +5,13 @@ Description: Respect the LIB_DESTINATION cmake variable
 Last-Update: 2011-09-29
 Forwarded: no
 
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,7 +20,7 @@
+---
+ CMakeLists.txt |   10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -20,7 +20,7 @@ set (LIB_SUFFIX "" CACHE STRING "Define
  set (LIB_DESTINATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING "Library directory name")
  ## the following are directories where stuff will be installed to
  set(INCLUDE_INSTALL_DIR      "${CMAKE_INSTALL_PREFIX}/include/" CACHE PATH "The subdirectory to the header prefix")
@@ -16,7 +20,7 @@ Forwarded: no
  
  ##################  Includes  ################################
  Include (CheckCXXSourceCompiles)
-@@ -145,7 +145,7 @@
+@@ -145,7 +145,7 @@ if (CFITSIO_FOUND)
  target_link_libraries(indi ${CFITSIO_LIBRARIES})
  endif(CFITSIO_FOUND)
  
@@ -25,7 +29,7 @@ Forwarded: no
  set_target_properties(indi PROPERTIES VERSION ${CMAKE_INDI_VERSION_STRING} SOVERSION ${INDI_SOVERSION})
  
  ##################################################
-@@ -153,21 +153,21 @@
+@@ -153,21 +153,21 @@ set_target_properties(indi PROPERTIES VE
  # To link with main() for 3rd party drivers      #
  ##################################################
  add_library(indimain STATIC ${indimain_SRCS})

-- 
libindi packaging



More information about the pkg-kde-commits mailing list