Change logs for dh-make source package in Raring

  • dh-make (0.62) unstable; urgency=low
    
    
      * MIT license uses MIT for debian/* files, to be consistent Closes: #683800
      * options are case sensitive Closes: #684258
      * Update to standard 3.9.4 Closes: 696728
      * Added orig.tar.xz support Closes: #696729
      * dh-make will use xz compression by default Closes: #696730
      * don't install emacs by default Closes: #696793
      * init.d template warns about interpreted daemons Closes: #643337
    
     -- Craig Small <email address hidden>  Sat, 02 Feb 2013 18:14:21 +1100
  • dh-make (0.61ubuntu1) quantal; urgency=low
    
      * dh_make: line 14 added Getopt::Long::Configure ('no_ignore_case');
        (LP: #1048908)
      * fixed the bug number and explaining more.
        I was able to get help on IRC on the motu channel for this one and fix
        this bug buy adding Getopt::Long::Configure ('no_ignore_case');
        turns out that dh-make was getting confused by CAPS or no caps.
        example dh_make -c gpl3 *.tar.gz will error out but dch_make
        --copyright would not so adding no_ignore_case fixs this.
     -- Joseph Mills <email address hidden>   Tue, 11 Sep 2012 18:55:17 -0400