--- python-ogre-demos-1.6.4+svn1079.orig/debian/control +++ python-ogre-demos-1.6.4+svn1079/debian/control @@ -0,0 +1,21 @@ +Source: python-ogre-demos +Section: python +XS-Python-Version: >=2.4 +Priority: optional +Maintainer: Tim 'Mithro' Ansell +Build-Depends-Indep: python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-all +Build-Depends: debhelper (>= 5.0.38) +Standards-Version: 3.7.2 + +Package: python-ogre-demos +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-ogre +Recommends: python-gconf +XB-Python-Version: ${python:Versions} +Description: Example programs using the python-ogre package. + . + Python-Ogre is a free open source Python interface to a wide range of C++ + libraries. Focused primarly on supporting the Ogre 3D graphics library and + other Graphics and Gaming libraries. Python-Ogre allows developers to focus + on their 'application', taking advantage of the simplicity of Python with + the performance and functionality of the underlying libraries. --- python-ogre-demos-1.6.4+svn1079.orig/debian/rules +++ python-ogre-demos-1.6.4+svn1079/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 +export DH_COMPAT=5 + +export CFLAGS=-g +PYTHON := /usr/bin/python +PYVERS := $(shell $(PYTHON) -c 'import sys; print sys.version[:3]') +#PYVERS = 2.5 #$(shell pyversions -vr) + +build: + true + +clean: + dh_testdir + dh_testroot + -find . -name '*.py[co]' | xargs rm -f + dh_clean + +install: + dh_clean -k + dh_testdir + dh_testroot + dh_installdirs + + mkdir -p $(CURDIR)/debian/python-ogre-demos/usr/share/python-ogre-demos/ + cp -rvf * $(CURDIR)/debian/python-ogre-demos/usr/share/python-ogre-demos/ || true + rm -rvf $(CURDIR)/debian/python-ogre-demos/usr/share/python-ogre-demos/debian + ln -sf /etc/OGRE/plugins.cfg $(CURDIR)/debian/python-ogre-demos/usr/share/python-ogre-demos/plugins.cfg + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do here. + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_pycentral + dh_compress -X.py + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary: binary-indep binary-arch +.PHONY: clean demos binary-indep binary-arch binary build install configure prep --- python-ogre-demos-1.6.4+svn1079.orig/debian/changelog +++ python-ogre-demos-1.6.4+svn1079/debian/changelog @@ -0,0 +1,5 @@ +python-ogre-demos (1.6.4+svn1079-0~jaunty2) jaunty; urgency=low + + * PPA push. + + -- Tim 'mithro' Ansell Sat, 04 Apr 2009 00:41:36 -0500