Revision: 708
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=708&view=rev
Author: mithro
Date: 2008-08-21 02:07:02 +0000 (Thu, 21 Aug 2008)
Log Message:
-----------
Updated the debian files.
Modified Paths:
--------------
trunk/python-ogre/debian/changelog
trunk/python-ogre/debian/control
trunk/python-ogre/debian/rules
Modified: trunk/python-ogre/debian/changelog
===================================================================
--- trunk/python-ogre/debian/changelog 2008-08-20 15:28:00 UTC (rev 707)
+++ trunk/python-ogre/debian/changelog 2008-08-21 02:07:02 UTC (rev 708)
@@ -1,3 +1,10 @@
+python-ogre (0.0.0-6) unstable; urgency=low
+
+ * Fixed the build for AMD64 machines.
+ * Try to create proper dbg packages.
+ * Lots of other small bugfixes.
+
+ -- Tim 'Mithro' Ansell <mi...@mi...> Thu, 21 Aug 2008 12:05:51 +1000
python-ogre (0.0.0-5) unstable; urgency=low
* Fixed the ffmpeg package.
Modified: trunk/python-ogre/debian/control
===================================================================
--- trunk/python-ogre/debian/control 2008-08-20 15:28:00 UTC (rev 707)
+++ trunk/python-ogre/debian/control 2008-08-21 02:07:02 UTC (rev 708)
@@ -26,3 +26,10 @@
XB-Python-Version: ${python:Versions}
Description: Python Ogre.
Python Ogre.
+
+Package: python-ogre-dbg
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-ogre (= ${Source-Version})
+XB-Python-Version: ${python:Versions}
+Description: Python Ogre.
+ Python Ogre.
Modified: trunk/python-ogre/debian/rules
===================================================================
--- trunk/python-ogre/debian/rules 2008-08-20 15:28:00 UTC (rev 707)
+++ trunk/python-ogre/debian/rules 2008-08-21 02:07:02 UTC (rev 708)
@@ -5,7 +5,9 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
+export DH_COMPAT=5
+export CFLAGS=-g
PYTHON := /usr/bin/python
#PYVER := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]')
PYVERS = 2.5 #$(shell pyversions -vr)
@@ -58,6 +60,7 @@
# Build architecture-dependent files here.
binary-arch: build install
+ dh_strip --dbg-package=python-ogre-dbg
dh_testdir
dh_testroot
dh_installchangelogs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|