--- cappuccino-0.5.1.orig/debian/changelog +++ cappuccino-0.5.1/debian/changelog @@ -1,3 +1,35 @@ +cappuccino (0.5.1-2ubuntu3) karmic; urgency=low + + * Add --install-layout=deb to fix build failure. + + -- Alessio Treglia Sat, 10 Oct 2009 02:17:28 +0200 + +cappuccino (0.5.1-2ubuntu2) intrepid; urgency=low + + * Return to the build-depends on python rather than python-dev + as the former is sufficient now. (LP: #241029) + - This package can probably be synced at the next opportunity. + + -- James Westby Wed, 18 Jun 2008 19:05:34 +0100 + +cappuccino (0.5.1-2ubuntu1) feisty; urgency=low + + * debian/control: + - Added python-dev to build-deps, instead of python + - Added Ubuntu MOTU Maintainer field, moved old one to Original-Maintainer + + + -- Stephan Hermann Tue, 6 Feb 2007 11:22:12 +0100 + +cappuccino (0.5.1-2) unstable; urgency=low + + * "Don Zauker" Release: the upload + * debian/control: we need polygen to build + * debian/rules: now we build .grm.o files, to satisfy polygen + * debian/rules: we remove build/ directory in cleaning + + -- Christian Surchi Mon, 20 Nov 2006 23:59:05 +0100 + cappuccino (0.5.1-1) unstable; urgency=low * "Halloween Release": new upstream release --- cappuccino-0.5.1.orig/debian/control +++ cappuccino-0.5.1/debian/control @@ -1,9 +1,10 @@ Source: cappuccino Section: games Priority: optional -Maintainer: Christian Surchi +Maintainer: Ubuntu Developers +Original-Maintainer: Christian Surchi Standards-Version: 3.7.2 -Build-Depends: debhelper (>> 4.0.0), python +Build-Depends: debhelper (>> 4.0.0), python, polygen Package: cappuccino Architecture: all --- cappuccino-0.5.1.orig/debian/rules +++ cappuccino-0.5.1/debian/rules @@ -23,7 +23,7 @@ dh_testdir dh_testroot rm -f build-stamp - + rm -rf build/ # Add here commands to clean up after the build process. python setup.py clean #-$(MAKE) distclean @@ -39,12 +39,14 @@ # Add here commands to install the package into debian/cappuccino. #$(MAKE) install prefix=$(CURDIR)/debian/cappuccino/usr #$(MAKE) install DESTDIR=$(CURDIR)/debian/cappuccino - python setup.py install --prefix=$(CURDIR)/debian/cappuccino/usr + python setup.py install --prefix=$(CURDIR)/debian/cappuccino/usr \ + --install-layout=deb # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. + polygen $(CURDIR)/debian/cappuccino/usr/share/cappuccino/cappuccino.grm > /dev/null + polygen $(CURDIR)/debian/cappuccino/usr/share/cappuccino/compileline.grm > /dev/null # Build architecture-dependent files here. binary-arch: build install