Your message dated Tue, 27 Aug 2019 01:00:57 +0000
with message-id <[email protected]>
and subject line Bug#935837: Removed package(s) from unstable
has caused the Debian Bug report #433627,
regarding pygdchart2: diff for NMU version 0.beta1-3.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
433627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433627
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Version: 0.beta1-3.8+rm

Dear submitter,

as the package pygdchart2 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935837

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to