[libtext-bibtex-perl] 01/02: Refresh patches (offset).

gregor herrmann gregoa at debian.org
Mon Aug 28 22:08:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtext-bibtex-perl.

commit 9ca9d6fa3d03e51cc568a7c8a5bbf807e0fd4f0b
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 29 00:05:34 2017 +0200

    Refresh patches (offset).
---
 .../0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch | 6 +++---
 debian/patches/0004-disable-rpath-if-installing-into-usr-lib.patch  | 2 +-
 debian/patches/0006-manpage-section.patch                           | 2 +-
 debian/patches/0007-hardening-flags.patch                           | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch b/debian/patches/0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
index 4d541a4..66c2293 100644
--- a/debian/patches/0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
+++ b/debian/patches/0003-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
@@ -43,7 +43,7 @@ Build.PL.
  
  my @EXTRA_FLAGS = ();
  my @BINARIES = qw(biblex bibparse dumpnames);
-@@ -311,9 +311,14 @@ sub ACTION_create_library {
+@@ -317,9 +317,14 @@ sub ACTION_create_library {
  
  
      my $libbuilder = $self->notes('libbuilder');
@@ -59,7 +59,7 @@ Build.PL.
  
      my @modules = qw:init input bibtex err scan error
                       lex_auxiliary parse_auxiliary bibtex_ast sym
-@@ -323,15 +328,15 @@ sub ACTION_create_library {
+@@ -329,15 +334,15 @@ sub ACTION_create_library {
      my @objects = map { "btparse/src/$_.o" } @modules;
  
      my $libpath = $self->notes('lib_path');
@@ -78,7 +78,7 @@ Build.PL.
      }
  
      if (!$self->up_to_date(\@objects, $libfile)) {
-@@ -341,6 +346,14 @@ sub ACTION_create_library {
+@@ -347,6 +352,14 @@ sub ACTION_create_library {
                            extra_linker_flags => $extra_linker_flags);
      }
  
diff --git a/debian/patches/0004-disable-rpath-if-installing-into-usr-lib.patch b/debian/patches/0004-disable-rpath-if-installing-into-usr-lib.patch
index c944f61..fd8e1c1 100644
--- a/debian/patches/0004-disable-rpath-if-installing-into-usr-lib.patch
+++ b/debian/patches/0004-disable-rpath-if-installing-into-usr-lib.patch
@@ -11,7 +11,7 @@ libraries in the files system.
 
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -209,8 +209,14 @@ sub ACTION_create_binaries {
+@@ -215,8 +215,14 @@ sub ACTION_create_binaries {
  
      print STDERR "\n** Creating binaries (",join(", ", map { $_.$EXEEXT } @BINARIES), ")\n";
  
diff --git a/debian/patches/0006-manpage-section.patch b/debian/patches/0006-manpage-section.patch
index 3a17bca..8bf4002 100644
--- a/debian/patches/0006-manpage-section.patch
+++ b/debian/patches/0006-manpage-section.patch
@@ -6,7 +6,7 @@ Last-Update: 2016-07-09
 
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -162,18 +162,18 @@ sub ACTION_create_manpages {
+@@ -168,18 +168,18 @@ sub ACTION_create_manpages {
      my $version = $self->notes('btparse_version');
      for my $pod (@$pods) {
          my $man = $pod;
diff --git a/debian/patches/0007-hardening-flags.patch b/debian/patches/0007-hardening-flags.patch
index 3c95eea..75b1750 100644
--- a/debian/patches/0007-hardening-flags.patch
+++ b/debian/patches/0007-hardening-flags.patch
@@ -6,7 +6,7 @@ Last-Update: 2016-07-09
 
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -193,7 +193,7 @@ sub ACTION_create_objects {
+@@ -199,7 +199,7 @@ sub ACTION_create_objects {
          $object =~ s/\.c/.o/;
          next if $self->up_to_date($file, $object);
          $cbuilder->compile(object_file  => $object,
@@ -15,7 +15,7 @@ Last-Update: 2016-07-09
                             source       => $file,
                             include_dirs => ["btparse/src"]);
      }
-@@ -342,7 +342,7 @@ sub ACTION_create_library {
+@@ -348,7 +348,7 @@ sub ACTION_create_library {
         my $abs_path = abs_path($libfile);
         $extra_linker_flags = "-install_name $abs_path";
      } elsif ($LIBEXT eq ".so") {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-bibtex-perl.git



More information about the Pkg-perl-cvs-commits mailing list