Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-25 Thread gregor herrmann
On Tue, 24 Jan 2017 15:59:04 +, Carnë Draug wrote: > In the mean time, I have noticed that the commits done automatically > by pristine-tar also need consideration. Since pristine-tar does not > provide an option to set author, I used %ENV variables in that case. > I have attached a new

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-24 Thread Carnë Draug
On 24 January 2017 at 14:19, Carnë Draug wrote: > Package: dh-make-perl > Version: 0.92 > Followup-For: Bug #852332 > > On 24 January 2017 at 13:15, gregor herrmann wrote: >> On Tue, 24 Jan 2017 12:55:10 +, Dominic Hargreaves wrote: >> >>> > @@

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-24 Thread Carnë Draug
Package: dh-make-perl Version: 0.92 Followup-For: Bug #852332 On 24 January 2017 at 13:15, gregor herrmann wrote: > On Tue, 24 Jan 2017 12:55:10 +, Dominic Hargreaves wrote: > >> > @@ -777,7 +777,7 @@ sub git_add_debian { >> > >> > my $git = Git->repository(

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-24 Thread gregor herrmann
On Tue, 24 Jan 2017 12:55:10 +, Dominic Hargreaves wrote: > > @@ -777,7 +777,7 @@ sub git_add_debian { > > > > my $git = Git->repository( $self->main_dir ); > > $git->command( 'add', 'debian' ); > > -$git->command( 'commit', '-m', > > +$git->command( 'commit', '--author',

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-24 Thread Dominic Hargreaves
On Tue, Jan 24, 2017 at 12:32:58PM +, Carnë Draug wrote: > diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm > index 31db889..4cde1da 100644 > --- a/lib/DhMakePerl/Command/make.pm > +++ b/lib/DhMakePerl/Command/make.pm > @@ -748,7 +748,7 @@ sub

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-24 Thread Carnë Draug
Package: dh-make-perl Version: 0.92 Followup-For: Bug #852332 I have attached a git patch that fixes the issue. -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.8.0-2-amd64 (SMP w/32 CPU cores) Locale:

Bug#852332: dh-make-perl: DEBFULLNAME and DEBEMAIL should be used with git

2017-01-23 Thread Carnë Draug
Package: dh-make-perl Version: 0.92 Severity: wishlist dh-make-perl recognizes the DEBFULLNAME and DEBEMAIL environment variables. However, those are not used as author or email when making git commits which then defaults to username and hostname. Since dh-make-perl already recognizes variables