tags 571207 + patch
thanks

Dear maintainer,

I've prepared an NMU for cappuccino (versioned as 0.5.1-2.1) and
uploaded it to DELAYED/7.

Regards.
diff -u cappuccino-0.5.1/debian/changelog cappuccino-0.5.1/debian/changelog
--- cappuccino-0.5.1/debian/changelog
+++ cappuccino-0.5.1/debian/changelog
@@ -1,3 +1,14 @@
+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 <mo...@debian.org>  Mon, 01 Mar 2010 13:14:53 +0100
+
 cappuccino (0.5.1-2) unstable; urgency=low
 
   * "Don Zauker" Release: the upload 
diff -u cappuccino-0.5.1/debian/control cappuccino-0.5.1/debian/control
--- cappuccino-0.5.1/debian/control
+++ cappuccino-0.5.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christian Surchi <csur...@debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 4.0.0), python, polygen
+Build-Depends: debhelper (>> 4.0.0), python (>= 2.5.3-1~), polygen
 
 Package: cappuccino
 Architecture: all
diff -u cappuccino-0.5.1/debian/rules cappuccino-0.5.1/debian/rules
--- cappuccino-0.5.1/debian/rules
+++ cappuccino-0.5.1/debian/rules
@@ -39,7 +39,7 @@
 	# 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.

Reply via email to