Revision: 837
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=837&view=rev
Author: mithro
Date: 2009-01-14 05:52:16 +0000 (Wed, 14 Jan 2009)
Log Message:
-----------
Force the compatibility level for the build service.
Modified Paths:
--------------
trunk/python-ogre/debs/gccxml-debian/rules
trunk/python-ogre/debs/pygccxml-debian/rules
trunk/python-ogre/debs/pyplusplus-debian/rules
Modified: trunk/python-ogre/debs/gccxml-debian/rules
===================================================================
--- trunk/python-ogre/debs/gccxml-debian/rules 2009-01-13 10:40:55 UTC (rev 836)
+++ trunk/python-ogre/debs/gccxml-debian/rules 2009-01-14 05:52:16 UTC (rev 837)
@@ -2,7 +2,8 @@
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
+export DH_COMPAT=5
BUILDDIR=build
Modified: trunk/python-ogre/debs/pygccxml-debian/rules
===================================================================
--- trunk/python-ogre/debs/pygccxml-debian/rules 2009-01-13 10:40:55 UTC (rev 836)
+++ trunk/python-ogre/debs/pygccxml-debian/rules 2009-01-14 05:52:16 UTC (rev 837)
@@ -4,7 +4,8 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
+export DH_COMPAT=5
PYTHON := /usr/bin/python
#PYVER := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]')
Modified: trunk/python-ogre/debs/pyplusplus-debian/rules
===================================================================
--- trunk/python-ogre/debs/pyplusplus-debian/rules 2009-01-13 10:40:55 UTC (rev 836)
+++ trunk/python-ogre/debs/pyplusplus-debian/rules 2009-01-14 05:52:16 UTC (rev 837)
@@ -4,7 +4,8 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
+export DH_COMPAT=5
PYTHON := /usr/bin/python
#PYVER := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|