[netbeans] 01/12: orig-tar.sh: Remove W3C spec files from tarball.
Markus Koschany
apo at moszumanska.debian.org
Thu May 26 16:09:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository netbeans.
commit b053af6e4e0ddd8de7cdfa02f6f3f548ef49637b
Author: Markus Koschany <apo at debian.org>
Date: Thu May 26 07:45:57 2016 +0200
orig-tar.sh: Remove W3C spec files from tarball.
Closes: #823813
---
debian/orig-tar.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 4831ad0..165098b 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -139,6 +139,9 @@ find $BASE/ -name "*.ear" -type f -delete
# Remove bits of a version control repository
rm -rf $BASE/versioning.util/test/unit/data/
+# Remove W3C spec files #823813
+rm -r websvc.wsitmodelext/src/org/netbeans/modules/websvc/wsitmodelext/catalog/resources/
+
# Make our ".orig.tar.xz"
tar caf $TAR $BASE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git
More information about the pkg-java-commits
mailing list