Change logs for newt source package in Raring

  • newt (0.52.14-11ubuntu7) raring; urgency=low
    
      * debian/palette.ubuntu, debian/palette.debian: LP: #1155441
        - update the palette configuration file for the Ubuntu palette
        - the previous palette configuration file was read by a patch that
          upstream did not accept;  upstream did enable the configurable
          palette feature, but the file format is completely different
        - update palette.ubuntu to set the necessary values to magenta
        - update palette.original, zeroing it out to empty (which will
          default to the upstream default colors
     -- Dustin Kirkland <email address hidden>   Thu, 14 Mar 2013 23:52:24 -0500
  • newt (0.52.14-11ubuntu6) raring; urgency=low
    
      * debian/patches/python3.patch: Fix the $$variant tests in Makefile.in.
        -z means to check for zero length (-n is for non-zero length).  This
        got the order of the _snack{,_d}.so files reversed. (LP: #1097922)
     -- Barry Warsaw <email address hidden>   Wed, 13 Feb 2013 15:16:35 -0500
  • newt (0.52.14-11ubuntu5) raring; urgency=low
    
      * Modified python3.patch (LP: #1092117).
        - New snack.py depends on string modules.
     -- Mitsuya Shibata <email address hidden>   Sun, 23 Dec 2012 17:52:33 +0900
  • newt (0.52.14-11ubuntu4) raring; urgency=low
    
      * Fix link target of libnewt.so to cope with move to /lib.
     -- Colin Watson <email address hidden>   Wed, 28 Nov 2012 14:14:01 +0000
  • newt (0.52.14-11ubuntu3) raring; urgency=low
    
      * Build-depend on python3-all-dev.
     -- Matthias Klose <email address hidden>   Thu, 08 Nov 2012 18:04:44 +0100
  • newt (0.52.14-11ubuntu2) raring; urgency=low
    
      * Build-depend on python3-all-dev.
     -- Matthias Klose <email address hidden>   Thu, 08 Nov 2012 18:04:44 +0100
  • newt (0.52.14-11ubuntu1) raring; urgency=low
    
      * Merge with Debian; remaining changes:
        - Port python module to python3.
        - Fix installation for multiple python3 versions.
        - Move libnewt to /lib and whiptail to /bin so they can be used by
          friendly-recovery on systems that have a separate /usr.
        - debian/libnewt0.52.install, debian/libnewt0.52.postinst,
          debian/palette => debian/palette.original:
          - move palette from /usr to /etc such that they can be edited by an
            admin.
      * Configure --with-colorsfile=/etc/newt/palette.
    
    newt (0.52.14-11) unstable; urgency=low
    
      * Add Latvian translation. Closes: #674705.
      * Close bugs fixed in -9: Closes: #670039. Closes: #670012. Closes: #658319.
      * Don't override hardened CFLAGS. Closes: #658430.
      * Updated welsh translation. Closes: #677458.
      * Updated Lithuanian translation. Closes: #675678.
    
    newt (0.52.14-10) unstable; urgency=low
    
      * Fix: whiptail gave incorrect result for ESC pressed when NO selected.
        Closes: #665784.
    
    newt (0.52.14-9) unstable; urgency=low
    
      * Add debian/watch file.
      * Standard-Version: 3.9.3. No changes required.
      * Correct packages marked: Multiarch: same. translation .mo files are not
        multiarch safe Closes: #670012, #670039.
    
    newt (0.52.14-8) unstable; urgency=low
    
      *  Fix thanks to Kris Henriksson for snackmodule build. Closes: #655151.
    
    newt (0.52.14-7) unstable; urgency=low
    
      * Snackmodule.* must be compiled -fPIC on AMD64, etc. Closes: #655151.
    
    newt (0.52.14-6) unstable; urgency=low
    
      * Edit pkg-config --libs, --ldflags lines to ensure python shared objects
        are not linkead against libpython. Closes: #655244.
    
    newt (0.52.14-5) unstable; urgency=low
    
      * Typo in patch: extra "+" leads to failure to install snackmodule
        in some cases. Closes: #655151.
      * Remove unnecessary dependencies on libpython* in python-newt that
        were blocking python2.6 upgade.
    
    newt (0.52.14-4) unstable; urgency=low
    
      * Fix crash due to blankline() in textbox being initialised in the
        wrong place in refactored bid patch. Closes: #654408, #654351.
    
    newt (0.52.14-3) unstable; urgency=low
    
      * Push to unstable.
    
    newt (0.52.14-2) experimental; urgency=low
    
      * bidi.patch: Add -ldl direct linkage for libnewt.so. Closes: #600289.
      * One call newtInit() once in python newt initScreen(). Closes: #557960.
      * Fix crash due to blankline being empty in textboxDraw.
        Closes: #650845.
    
    newt (0.52.14-1) experimental; urgency=low
    
      * New upstream release. Closes: #601516.
      * Move to dh and source format 3 (quilt), from dbs. Closes: #576044.
      * Move to python2 from python_central. Closes: #616915.
      * Make Multi-Arch.
      * Standards-Version: 3.9.2.
      * Remove obsolete conflicts / replaces/ provides from control file.
      * Uighir translation by Sahran <email address hidden>. Closes: #627014.
      * Sinhala translation by Danishka Navin. Closes: #640766.
      * Old Patches:
        - Added DEP-3 headers.
        - removed Farsi lang patch now in upstream.
     -- Matthias Klose <email address hidden>   Thu, 08 Nov 2012 14:50:00 +0100
  • newt (0.52.11-2ubuntu13) raring; urgency=low
    
      * Rebuild to drop python3.2 provides.
     -- Matthias Klose <email address hidden>   Wed, 07 Nov 2012 23:00:16 +0000
  • newt (0.52.11-2ubuntu12) raring; urgency=low
    
      * Fix build failure with python3.3.
     -- Matthias Klose <email address hidden>   Mon, 22 Oct 2012 18:07:37 +0200
  • newt (0.52.11-2ubuntu11) quantal; urgency=low
    
      [ James Hunt ]
      * Port python module to python3:
        - Introduces python3-newt and python3-newt-dbg.
        - Update build-depend to require python3-all-dev.
    
      [ Stéphane Graber ]
      * Port python module to python3:
        - Make a debian/patches patch out of James' changes.
        - Add missing python3-all-dbg build-dependency.
        - Fix debian/rules generated symlinks to work with the python3
          packages.
        - Fix the Provides and Depends of the python3 packages.
     -- Stephane Graber <email address hidden>   Wed, 13 Jun 2012 18:31:46 -0400