[SCM] Packaging of KVIrc branch, master, updated. debian/4.1.3+20110929.svn5980-1-7-g26f1491

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Thu Mar 15 20:51:59 UTC 2012


The following commit has been merged in the master branch:
commit 26f14916deafa92b0eac23c8548073014f20ff7d
Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
Date:   Thu Mar 15 21:43:00 2012 +0100

    Actually provide valid -dbg package. Added 30_upstream_build-g
---
 debian/changelog                   |    3 ++-
 debian/patches/30_upstream_build-g |   25 +++++++++++++++++++++++++
 debian/patches/series              |    1 +
 3 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d63cd32..b8201aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ kvirc (4:4.1.3+20111124.svn5988-2) UNRELEASED; urgency=low
   * Updated debhelper build-depends to better cope with multiarch.
   * Fix "must not be "Multi-Arch: same"" kvirc is Multi-Arch: foreign
     (Closes: #658058)
+  * Actually provide valid -dbg package. Added 30_upstream_build-g
 
- -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Thu, 15 Mar 2012 20:16:29 +0100
+ -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Thu, 15 Mar 2012 21:37:37 +0100
 
 kvirc (4:4.1.3+20111124.svn5988-1) unstable; urgency=low
 
diff --git a/debian/patches/30_upstream_build-g b/debian/patches/30_upstream_build-g
new file mode 100644
index 0000000..878d6a4
--- /dev/null
+++ b/debian/patches/30_upstream_build-g
@@ -0,0 +1,25 @@
+Description: Added compiler flag generating debug information.
+  With the current provided cmake flags, no debug information was generated in
+  the compilation. The proper flag is added to either CMAKE_C_FLAGS and
+  CMAKE_CXX_FLAGS.
+  .
+  This patch should be forwarded upstream.
+Author: Raúl Sánchez Siles <rasasi78 at gmail.com>
+Last-Update: 2012-03-15
+Origin: vendor, http://git.debian.org/?p=pkg-kde/kde-extras/kvirc.git;a=blob_plain;f=debian/patches/30_upstream_build-g;hb=HEAD
+Forwarded: no
+---
+diff -r b080175fa625 -r 82f57c4bd88b CMakeLists.txt
+--- a/CMakeLists.txt	Wed Feb 29 05:33:52 2012 +0000
++++ b/CMakeLists.txt	Thu Mar 15 18:48:31 2012 +0100
+@@ -221,8 +221,8 @@
+ 		ENDIF()
+ 		IF(CMAKE_COMPILER_IS_GNUCXX)
+ 			#force gdb options
+-			SET(CMAKE_CXX_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math")
+-			SET(CMAKE_C_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math")
++			SET(CMAKE_CXX_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math -ggdb")
++			SET(CMAKE_C_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math -ggdb")
+ 			INCLUDE(CheckCXXCompilerFlag)
+ 			CHECK_CXX_COMPILER_FLAG("-fvisibility-inlines-hidden" CXX_HAS_VIH_FLAG)
+ 			#gcc doesn't support visibility on PE/win32
diff --git a/debian/patches/series b/debian/patches/series
index 0baf110..0d8a682 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 10_fix_desktop_entry.patch
 21_make_shared-mime-info_B-D_superfluous.patch
 22_use_old_.protocol_file_names.patch
+30_upstream_build-g

-- 
Packaging of KVIrc



More information about the pkg-kde-commits mailing list