Dear maintainer,

I've prepared an NMU for func (versioned as 0.24-13.1) and
uploaded it to DELAYED/2 (it's and extensions of Jonathan's).

Anyhow, this packaging is a mess: it needs much much more attention
there are several very basic things that are simply wrong (for
example the python-not-in-build-depends that is a violation of the
Debian Policy) or confusing (like 17 entries in the changelo for
jsut ONE upload to experimental).

Feel free to contact me, debian-python and/or debian-mentors for
advice on how to improve the package and in particular the
Python technical aspects.

Regards.
diff -u func-0.24/debian/rules func-0.24/debian/rules
--- func-0.24/debian/rules
+++ func-0.24/debian/rules
@@ -43,7 +43,8 @@
 	dh_testroot
 	python$* setup.py install \
 	  --root=$(PYINST) \
-	  --install-scripts=/usr/share/func
+	  --install-scripts=/usr/share/func \
+	  --prefix=/usr
 	touch $@
 
 ################################################################################
diff -u func-0.24/debian/control func-0.24/debian/control
--- func-0.24/debian/control
+++ func-0.24/debian/control
@@ -4,8 +4,8 @@
 XS-Python-Version: >= 2.4
 Priority: optional
 Maintainer: Nima Talebi <n...@it.net.au>
-Build-Depends: debhelper (>= 7), quilt (>= 0.46)
-Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.6), python-all-dbg
+Build-Depends: debhelper (>= 7), quilt (>= 0.46), python-all (>= 2.3.5-11)
+Build-Depends-Indep: python-central (>= 0.6)
 Standards-Version: 3.8.0
 
 Package: func
diff -u func-0.24/debian/changelog func-0.24/debian/changelog
--- func-0.24/debian/changelog
+++ func-0.24/debian/changelog
@@ -1,3 +1,19 @@
+func (0.24-13.1) experimental; urgency=low
+
+  [ Jonathan Wiltshire ]
+  * Non-maintainer upload.
+  * debian/rules: Add --prefix when calling python for
+    Python 2.6 (closes: #557798)
+
+  [ Sandro Tosi ]
+  * debian/control
+    - removed python-all-dbg, the package doesn't have any -dbg extensions
+    - removed python-all-dev (there's no extensions) from b-d-i and added
+      python-all to depends (needed for clean and to build/install for all
+      supported python version)
+
+ -- Jonathan Wiltshire <deb...@jwiltshire.org.uk>  Thu, 18 Feb 2010 11:53:30 +0100
+
 func (0.24-13) experimental; urgency=low
 
   * Added a Debian README.

Reply via email to