[jenkins] 01/09: Removed the sourceless and unused connection.swf file
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Sep 2 20:42:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins.
commit bfa256d2b8a39112c4291127abdd2e66e088adbb
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Sep 2 15:32:43 2014 +0200
Removed the sourceless and unused connection.swf file
---
debian/changelog | 1 +
debian/orig-tar.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b849089..5e202fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ jenkins (1.509.2+dfsg-3) UNRELEASED; urgency=medium
in groovy 1.8.6-4 (Closes: #759946)
* Fixed a compilation error related to stapler
(@DataBoundConstructor must be applied to a public constructor)
+ * Removed the sourceless and unused connection.swf file (Closes: #736792)
* debian/watch: Fixed to match only the LTS releases (Closes: #731204)
* Switch to debhelper level 9
* debian/control:
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 8bdbd88..4e65a73 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -13,6 +13,7 @@ rm $3
XZ_OPT=--best tar -cJf $TAR \
--exclude '*.jar' \
--exclude '*.class' \
+ --exclude '*.swf' \
--exclude 'CVS' \
--exclude '.svn' \
--exclude "jenkins-$VERSION/debian" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git
More information about the pkg-java-commits
mailing list