[SCM] libindi packaging branch, master, updated. 904dbf7d54d05183b047fbc212cbc6a949e81fee

Pino Toscano pino at alioth.debian.org
Sat Oct 1 17:40:40 UTC 2011


The following commit has been merged in the master branch:
commit 904dbf7d54d05183b047fbc212cbc6a949e81fee
Author: Pino Toscano <pino at debian.org>
Date:   Sat Oct 1 19:40:24 2011 +0200

    add patch fix-pkgconfig.diff to fix some issues in the .pc pkg-config file
---
 debian/changelog                  |    1 +
 debian/patches/fix-pkgconfig.diff |   26 ++++++++++++++++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 292bb9a..53248c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,5 +5,6 @@ libindi (0.8-0r1) UNRELEASED; urgency=low
     - format-security.diff: fix string literals for snprintf() invocations
     - libdir.diff: respect the LIB_DESTINATION cmake variable
     - destdir.diff: respect the DESTDIR envvar
+    - fix-pkgconfig.diff: fix some issues in the .pc pkg-config file
 
  -- Pino Toscano <pino at debian.org>  Thu, 29 Sep 2011 10:53:33 +0200
diff --git a/debian/patches/fix-pkgconfig.diff b/debian/patches/fix-pkgconfig.diff
new file mode 100644
index 0000000..db2fefb
--- /dev/null
+++ b/debian/patches/fix-pkgconfig.diff
@@ -0,0 +1,26 @@
+Author: Pino Toscano <pino at debian.org>
+Description: fix the pkgconfig file
+ - add a missing 'I' for one of the -I include dirs
+ - use the ${includedir} and ${libdir} variables
+ - fix the URL field
+Last-Update: 2011-10-01
+Forwarded: no
+
+---
+ libindi.pc.cmake |    6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- a/libindi.pc.cmake
++++ b/libindi.pc.cmake
+@@ -5,8 +5,8 @@ includedir=@INCLUDE_INSTALL_DIR@
+ 
+ Name: libindi
+ Description: Instrument Neutral Distributed Interface
+-URL=http://www.indilib.org/
++URL: http://www.indilib.org/
+ Version: @CMAKE_INDI_VERSION_STRING@
+-Libs: -L at LIB_DESTINATION@ -lindi
+-Cflags: -I at INCLUDE_INSTALL_DIR@ - at INCLUDE_INSTALL_DIR@/libindi
++Libs: -L${libdir} -lindi
++Cflags: -I${includedir} -I${includedir}/libindi
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7cb7567..90fa91c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 format-security.diff
 libdir.diff
 destdir.diff
+fix-pkgconfig.diff

-- 
libindi packaging



More information about the pkg-kde-commits mailing list