Change logs for pygoocanvas source package in Gutsy

  • pygoocanvas (0.9.0-0ubuntu1) gutsy; urgency=low
    
      * New upstream version (UVF exception approval on LP: #136326)
      * debian/control:
        - updated libgoocanvas requirement
    
     -- Sebastien Bacher <email address hidden>   Fri, 31 Aug 2007 12:32:56 +0200
  • pygoocanvas (0.8.0-2) unstable; urgency=low
    
      * Link gtk-doc documentation to /usr/share/doc. 
    
    pygoocanvas (0.8.0-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control: 
         + depends on version 0.8 of goocanvas.
         + improve description.
      * debian/rules: don't install .la files.
      * Upload to unstable.
    
    pygoocanvas (0.6.0-1) experimental; urgency=low
    
      * New upstream release.
      * First upload to Debian archive (Closes: #411730)
      * debian/rules:
         + Use pysupport instead of pycentral
         + There is no need to call dh_python
         + Fix a typo and call dh_pysupport in binary-install/python-pygoocanvas:: 
         target, so it is actually called.
      * debian/control:
         + add XS-X-Vcs-Svn field
         + change dependencies to use pysupport.
    
     -- Sebastien Bacher <email address hidden>   Sat,  26 May 2007 18:33:10 +0100
  • pygoocanvas (0.6.0-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Rename and implement latest API changes according to goocanvas 0.6
        - wrap GooCanvasItem.find_child_property as classmethod
        - New example of Table
        - Wrap goo_canvas_polyline_model_new_line
        - Wrap goo_canvas_item_model_[get|set]_child_properties
        - Wrap goo_canvas_item_[get|set]_child_properties
        - Add setters for bounds_x1, bounds_x2, bounds_y1,
          bounds_y2 of goocanvas.ItemSimple.  Closes LP#81992.
        - Wrap all new methods of goocanvas.Style
        - Implement mapping methods in goocanvas.Style
        - _wrap_GooCanvasItem__proxy_do_get_bounds,
          _wrap_GooCanvasItem__proxy_do_update,
          Override to implement proper 'return value' semantics for the
          bounds parameter.
        - Add a reversewrapper. Parameter handler for GooCanvasBounds*
        - Added new examples
        - _cairo_pattern_to_gvalue: allow pattern=None in properties
        - Regenerated defs files with new goocanvas include files
      * debian/control.in:
        - updated the Build-Depends on python-central,
          libgoocanvas-dev and python-gtk2-dev
      * debian/rules:
        - don't call dh_python, not required
        - don't install the .la file
        - fixed makefile target name
    
     -- Sebastien Bacher <email address hidden>   Tue, 20 Feb 2007 19:44:20 +0100