Change logs for python-uniconvertor source package in Squeeze

  • python-uniconvertor (1.1.4-1) unstable; urgency=low
    
    
      * New upstream release (LP: #393688)
        - Drop patches 02_exec_uniconvertor.patch and 04_no_exit_on_import.patch;
          ideas applied upstream.
        - Manually update 01_rename_uniconv.patch
        - debian/uniconvertor.pod: Update to reflect new supported file-types
      * Switch to use python-support (LP: #371476)
        - debian/rules: Change dh_pycentral to dh_pysupport
        - debian/control: Change build-dep on python-central to python-support;
          make it version-specific (>= 1.0)
        - Add python-uniconvertor.preinst to remove left-over python-central bits
      * Switch to use quilt as patch-system
        - debian/rules:
          + import /usr/share/quilt/quilt.make instead of dpatch-equivalent
          + Change dependencies on patch-stamp to patch
        - debian/control: Change build-dep on dpatch to quilt
        - Rename patches from *.dpatch to *.patch and remove the
          dpatch-introduction in all of them.
        - Change the 00list-file to a series-file
        - Modify README.source to point to quilt documentation
      * debian/control:
        - Bump standards-version to 3.8.2, no other changes needed
        - python-uniconvertor-dbg moved to section 'debug'
      * debian/rules: Add --install-layout=deb to setup.py lines
      * debian/copyright: Update copyright years to reflect upstream
      * debian/README.Debian: Update with more info on font support
      * debian/watch: Update as download page has changed
      * Add 02_fake_fallback_font.patch which adds a fake fall-back font; this
        makes uniconvertor able to convert path-based files with embedded font
        information. Thanks to Xavi Drudis Ferran.
      * Update 03_fontwarning.patch to warn when using the fallback font.
    
     -- Andreas Wenning <email address hidden>  Wed, 29 Jul 2009 00:27:02 +0200
  • python-uniconvertor (1.1.3-4) unstable; urgency=low
    
    
      * Add 04_no_exit_on_import.dpatch to prevent uniconvertor from calling
        sys.exit() on import exiting the python interpreter. (LP: #300141)
    
     -- Andreas Wenning <email address hidden>  Fri, 21 Nov 2008 14:32:49 +0100