tags 556146 + patch
thanks

Dear maintainer,

I've prepared an NMU for albatross (versioned as 1.36-5.1) and
uploaded it to DELAYED/5.

Regards.
diff -u albatross-1.36/debian/changelog albatross-1.36/debian/changelog
--- albatross-1.36/debian/changelog
+++ albatross-1.36/debian/changelog
@@ -1,3 +1,13 @@
+albatross (1.36-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Preparing for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
+    for the report and suggestions; Closes: #556146
+    - debian/rules
+      + pass "--prefix=/usr" to setup.py call
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 16 Nov 2009 23:50:39 +0100
+
 albatross (1.36-5) unstable; urgency=low
 
   * debian/control: Build-depend on ghostscript instead of obsolete gs-gpl.
diff -u albatross-1.36/debian/rules albatross-1.36/debian/rules
--- albatross-1.36/debian/rules
+++ albatross-1.36/debian/rules
@@ -85,7 +85,7 @@
 		usr/share/doc/python-albatross-doc
 	touch $@
 install-ext-%:
-	$* setup.py install --root=$(CURDIR)/debian/python-albatross
+	$* setup.py install --root=$(CURDIR)/debian/python-albatross --prefix=/usr
 	touch $@
 
 # Dummy target to satisfy policy.

Reply via email to