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 dc02f2c01fc1afc895e1c9b528db698b0940bd80
Author: Emmanuel Bourg <[email protected]>
Date:   Tue Jul 18 16:52:21 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6c52e7b..5c83c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-plexus-archiver (2.8.2-1) UNRELEASED; urgency=medium
+plexus-archiver (2.8.3-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 9314891..e4b8695 100644
--- a/debian/patches/01-plexus-io-compatibility.patch
+++ b/debian/patches/01-plexus-io-compatibility.patch
@@ -4,13 +4,13 @@ Author: Emmanuel Bourg <[email protected]>
 Forwarded: not-needed
 --- a/src/main/java/org/codehaus/plexus/archiver/ArchiveEntry.java
 +++ b/src/main/java/org/codehaus/plexus/archiver/ArchiveEntry.java
-@@ -180,7 +180,7 @@
-             throw new ArchiverException( "Failed to read filesystem 
attributes for: " + file, e );
+@@ -193,7 +193,7 @@
+             type = FILE; // File flag was there already. This is a bit of a 
mess !
          }
-         
+ 
 -        final PlexusIoFileResource res =  PlexusIoFileResource.justAFile( 
file, attrs );
 +        final PlexusIoFileResource res =  new PlexusIoFileResource( file, 
attrs );
-         return new ArchiveEntry( target, res, FILE, permissions, null );
+         return new ArchiveEntry( target, res, type, permissions, null, 
defaultDirectoryPermissions );
      }
  
 --- 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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to