Your message dated Sat, 18 Oct 2014 22:18:02 +1100
with message-id <[email protected]>
and subject line Re: Bug#765800: dh-make: short option "-c" doesn't work
has caused the Debian Bug report #765800,
regarding dh-make: short option "-c" doesn't work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
765800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make
Version: 0.61
Severity: normal
The short option "-c" doesn't work:
% dh_make -p foo_1.0 --s --copyright gpl
[...]
License : gpl3
% dh_make -p foo_1.0 --s -c gpl
[...]
License : blank
I don't know much about Perl option handling, but there seems to be
some case confusion. If I (for testing) change 'packageclass|C=s' to
'packageclass|x=s', it works (even though "c" and "C" are two
totally different letters :) and shouldn't conflict):
% dh_make -p foo_1.0 --s -c gpl
[...]
License : gpl3
-- System Information:
Debian Release: 7.6
APT prefers stable
APT policy: (900, 'stable'), (500, 'stable-updates'), (500,
'proposed-updates')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/6 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages dh-make depends on:
ii debhelper 9.20120909
ii dpkg-dev 1.16.15
ii make 4.0-8
ii perl 5.14.2-21+deb7u1
dh-make recommends no packages.
Versions of packages dh-make suggests:
ii build-essential 11.5
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: dh-make
Version: 0.62
Hi Frank,
On Sat, Oct 18, 2014 at 12:08:33PM +0200, Frank Heckenbach wrote:
> The short option "-c" doesn't work:
This was fixed in version 0.62, the bug was reported in
#684258 in August 2012.
> I don't know much about Perl option handling, but there seems to be
> some case confusion. If I (for testing) change 'packageclass|C=s' to
There was a getopt option to not ignore case. Odd its not the default
but there you go.
- Craig
--
Craig Small (@smallsees) http://enc.com.au/ csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/ csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5
--- End Message ---