[jenkins-winstone] 01/01: Built-Using jetty8 instead of libjetty8-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 5 16:39:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag debian/2.3-1
in repository jenkins-winstone.

commit b53bd811a524fdb4337143b626b1115234773510
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 5 17:42:29 2014 +0200

    Built-Using jetty8 instead of libjetty8-java
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 41e3c6a..c8236e0 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Architecture: all
 Depends: ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libjenkins-winstone-java-doc
-Built-Using: libjetty8-java (= ${libjetty8-java:Version})
+Built-Using: jetty8 (= ${jetty8: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 9d2db79..ef708f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ 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}
+DEB_DH_GENCONTROL_ARGS_ALL := -- -Vjetty8:Version=${JETTY_VERSION}
 
 # Run mh_installjar to ensure USJ name matches package
 # and does not conflict with any pure winstone packaged

-- 
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