[jenkins] 29/32: Enable xz compression.
James Downing Page
jamespage at alioth.debian.org
Tue Aug 13 11:46:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
jamespage pushed a commit to branch master
in repository jenkins.
commit 9d98013096e113b3f900bde6838ed0b2737cf873
Author: James Page <james.page at ubuntu.com>
Date: Tue Aug 13 08:50:39 2013 +0100
Enable xz compression.
---
debian/changelog | 7 ++++---
debian/rules | 2 ++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a2245f7..e367277 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
jenkins (1.509.2+dfsg-1) UNRELEASED; urgency=low
- * New upstream release:
+ * New upstream release (Closes: #706725):
- d/control: Update versioned BD's:
* jenkins-executable-war >= 1.28.
* jenkins-instance-identity >= 1.3.
@@ -15,9 +15,10 @@ jenkins (1.509.2+dfsg-1) UNRELEASED; urgency=low
- d/maven.rules: Map to older version of animal-sniffer-maven-plugin.
- Add patch for compatibility with guava >= 0.14.
- Add patch to exclude asm4 dependency via jnr-posix.
- - Fixes the following security vulnerabilities (Closes: #706725):
+ - Fixes the following security vulnerabilities:
CVE-2013-2034, CVE-2013-2033, CVE-2013-2034, CVE-2013-1808
- * d/patches: Switch to using git patch-queue for managing patches.
+ * d/patches/*: Switch to using git patch-queue for managing patches.
+ * d/rules: Enable xz compression.
-- James Page <james.page at ubuntu.com> Sun, 11 Aug 2013 10:44:19 +0100
diff --git a/debian/rules b/debian/rules
index 865f281..2da860f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+)
DEB_MAVEN_BUILD_TARGET := install
DEB_MAVEN_ARGS := -e -Dbuild.version="$(DEB_UPSTREAM_VERSION)"
DEB_MAVEN_INSTALL_TO_USJ := false
+# Enable xz compression
+DEB_DH_BUILDDEB_ARGS ?= -u-Zxz
# Debian package version use daemon to control jenkins processes
# Ubuntu does not need this - managed by upstart
--
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