Package: pygdchart2
Version: 0.beta1-3.3
Severity: normal
Tags: patch

Hi,

Attached is the diff for my pygdchart2 0.beta1-3.4 NMU.

Cheers,
-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// I'm no superman.
diff -u pygdchart2-0.beta1/_gdchartc.c pygdchart2-0.beta1/_gdchartc.c
--- pygdchart2-0.beta1/_gdchartc.c
+++ pygdchart2-0.beta1/_gdchartc.c
@@ -713,7 +713,7 @@
         if (pstr == NULL)
             goto cleanup;
         slen = PyString_Size(pstr);
-        if ((slen = 0))
+        if (slen = 0)
             goto cleanup;
         mem = malloc((size_t)slen+1);
         if (mem == NULL){
diff -u pygdchart2-0.beta1/debian/control pygdchart2-0.beta1/debian/control
--- pygdchart2-0.beta1/debian/control
+++ pygdchart2-0.beta1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4.2.0), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.3.2), dh-buildinfo, libgdchart-gd2-noxpm-dev | libgdchart-gd2-dev, libgd2-noxpm-dev | libgd2-xpm-dev
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.3.2), dh-buildinfo, libgdchart-gd2-noxpm-dev | libgdchart-gd2-dev, libgd2-noxpm-dev | libgd2-xpm-dev
 
 Package: python-gdchart2
 Architecture: any
diff -u pygdchart2-0.beta1/debian/changelog pygdchart2-0.beta1/debian/changelog
--- pygdchart2-0.beta1/debian/changelog
+++ pygdchart2-0.beta1/debian/changelog
@@ -1,3 +1,13 @@
+pygdchart2 (0.beta1-3.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add support for python2.5 (Closes: #433598)
+  * Fix error with lookup options (Closes: #358446)
+  * Fix error with using labels longer than 11 chars (Closes: #412434, #424061)
+  * Remove a useless debhelper Build-Dep
+
+ -- Julien Danjou <[EMAIL PROTECTED]>  Wed, 18 Jul 2007 12:20:19 +0200
+
 pygdchart2 (0.beta1-3.3) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- pygdchart2-0.beta1.orig/gdchart.py
+++ pygdchart2-0.beta1/gdchart.py
@@ -261,8 +261,8 @@
                 for k, v in self._lookupOptions[option].items():
                     if v == val:
                         return k
-                    else:
-                        raise GDChartError, "Lookup value not known - this should never happen. Please contact software authors."
+                else:
+                    raise GDChartError, "Lookup value not known - this should never happen. Please contact software authors."
             elif self._maskOptions.has_key(option):
                 lst = []
                 for k, v in self._maskOptions[option].items():
only in patch2:
unchanged:
--- pygdchart2-0.beta1.orig/debian/pyversions
+++ pygdchart2-0.beta1/debian/pyversions
@@ -0,0 +1 @@
+2.3-

Attachment: signature.asc
Description: Digital signature

Reply via email to