~josephjamesmills/ubuntu/quantal/dh-make/fixed-bug-1048908

Viewing all changes in revision 20.

  • Committer: Joseph Mills
  • Date: 2012-09-11 22:58:27 UTC
  • Revision ID: josephjamesmills@gmail.com-20120911225827-zl687vcnbbjwaujr
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. 

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: