This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libwx-perl.
commit 28b90cfdea03b2bec083fa63f32ec25feaf1afeb Author: gregor herrmann <[email protected]> Date: Fri Jun 23 20:38:31 2017 +0200 Refresh reproducible_output.patch (offset). --- debian/patches/reproducible_output.patch | 34 ++++++++++++-------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/debian/patches/reproducible_output.patch b/debian/patches/reproducible_output.patch index a9ae08c..2639295 100644 --- a/debian/patches/reproducible_output.patch +++ b/debian/patches/reproducible_output.patch @@ -2,11 +2,9 @@ Author: Reiner Herrmann <[email protected]> Description: Produce sorted output to get reproducible results Bug-Debian: https://bugs.debian.org/787265 -Index: libwx-perl-0.9923/build/Wx/build/MakeMaker/Any_OS.pm -=================================================================== ---- libwx-perl-0.9923.orig/build/Wx/build/MakeMaker/Any_OS.pm -+++ libwx-perl-0.9923/build/Wx/build/MakeMaker/Any_OS.pm -@@ -200,6 +200,7 @@ sub postamble_core { +--- a/build/Wx/build/MakeMaker/Any_OS.pm ++++ b/build/Wx/build/MakeMaker/Any_OS.pm +@@ -200,6 +200,7 @@ # strictly necessary, but it's better to keep them in case the # dependencies here are changed require Data::Dumper; @@ -14,11 +12,9 @@ Index: libwx-perl-0.9923/build/Wx/build/MakeMaker/Any_OS.pm Wx::build::Utils::write_string( 'files.lst', Data::Dumper->Dump( [ \%files ] ) ); # $exp and fix_alien depend on wxt_copy_files to ensure that blib/lib/Wx -Index: libwx-perl-0.9923/build/Wx/build/Options.pm -=================================================================== ---- libwx-perl-0.9923.orig/build/Wx/build/Options.pm -+++ libwx-perl-0.9923/build/Wx/build/Options.pm -@@ -164,6 +164,7 @@ sub write_config_file { +--- a/build/Wx/build/Options.pm ++++ b/build/Wx/build/Options.pm +@@ -163,6 +163,7 @@ my $file = shift; require Data::Dumper; @@ -26,11 +22,9 @@ Index: libwx-perl-0.9923/build/Wx/build/Options.pm my $str = Data::Dumper->Dump( [ { extra_libs => $extra_libs, extra_cflags => $extra_cflags, alien_key => $alien_key, -Index: libwx-perl-0.9923/script/fix_alien_path.pl -=================================================================== ---- libwx-perl-0.9923.orig/script/fix_alien_path.pl -+++ libwx-perl-0.9923/script/fix_alien_path.pl -@@ -20,6 +20,8 @@ use Config; +--- a/script/fix_alien_path.pl ++++ b/script/fix_alien_path.pl +@@ -20,6 +20,8 @@ use Data::Dumper; use File::Spec::Functions qw(splitpath splitdir); @@ -39,11 +33,9 @@ Index: libwx-perl-0.9923/script/fix_alien_path.pl # we do not care about the options, just that Alien::wxWidgets # is initialized with the correct key Wx::build::Options->get_makemaker_options( 'saved' ); -Index: libwx-perl-0.9923/script/make_exp_list.pl -=================================================================== ---- libwx-perl-0.9923.orig/script/make_exp_list.pl -+++ libwx-perl-0.9923/script/make_exp_list.pl -@@ -95,7 +95,11 @@ print OUT <<EOT; +--- a/script/make_exp_list.pl ++++ b/script/make_exp_list.pl +@@ -95,7 +95,11 @@ package ${package}; @@ -56,7 +48,7 @@ Index: libwx-perl-0.9923/script/make_exp_list.pl \$EXPORT_TAGS{'everything'} = \\\@EXPORT_OK; -@@ -104,7 +108,11 @@ EOT +@@ -104,7 +108,11 @@ foreach my $tag ( sort keys %{ $packages{$package}{tags} } ) { next unless length $tag; print OUT <<EOT; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
