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 <[email protected]> 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 <[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 -@@ -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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

