[pkg-boost-commits] r14308 - boost/branches/1.36.0/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sun Nov 9 21:26:09 UTC 2008
Author: smr
Date: 2008-11-09 21:26:09 +0000 (Sun, 09 Nov 2008)
New Revision: 14308
Modified:
boost/branches/1.36.0/debian/changelog
boost/branches/1.36.0/debian/compat
boost/branches/1.36.0/debian/control
boost/branches/1.36.0/debian/rules
Log:
Ensure debug symbols present in -dbg package. Fix for 495812.
Modified: boost/branches/1.36.0/debian/changelog
===================================================================
--- boost/branches/1.36.0/debian/changelog 2008-11-09 17:07:35 UTC (rev 14307)
+++ boost/branches/1.36.0/debian/changelog 2008-11-09 21:26:09 UTC (rev 14308)
@@ -1,3 +1,14 @@
+boost1.36 (1.36.0-3) unstable; urgency=low
+
+ * debian/rules: Include debug symbols in libboost-dbg. Thanks for Tim
+ Ansell for the patch. Closes: #495812.
+
+ * debian/control: Increase build-dep to debhelper >= 7.
+ * debian/compat: Set to level 7. Level 4 or better required for debug
+ symbols fix.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 09 Nov 2008 15:13:48 -0600
+
boost1.36 (1.36.0-2) unstable; urgency=low
* debian/patches/endian.patch: New. Include <endian.h> unconditionally
Modified: boost/branches/1.36.0/debian/compat
===================================================================
--- boost/branches/1.36.0/debian/compat 2008-11-09 17:07:35 UTC (rev 14307)
+++ boost/branches/1.36.0/debian/compat 2008-11-09 21:26:09 UTC (rev 14308)
@@ -1 +1 @@
-4
+7
Modified: boost/branches/1.36.0/debian/control
===================================================================
--- boost/branches/1.36.0/debian/control 2008-11-09 17:07:35 UTC (rev 14307)
+++ boost/branches/1.36.0/debian/control 2008-11-09 21:26:09 UTC (rev 14308)
@@ -4,7 +4,7 @@
Priority: optional
Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 6.0.7), quilt, bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6)
+Build-Depends: debhelper (>= 7), quilt, bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6)
XS-Python-Version: 2.4, 2.5
Standards-Version: 3.8.0
Modified: boost/branches/1.36.0/debian/rules
===================================================================
--- boost/branches/1.36.0/debian/rules 2008-11-09 17:07:35 UTC (rev 14307)
+++ boost/branches/1.36.0/debian/rules 2008-11-09 21:26:09 UTC (rev 14308)
@@ -149,7 +149,7 @@
bjam = $(CURDIR)/tools/jam/src/bjam
# FIXME: find a flag to disable reading /etc/site-config.jam
-JAM = $(bjam) $(JOBS) -d2 --user-config=$(CURDIR)/user-config.jam -sHAVE_ICU=1
+JAM = $(bjam) $(JOBS) -d2 --user-config=$(CURDIR)/user-config.jam -sHAVE_ICU=1 debug-symbols=on
jam_variants = variant=release,debug threading=single,multi link=shared,static
$(bjam):
@@ -412,7 +412,7 @@
dh_installinfo
dh_installchangelogs
dh_lintian
- dh_strip -Nlibboost-dbg
+ dh_strip --dbg-package=libboost-dbg -X"-d-"
dh_link
dh_compress -Xlibboost$(PKGVERSION)-doc/HTML
dh_pysupport
More information about the pkg-boost-commits
mailing list