[plexus-archiver] 13/44: Refreshed the patch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 23:30:36 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository plexus-archiver.

commit e91aae0cdffd46f7aced42a672613155470cf868
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jul 18 16:48:22 2017 +0200

    Refreshed the patch
---
 debian/changelog                                | 2 +-
 debian/patches/01-plexus-io-compatibility.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5cc667a..6c52e7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-plexus-archiver (2.8.1-1) UNRELEASED; urgency=medium
+plexus-archiver (2.8.2-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
diff --git a/debian/patches/01-plexus-io-compatibility.patch b/debian/patches/01-plexus-io-compatibility.patch
index 3ccfdb7..9314891 100644
--- a/debian/patches/01-plexus-io-compatibility.patch
+++ b/debian/patches/01-plexus-io-compatibility.patch
@@ -4,13 +4,13 @@ Author: Emmanuel Bourg <ebourg at apache.org>
 Forwarded: not-needed
 --- a/src/main/java/org/codehaus/plexus/archiver/ArchiveEntry.java
 +++ b/src/main/java/org/codehaus/plexus/archiver/ArchiveEntry.java
-@@ -168,7 +168,7 @@
+@@ -180,7 +180,7 @@
              throw new ArchiverException( "Failed to read filesystem attributes for: " + file, e );
          }
          
 -        final PlexusIoFileResource res =  PlexusIoFileResource.justAFile( file, attrs );
 +        final PlexusIoFileResource res =  new PlexusIoFileResource( file, attrs );
-         return new ArchiveEntry( target, res, FILE, permissions );
+         return new ArchiveEntry( target, res, FILE, permissions, null );
      }
  
 --- a/src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git



More information about the pkg-java-commits mailing list