Revision: 706
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=706&view=rev
Author: mithro
Date: 2008-08-20 10:12:37 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
Add support for building a debug package.
Modified Paths:
--------------
trunk/python-ogre/boost/debian/control
trunk/python-ogre/boost/debian/rules
Modified: trunk/python-ogre/boost/debian/control
===================================================================
--- trunk/python-ogre/boost/debian/control 2008-08-20 10:05:10 UTC (rev 705)
+++ trunk/python-ogre/boost/debian/control 2008-08-20 10:12:37 UTC (rev 706)
@@ -1,6 +1,6 @@
Source: boost-python%%VERSION%%-index
Priority: extra
-Maintainer: Tim Ansell <tim@unknown>
+Maintainer: Tim Ansell <mi...@mi...>
Build-Depends: debhelper (>= 5), libboost-python-dev (>= %%VERSION%%), libstdc++6-4.1-dev | libstdc++6-4.2-dev, python-dev
Standards-Version: 3.7.2
Section: libs
@@ -22,3 +22,12 @@
This package is the extra index stuff needed by python-ogre (and possibly
others). It does not refer to a real upstream object, we expect this to go way
once boost-python is updated.
+
+Package: libboost-python%%VERSION%%-index-dbg
+Section: libdevel
+Architecture: any
+Depends: libboost-python%%VERSION%%-index (= ${Source-Version})
+Description: Extra index stuff for boost-python
+ This package is the extra index stuff needed by python-ogre (and possibly
+ others). It does not refer to a real upstream object, we expect this to go way
+ once boost-python is updated.
Modified: trunk/python-ogre/boost/debian/rules
===================================================================
--- trunk/python-ogre/boost/debian/rules 2008-08-20 10:05:10 UTC (rev 705)
+++ trunk/python-ogre/boost/debian/rules 2008-08-20 10:12:37 UTC (rev 706)
@@ -8,7 +8,7 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-export DH_COMPAT=2
+export DH_COMPAT=5
export GCC_VERSION=`gcc --version | head -1 | sed -e's/.*) \([0-9]\)\.\([0-9]\).*/\1\2/'`
export PYTHON_VERSION=`python -V 2>&1 | sed -e's/Python \(2\.[45]\).*/\1/'`
export BOOST_VERSION=`echo %%VERSION%% | sed -e's/\./_/g'`
@@ -85,7 +85,7 @@
# dh_installinfo
dh_installman
dh_link
- dh_strip
+ dh_strip --dbg-package=libboost-python%%VERSION%%-index-dbg
dh_compress
dh_fixperms
# dh_perl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|