Hi,
Here is the NMU that I uploaded for this.
Thank you,
Barry deFreese
diff -u destar-0.2.2/debian/patches/00list destar-0.2.2/debian/patches/00list
--- destar-0.2.2/debian/patches/00list
+++ destar-0.2.2/debian/patches/00list
@@ -6,0 +7 @@
+python25.dpatch
diff -u destar-0.2.2/debian/changelog destar-0.2.2/debian/changelog
--- destar-0.2.2/debian/changelog
+++ destar-0.2.2/debian/changelog
@@ -1,3 +1,11 @@
+destar (0.2.2-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * python25.dpatch. Fix syntax error. (Closes: #501207).
+ + Thanks to John Wright for the patch.
+
+ -- Barry deFreese <[EMAIL PROTECTED]> Wed, 15 Oct 2008 14:53:24 -0400
+
destar (0.2.2-5) unstable; urgency=medium
* The "Thanks to Centril and Les Trophées du Libre 2007" release.
only in patch2:
unchanged:
--- destar-0.2.2.orig/debian/patches/python25.dpatch
+++ destar-0.2.2/debian/patches/python25.dpatch
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## python25.dpatch by <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't use where=[]
+
[EMAIL PROTECTED]@
+diff -urNad destar-0.2.2~/page_owner_cdr.ptl destar-0.2.2/page_owner_cdr.ptl
+--- destar-0.2.2~/page_owner_cdr.ptl 2006-09-19 13:43:56.000000000 -0400
++++ destar-0.2.2/page_owner_cdr.ptl 2008-10-15 14:50:49.000000000 -0400
+@@ -239,7 +239,7 @@
+
+ return render()
+
+-def cdrShowResults [html] (where=[], limit, offset, total = 0, field=_("Time_of_start"), order="DESC"):
++def cdrShowResults [html] (where, limit, offset, total = 0, field=_("Time_of_start"), order="DESC"):
+ if total == 0:
+ '<p>'
+ '--No records to Show--'
+diff -urNad destar-0.2.2~/page_stats_cdr.ptl destar-0.2.2/page_stats_cdr.ptl
+--- destar-0.2.2~/page_stats_cdr.ptl 2006-11-05 21:54:14.000000000 -0500
++++ destar-0.2.2/page_stats_cdr.ptl 2008-10-15 14:51:25.000000000 -0400
+@@ -244,7 +244,7 @@
+
+ return render()
+
+-def cdrShowResults [html] (where=[], limit, offset, total = 0, field="start", order="DESC"):
++def cdrShowResults [html] (where, limit, offset, total = 0, field="start", order="DESC"):
+ if total == 0:
+ '<p>'
+ '--No records to Show--'