--- cappuccino-0.5.1.orig/debian/control
+++ cappuccino-0.5.1/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Christian Surchi <csurchi@debian.org>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 4.0.0), python
+Build-Depends: debhelper (>> 4.0.0), python (>= 2.5.3-1~), 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,13 @@
# 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
--- cappuccino-0.5.1.orig/debian/changelog
+++ cappuccino-0.5.1/debian/changelog
@@ -1,3 +1,23 @@
+cappuccino (0.5.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload, to prepare for Python 2.6 transition
+ * debian/rules
+ - use '--install-layout=deb' when installing; thanks to Jakub Wilk for the
+ report; Closes: #571207
+ * debian/control
+ - bump b-d on python to '>= 2.5.3-1~', to support install-layout
+
+ -- Sandro Tosi <morph@debian.org> Mon, 01 Mar 2010 13:14:53 +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 <csurchi@debian.org> Mon, 20 Nov 2006 23:59:05 +0100
+
cappuccino (0.5.1-1) unstable; urgency=low
* "Halloween Release": new upstream release