Merge lp:~pkgcrosswire/sword/dbg into lp:sword/debian

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: not available
Proposed branch: lp:~pkgcrosswire/sword/dbg
Merge into: lp:sword/debian
Diff against target: None lines
To merge this branch: bzr merge lp:~pkgcrosswire/sword/dbg
Reviewer Review Type Date Requested Status
CrossWire Packaging Team Pending
Review via email: mp+5911@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Adds dbg package for the library only.

Please test it in pbuilder cause mine is broken right now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-04-11 23:01:41 +0000
3+++ debian/changelog 2009-04-12 22:54:16 +0000
4@@ -4,8 +4,9 @@
5 * debian/rules: Added utils.mk to use missing-files target.
6 * debian/libsword-dev.install: Added libsword.la, priviosly missing.
7 * debian/libsword7.install: Added missing libicu translit files.
8+ * debian/control debian/rules: Added libsword-dbg package.
9
10- -- Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> Sat, 11 Apr 2009 23:00:33 +0000
11+ -- Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> Sun, 12 Apr 2009 18:11:19 +0000
12
13 sword (1.5.11-1) experimental; urgency=low
14
15
16=== modified file 'debian/control'
17--- debian/control 2009-04-11 21:57:36 +0000
18+++ debian/control 2009-04-12 22:54:16 +0000
19@@ -50,6 +50,18 @@
20 This package contains the static libraries and headers for developing
21 applications that use the sword library.
22
23+Package: libsword-dbg
24+Architecture: any
25+Priority: extra
26+Depends: libsword7 (= ${binary:Version}), ${misc:Depends}
27+Description: API/library for bible software - Debug Files
28+ The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
29+ MacOSX etc.) API/library for Bible software with a constantly growing list
30+ of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
31+ text modules.
32+ .
33+ This package contains the debug symbols for the libsword library.
34+
35 Package: diatheke
36 Architecture: any
37 Section: text
38
39=== modified file 'debian/rules'
40--- debian/rules 2009-04-11 22:48:48 +0000
41+++ debian/rules 2009-04-12 22:54:16 +0000
42@@ -5,10 +5,11 @@
43 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
44
45 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
46-DEB_CONFIGURE_EXTRA_FLAGS := --with-zlib --with-clucene=/usr --with-icu
47+DEB_CONFIGURE_EXTRA_FLAGS := --with-zlib --with-clucene=/usr --with-icu --enable-debug
48 DEB_DH_MAKESHLIBS_ARGS_libsword7 := -V"libsword7 (>= 1.5.11)"
49 DEB_SHLIBDEPS_INCLUDE_libsword7 := debian/tmp/usr/lib
50 DEB_SHLIBDEPS_INCLUDE_diatheke := debian/libsword7/usr/lib
51+DEB_DBG_PACKAGE_libsword7 := libsword-dbg
52 #DEB_OPT_FLAG=-g -O0 -Werror
53
54 # The next two rules use chrpath to remove unwanted rpath info

Subscribers

People subscribed via source and target branches