Change logs for lesstif2 source package in Lucid

  • lesstif2 (1:0.95.2-1) unstable; urgency=low
    
      [Sam Hocevar]
      * Acknowledging past NMUs. Thanks to Aaron M. Ucko and Paul Gevers, who
        now co-maintains this package (Closes: #396199, #479779, #503361, #314440,
        Closes: #43640, #87745, #356017, #496081, #330057, #439186).
      * debian/control:
        + Add Paul Gevers to the uploaders list.
        + Update Vcs fields.
    
      [Paul Gevers]
      * New upstream release (dropping deprecated patches)
        - 020_bad_integer_cast.diff (solved upstream)
        - 020_unsigned_int.diff (included upstream)
        - 021_xim_chained_list_crash.diff (included upstream)
        - 031_fix_inverted_scrollwheel.diff (included upstream)
        - 031_shutup_xtungrabbutton.diff (included upstream)
        - 040_fedora_accelkeys.diff (included upstream)
        - 040_fedora_c++fix.diff (included upstream)
        - 040_fedora_text.diff (included upstream)
        - 050_cvs_invalid_pointer.diff (was from upstream)
        - 050_cvs_1773603_invalid_pointer_TextOut.c.diff (was from upstream)
        - 050_cvs_1773603_invalid_pointer_List.c.diff (was from upstream)
        - 050_cvs_1773603_invalid_pointer_Label.c.diff (was from upstream)
        - 050_cvs_1773603_invalid_pointer_LabelG.c.diff (was from upstream)
        - 050_cvs_class_initialize_DialogS.c.diff (was from upstream)
        - 050_cvs_attachbottom_Form.c.diff (was from upstream)
        - 060_update_manpages (included upstream)
        - 071_fix_crash_on_ESC_Traversal.c (included upstream)
        Remaining patches (updated descriptions, conform current DEP3
        proposal):
        - 000_bootstrap_script.diff (updated, in sync with upstream CVSMake)
        - 000_libtool_linking.diff (leave as is, debian specific, path)
        - 010_rebootstrap (updated, see also 000_bootstrap_script.diff)
        - 020_missing_xm_h.diff (not included upstream yet)
        - 020_render_table_crash.diff (in upstream cvs)
        - 020_xpmpipethrough.diff (not included upstream yet)
        - 030_manpage.diff (not included upstream, debian specific, path)
        - 031_use_X11_Xtos_header.diff (in upstream cvs)
        - 040_fedora_XxxxProperty-64bit.diff updated to prevent segfault on
          i386 when copy/pasting. Updated with courtesy from Hans de Goede
          (Fedora) (in upstream cvs)
        - 080_fix_spelling-error-in-binary (not included upstream yet,
          updated)
        Added patches
        - 030_manpage_Virtualbindings to fix manpage-section-mismatch
          (lintian)
        - 005_libtool_LT_HAVE.diff to fix a libtool error:
          possibly undefined macro: LT_HAVE_FREETYPE and LT_HAVE_XRENDER
        - 005_libtool_obsolete.diff to fix autoconf warnings about obsolete
          MACRO's.
        - 040_fedora_PutPixel32.diff fixes PutPixel32 crashing on 64 bit
          completly, with courtesy from Hans de Goede (Fedora)
          (Closes: #409093) (in upstream cvs)
      * debian/control
        - Update policy to 3.8.3 (no changes needed)
        - Add ${misc:Depends} to all depends fields (lintian)
      * debian/rules
        - Add DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE to CARGS in line with
          /usr/share/doc/autotools-dev/README.Debian.gz
        - Removed CARGS without-freetype-config without-fontconfig-config
          because freetype is a build depend and configure can't cope (bug?)
        - Removed deprecated dh_desktop call
      * Create debugging symbols for lesstif2 (-dbg package)
      * Added README.source to confirm to policy 4.14 (lintian)
      * Fixed categories in debian/lesstif-bin.desktop (copied by accident
        from an other package).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  30 Nov 2009 23:45:44 +0000
  • lesstif2 (1:0.95.0-2.3) unstable; urgency=low
    
      * NMU upload to give some love to lesstif2 (continued)
      * Fix lintian issue outdated-autotools-helper-file
        - Add autotools-dev to build dependencies
        - debian/rules use config.(guess,sub) from autotools-dev instead of 
          shipped ones.
        - Removed the changes for config.(guess,sub) from 
          debian/patches/010_rebootstrap.diff
      * Add lintian overwrite for package-name-doesnt-match-sonames because
        library names aren't particularly suitable library names.
      * Added lesstif2.symbols file based on 
        http://qa.debian.org/cgi-bin/mole/seedsymbols/?pkgname=lesstif2
        and inspection of the changelog in combination with changes in header
        files.
    
    lesstif2 (1:0.95.0-2.2) UNRELEASED; urgency=low
    
      * NMU upload to give some love to lesstif2
      * debian/patches:
       - Add 031_fix_inverted_scrollwheel.diff by Kacper Wysocki, fix 
         invalid mouse scroll wheel bind (Closes: 396199)
         -- http://sourceforge.net/tracker/index.php?\
             func=detail&aid=1625384&group_id=8596&atid=108596
       - Add 031_shutup_xtungrabbutton.diff by Filippo Giunchedi, stop 
         lessstif from spewing messages about XtUngrab (Closes: 479779)
         -- upstream bug 217326
       - Add 031_use_X11_Xtos_header.diff by Steve Cotton (Closes: 503361)
          to include LONG64 definition instead of defining
       - Add 040_fedora_text.diff small fixes from upstream.
       - Add 040_fedora_resource.diff fixes error in DialogS.c, function
         class_initialize.
       - Add 040_fedora_c++fix.diff includes X11/ShellP.h after c.
       - Add 040_fedora_XxxxProperty-64bit.diff to fix 64 bit 
         XChange/GetWindowProperty issues, including fix cut and paste from 
         to lesstif apps on 64 bits machines (Closes: 314440)
       - Add 040_fedora_accelkeys.diff to fix accelkeys which use more then 
         one modifier
       - Add 050_cvs_invalid_pointer.diff, 
             050_cvs_1773603_invalid_pointer_TextOut.c.diff,
             050_cvs_1773603_invalid_pointer_List.c.diff,
             050_cvs_1773603_invalid_pointer_Label.c.diff and
             050_cvs_1773603_invalid_pointer_LabelG.c.diff
         to fix crashing with a wildly invalid pointer inside XmFontListCopy()
         -- upstream bugs 1773603 and 1298166
       - Add 050_cvs_class_initialize_DialogS.c.diff to fix error in function
         class_initialize
       - Add 050_cvs_attachbottom_Form.c.diff to fix the layout of applications
         with widgets which have the AttachBottom
       - Add 060_update_manpages to fix bad-whatis-entry and several
         inconsistencies (Closes: 43640 and 87745)
       - Add 071_fix_crash_on_ESC_Traversal.c to fix crashing applications
         when pressing <ESC> in menus (Closes: 356017)
      * Updated debian/rules
       - not move VirtualBindings.5 to .1x but to .5x
       - remove the quilt .pc directory in clean target
       - honor noopt flag in DEB_BUILD_OPTIONS (Closes: 496081)
      * Add mwm.desktop file (Closes: 330057)
      * Update policy to 3.8.1
       - Added homepage field in debian/control
       - Renamed section in debian/lesstif-bin.menu (menu policy)
      * Removed "Apps/" in debian/lesstif-doc.docbase (lintian)
      * Removed duplicate "library" from debian/control (lintian)
      * Changed order of dh_installdeb and dh_makeshlibs in debian/rules (lintian)
      * Added debian/watch file.
      * Updated debian/copyright with version numbers of the (L)GPL (lintian)
      * Added description to old patch files (lintian)
    
     -- Paul Gevers <email address hidden>   Mon,  11 May 2009 13:00:14 +0100