thanks

Dear maintainer,

I've prepared an NMU for python-pam (versioned as 0.4.2-12.1) and
uploaded it to DELAYED/5.

Regards.
diff -Nru python-pam-0.4.2/debian/changelog python-pam-0.4.2/debian/changelog
--- python-pam-0.4.2/debian/changelog	2007-03-19 16:51:05.000000000 +0100
+++ python-pam-0.4.2/debian/changelog	2009-11-15 21:47:26.000000000 +0100
@@ -1,3 +1,14 @@
+python-pam (0.4.2-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
+    for the bug report and to Kumar Appaiah for the patch; Closes: #556162
+    - debian/rules
+      + optionally include python.mk, add $(py_setup_install_args) and
+        --prefix=/usr when installing
+
+ -- Sandro Tosi <[email protected]>  Sun, 15 Nov 2009 21:36:54 +0100
+
 python-pam (0.4.2-12) unstable; urgency=low
 
   * Added Build-Depends: python2.5-dev (Closes: #415377)
diff -Nru python-pam-0.4.2/debian/rules python-pam-0.4.2/debian/rules
--- python-pam-0.4.2/debian/rules	2007-03-17 18:00:31.000000000 +0100
+++ python-pam-0.4.2/debian/rules	2009-11-15 21:47:26.000000000 +0100
@@ -7,6 +7,8 @@
 
 PYVERS=$(shell pyversions -r) python2.5
 
+-include /usr/share/python/python.mk
+
 build: build-stamp
 build-stamp:
 	dh_testdir
@@ -30,7 +32,7 @@
 	dh_installdirs
 
 	for python in $(PYVERS); \
-		do $$python setup.py install --root=debian/python-pam; \
+		do $$python setup.py install --root=debian/python-pam --prefix=/usr $(py_setup_install_args); \
 	done
 
 # Build architecture-independent files here.

Reply via email to