[jenkins-winstone] 09/14: Added a Built-Using field for libjetty8-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 5 15:23:23 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-winstone.

commit 61520cb47ed36cb0d7a36e464ba5bfc315f1d18e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 5 16:44:43 2014 +0200

    Added a Built-Using field for libjetty8-java
---
 debian/control | 1 +
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 6d8c391..414566a 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libjenkins-winstone-java-doc
+Built-Using: libjetty8-java (= ${libjetty8-java:Version})
 Description: Jenkins branch of Winstone servlet container
  Winstone is a servlet container that was written out of a desire to provide
  servlet functionality without the bloat that full J2EE compliance introduces.
diff --git a/debian/rules b/debian/rules
index 237e084..3b143c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ DEB_MAVEN_INSTALL_TO_USJ := false
 PACKAGE   := jenkins-winstone
 JAR       := winstone
 
+JETTY_VERSION := $(shell dpkg-query -f '$${source:Version}' --show libjetty8-java)
+DEB_DH_GENCONTROL_ARGS_ALL := -- -Vlibjetty8-java:Version=${JETTY_VERSION}
+
 # Run mh_installjar to ensure USJ name matches package
 # and does not conflict with any pure winstone packaged
 # sometime in the future

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-winstone.git



More information about the pkg-java-commits mailing list