tags 571481 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for nglister (versioned as 1.0.1+nmu1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru nglister-1.0.1/debian/changelog nglister-1.0.1+nmu1/debian/changelog
--- nglister-1.0.1/debian/changelog	2003-11-20 03:51:48.000000000 +0100
+++ nglister-1.0.1+nmu1/debian/changelog	2010-03-07 14:16:40.000000000 +0100
@@ -1,3 +1,12 @@
+nglister (1.0.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Pass --prefix=/usr option to setup.py to install files in correct
+    location with python2.6 as default Python version (Closes: #571481).
+  * Build-depend on python-support and invoke dh_pysupport in rules file.
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 07 Mar 2010 14:09:44 +0100
+
 nglister (1.0.1) unstable; urgency=low
 
   * Updated for Python 2.3.
diff -Nru nglister-1.0.1/debian/control nglister-1.0.1+nmu1/debian/control
--- nglister-1.0.1/debian/control	2003-11-20 03:52:04.000000000 +0100
+++ nglister-1.0.1+nmu1/debian/control	2010-03-07 14:16:40.000000000 +0100
@@ -2,7 +2,7 @@
 Section: news
 Priority: optional
 Maintainer: John Goerzen <jgoer...@complete.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), python-dev (>= 2.3)
+Build-Depends-Indep: debhelper (>> 3.0.0), python-dev (>= 2.3), python-support
 Standards-Version: 3.5.8
 
 Package: nglister
diff -Nru nglister-1.0.1/debian/rules nglister-1.0.1+nmu1/debian/rules
--- nglister-1.0.1/debian/rules	2003-11-20 03:51:29.000000000 +0100
+++ nglister-1.0.1+nmu1/debian/rules	2010-03-07 14:23:24.000000000 +0100
@@ -58,7 +58,7 @@
 
 	# Add here commands to install the package into debian/nglister.
 	#$(MAKE) install DESTDIR=$(CURDIR)/debian/nglister
-	python setup.py install --root=`pwd`/debian/nglister --no-compile
+	python setup.py install --root=`pwd`/debian/nglister --prefix=/usr --no-compile
 
 
 binary-arch: build install
@@ -81,6 +81,7 @@
 	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs
+	dh_pysupport
 	dh_link
 	dh_strip
 	dh_compress

Reply via email to