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
=== modified file 'debian/changelog'
--- debian/changelog 2009-04-11 23:01:41 +0000
+++ debian/changelog 2009-04-12 22:54:16 +0000
@@ -4,8 +4,9 @@
4 * debian/rules: Added utils.mk to use missing-files target.4 * debian/rules: Added utils.mk to use missing-files target.
5 * debian/libsword-dev.install: Added libsword.la, priviosly missing.5 * debian/libsword-dev.install: Added libsword.la, priviosly missing.
6 * debian/libsword7.install: Added missing libicu translit files.6 * debian/libsword7.install: Added missing libicu translit files.
7 * debian/control debian/rules: Added libsword-dbg package.
78
8 -- Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> Sat, 11 Apr 2009 23:00:33 +00009 -- Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> Sun, 12 Apr 2009 18:11:19 +0000
910
10sword (1.5.11-1) experimental; urgency=low11sword (1.5.11-1) experimental; urgency=low
1112
1213
=== modified file 'debian/control'
--- debian/control 2009-04-11 21:57:36 +0000
+++ debian/control 2009-04-12 22:54:16 +0000
@@ -50,6 +50,18 @@
50 This package contains the static libraries and headers for developing 50 This package contains the static libraries and headers for developing
51 applications that use the sword library.51 applications that use the sword library.
5252
53Package: libsword-dbg
54Architecture: any
55Priority: extra
56Depends: libsword7 (= ${binary:Version}), ${misc:Depends}
57Description: API/library for bible software - Debug Files
58 The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
59 MacOSX etc.) API/library for Bible software with a constantly growing list
60 of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
61 text modules.
62 .
63 This package contains the debug symbols for the libsword library.
64
53Package: diatheke65Package: diatheke
54Architecture: any66Architecture: any
55Section: text67Section: text
5668
=== modified file 'debian/rules'
--- debian/rules 2009-04-11 22:48:48 +0000
+++ debian/rules 2009-04-12 22:54:16 +0000
@@ -5,10 +5,11 @@
5include /usr/share/cdbs/1/rules/patchsys-quilt.mk5include /usr/share/cdbs/1/rules/patchsys-quilt.mk
66
7DEB_DH_INSTALL_SOURCEDIR := debian/tmp7DEB_DH_INSTALL_SOURCEDIR := debian/tmp
8DEB_CONFIGURE_EXTRA_FLAGS := --with-zlib --with-clucene=/usr --with-icu8DEB_CONFIGURE_EXTRA_FLAGS := --with-zlib --with-clucene=/usr --with-icu --enable-debug
9DEB_DH_MAKESHLIBS_ARGS_libsword7 := -V"libsword7 (>= 1.5.11)"9DEB_DH_MAKESHLIBS_ARGS_libsword7 := -V"libsword7 (>= 1.5.11)"
10DEB_SHLIBDEPS_INCLUDE_libsword7 := debian/tmp/usr/lib10DEB_SHLIBDEPS_INCLUDE_libsword7 := debian/tmp/usr/lib
11DEB_SHLIBDEPS_INCLUDE_diatheke := debian/libsword7/usr/lib11DEB_SHLIBDEPS_INCLUDE_diatheke := debian/libsword7/usr/lib
12DEB_DBG_PACKAGE_libsword7 := libsword-dbg
12#DEB_OPT_FLAG=-g -O0 -Werror13#DEB_OPT_FLAG=-g -O0 -Werror
1314
14# The next two rules use chrpath to remove unwanted rpath info 15# The next two rules use chrpath to remove unwanted rpath info

Subscribers

People subscribed via source and target branches