[libtext-bibtex-perl] 02/03: Refresh patches offsets

Nuno Carvalho smash at cpan.org
Thu Aug 31 17:23:43 UTC 2017


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

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

commit fe9a1f565e22dd0d35a956f5312e4e1b7d1a9c45
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Aug 31 18:21:20 2017 +0100

    Refresh patches offsets
---
 debian/changelog                                               |  4 +++-
 ...-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch | 10 +++++-----
 .../0002-disable-rpath-if-installing-into-usr-lib.patch        |  2 +-
 debian/patches/0004-manpage-section.patch                      |  2 +-
 debian/patches/0005-hardening-flags.patch                      |  4 ++--
 5 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f55259b..f7cb813 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 libtext-bibtex-perl (0.85-1) UNRELEASED; urgency=medium
 
   * Drop fix spelling patch, fixed upstream.
-  * Update patch numbers.
+  * debian/patches:
+    + update patch numbers
+    + refresh offsets
 
  -- Nuno Carvalho <smash at cpan.org>  Thu, 31 Aug 2017 13:15:10 +0100
 
diff --git a/debian/patches/0001-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch b/debian/patches/0001-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
index 66c2293..44b1fc4 100644
--- a/debian/patches/0001-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
+++ b/debian/patches/0001-Introduce-a-btparse_api_version-note-and-use-it-in-d.patch
@@ -21,7 +21,7 @@ Build.PL.
 
 --- a/Build.PL
 +++ b/Build.PL
-@@ -99,6 +99,10 @@ else {
+@@ -99,6 +99,10 @@
      }
  }
  $builder->notes( 'btparse_version' => $version );
@@ -34,7 +34,7 @@ Build.PL.
  $builder->install_path( 'usrlib' => $libdir );
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -15,7 +15,7 @@ use ExtUtils::Mkbootstrap;
+@@ -15,7 +15,7 @@
  
  use File::Spec::Functions qw.catdir catfile.;
  use File::Path qw.mkpath.;
@@ -43,7 +43,7 @@ Build.PL.
  
  my @EXTRA_FLAGS = ();
  my @BINARIES = qw(biblex bibparse dumpnames);
-@@ -317,9 +317,14 @@ sub ACTION_create_library {
+@@ -321,9 +321,14 @@
  
  
      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
-@@ -329,15 +334,15 @@ sub ACTION_create_library {
+@@ -333,15 +338,15 @@
      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)) {
-@@ -347,6 +352,14 @@ sub ACTION_create_library {
+@@ -351,6 +356,14 @@
                            extra_linker_flags => $extra_linker_flags);
      }
  
diff --git a/debian/patches/0002-disable-rpath-if-installing-into-usr-lib.patch b/debian/patches/0002-disable-rpath-if-installing-into-usr-lib.patch
index fd8e1c1..0c8ffa7 100644
--- a/debian/patches/0002-disable-rpath-if-installing-into-usr-lib.patch
+++ b/debian/patches/0002-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
-@@ -215,8 +215,14 @@ sub ACTION_create_binaries {
+@@ -219,8 +219,14 @@
  
      print STDERR "\n** Creating binaries (",join(", ", map { $_.$EXEEXT } @BINARIES), ")\n";
  
diff --git a/debian/patches/0004-manpage-section.patch b/debian/patches/0004-manpage-section.patch
index 8bf4002..1d3a7cc 100644
--- a/debian/patches/0004-manpage-section.patch
+++ b/debian/patches/0004-manpage-section.patch
@@ -6,7 +6,7 @@ Last-Update: 2016-07-09
 
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -168,18 +168,18 @@ sub ACTION_create_manpages {
+@@ -172,18 +172,18 @@
      my $version = $self->notes('btparse_version');
      for my $pod (@$pods) {
          my $man = $pod;
diff --git a/debian/patches/0005-hardening-flags.patch b/debian/patches/0005-hardening-flags.patch
index 75b1750..90317ee 100644
--- a/debian/patches/0005-hardening-flags.patch
+++ b/debian/patches/0005-hardening-flags.patch
@@ -6,7 +6,7 @@ Last-Update: 2016-07-09
 
 --- a/inc/MyBuilder.pm
 +++ b/inc/MyBuilder.pm
-@@ -199,7 +199,7 @@ sub ACTION_create_objects {
+@@ -203,7 +203,7 @@
          $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"]);
      }
-@@ -348,7 +348,7 @@ sub ACTION_create_library {
+@@ -352,7 +352,7 @@
         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