This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit 4fc145b195892111974d2a839bd5334f8c28ce9e Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 29 01:25:32 2016 +0200 Removed the non-free RFC3161 from the upstream tarball --- debian/changelog | 1 + debian/orig-tar.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 710ba78..7c3deec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libxml-security-java (1.5.6-2) UNRELEASED; urgency=medium * Moved the package to Git * Removed Niels Thykier from the uploaders (Closes: #770585) * Updated debian/watch to track the latest releases + * Removed the non-free RFC3161 from the upstream tarball * Use XZ compression for the upstream tarball * Standards-Version updated to 3.9.8 (no changes) * Switch to debhelper level 9 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 7d05599..b1c7c00 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,5 +6,5 @@ DIR=libxml-security-java-$VERSION TAG="xmlsec-$VERSION" svn export http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/${TAG}/ $DIR -tar -c -J -f $TAR --exclude '*.jar' $DIR +tar -c -J -f $TAR --exclude '*.jar' --exclude 'rfc*.txt' $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

