Change logs for boxes source package in Xenial

  • boxes (1.1.2-4) unstable; urgency=medium
    
      * Enable emacs autoloads for the commands in boxes.el.
        Thanks to Kevin Ryde <email address hidden> (Closes: #807436)
      * boxes.el: Fix invalid defvar initialization that now errors.
        Thanks to Kevin Ryde <email address hidden> (Closes: #807153)
      * Fix problems with boxes.el in xemacs.
        Removes the 6th arg to shell-command-on-region as it is not necessary
        and does not exist in older versions of xemacs.
        Thanks to Kevin Ryde <email address hidden> (Closes: #807439)
    
     -- Salvatore Bonaccorso <email address hidden>  Tue, 22 Dec 2015 16:45:57 +0100
  • boxes (1.1.2-3) unstable; urgency=medium
    
      * Add 0001-Properly-quote-argument-to-echo-containing-in-Makef.patch.
        Arguments to echo were not quoted in src/Makefile causing that only a
        empty line was prepended to lex.yy.c and thus the _GNU_SOURCE marco not
        defined before using strdup.
        Fixes "warning: implicit declaration of function 'strdup'".
        Thanks to Sebastien Bacher <email address hidden> for the report.
        (Closes: #793390)
      * Update copyright years for debian/* packaging files
    
     -- Salvatore Bonaccorso <email address hidden>  Fri, 24 Jul 2015 13:13:15 +0200