[libitpp] 01/03: debian/patches: + delete-sflogo.diff: Remove the SF logo fetched from outside + itpp-pc-fix.diff: Correct the location of the itpp.pc file (Closes: #779282)

Kumar Appaiah akumar at moszumanska.debian.org
Sun Mar 1 15:41:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

akumar pushed a commit to tag debian/experimental/4.3.1-4
in repository libitpp.

commit c9b4bd7ac1a36b4ae6d48f06e7888f3f930ccb65
Author: Kumar Appaiah <akumar at debian.org>
Date:   Sun Mar 1 06:50:09 2015 +0530

    debian/patches:
      + delete-sflogo.diff: Remove the SF logo fetched from outside
      + itpp-pc-fix.diff: Correct the location of the itpp.pc file
        (Closes: #779282)
---
 debian/changelog                  |  9 +++++++++
 debian/patches/delete-sflogo.diff | 10 ++++++++++
 debian/patches/itpp-pc-fix.diff   | 18 ++++++++++++++++++
 debian/patches/series             |  2 ++
 4 files changed, 39 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 00c0407..0e010de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libitpp (4.3.1-4) experimental; urgency=medium
+
+  * debian/patches:
+    + delete-sflogo.diff: Remove the SF logo fetched from outside
+    + itpp-pc-fix.diff: Correct the location of the itpp.pc file
+      (Closes: #779282)
+
+ -- Kumar Appaiah <akumar at debian.org>  Sun, 01 Mar 2015 06:47:20 +0530
+
 libitpp (4.3.1-3) unstable; urgency=low
 
   * Multiarch additions to debian/{control,rules} (Closes: #742238)
diff --git a/debian/patches/delete-sflogo.diff b/debian/patches/delete-sflogo.diff
new file mode 100644
index 0000000..533744a
--- /dev/null
+++ b/debian/patches/delete-sflogo.diff
@@ -0,0 +1,10 @@
+Index: libitpp/doc/local/itpp_footer.html
+===================================================================
+--- libitpp.orig/doc/local/itpp_footer.html
++++ libitpp/doc/local/itpp_footer.html
+@@ -1,5 +1,4 @@
+ <div style="clear: both; width: 100%; height: 31px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;">
+-  <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=37044&type=1" alt="SourceForge Logo" style="float: right; border: 0;"></a>
+   <p style="padding-left: 10px; font-size: 85%;">Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html">Doxygen</a> $doxygenversion</p>
+ </div>
+ </body>
diff --git a/debian/patches/itpp-pc-fix.diff b/debian/patches/itpp-pc-fix.diff
new file mode 100644
index 0000000..d44bc10
--- /dev/null
+++ b/debian/patches/itpp-pc-fix.diff
@@ -0,0 +1,18 @@
+Index: libitpp/itpp.pc.cmake.in
+===================================================================
+--- libitpp.orig/itpp.pc.cmake.in
++++ libitpp/itpp.pc.cmake.in
+@@ -1,6 +1,6 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=@CMAKE_INSTALL_PREFIX@
+-libdir=@CMAKE_INSTALL_PREFIX@/lib
++libdir=@CMAKE_INSTALL_PREFIX@/lib/@CMAKE_LIBRARY_ARCHITECTURE@
+ includedir=@CMAKE_INSTALL_PREFIX@/include
+ 
+ Name: @PACKAGE_NAME@
+@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
+ URL: http://itpp.sourceforge.net/
+ Libs: -L${libdir} -l at libitpp_target@
+ Libs.private:@ITPP_LIBS@
+-Cflags: -I${includedir} @CMAKE_CXX_FLAGS_RELEASE@
++Cflags: -I${includedir}
diff --git a/debian/patches/series b/debian/patches/series
index f104f81..b8f6871 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 741814-FTBFS-fix.diff
+itpp-pc-fix.diff
+delete-sflogo.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libitpp.git



More information about the debian-science-commits mailing list