tags 571501 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for ocempgui (versioned as 0.2.8-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u ocempgui-0.2.8/debian/changelog ocempgui-0.2.8/debian/changelog
--- ocempgui-0.2.8/debian/changelog
+++ ocempgui-0.2.8/debian/changelog
@@ -1,3 +1,11 @@
+ocempgui (0.2.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: pass --prefix=/usr option to setup.py to install files
+    in correct locations (Closes: #571501).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 07 Mar 2010 14:47:17 +0100
+
 ocempgui (0.2.8-1) unstable; urgency=low
 
   * New upstream release. (Closes: #462778)
diff -u ocempgui-0.2.8/debian/rules ocempgui-0.2.8/debian/rules
--- ocempgui-0.2.8/debian/rules
+++ ocempgui-0.2.8/debian/rules
@@ -55,7 +55,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-ocempgui.
-	python setup.py install --root=$(CURDIR)/debian/tmp
+	python setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr
 
 
 # Build architecture-independent files here.

Reply via email to