[wagon] 26/62: Add Build-Depends: libjsoup-java and libcommons-io-java.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 8 12:59:34 UTC 2017


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

ebourg-guest pushed a commit to branch master-1.x
in repository wagon.

commit 1d7305ec0ecf283ce8a72d64bf83002a5e65c736
Author: Torsten Werner <twerner at debian.org>
Date:   Mon Aug 29 18:46:29 2011 +0000

    Add Build-Depends: libjsoup-java and libcommons-io-java.
---
 debian/changelog | 3 ++-
 debian/control   | 3 ++-
 debian/rules     | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b8af80..126a31a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,10 +10,11 @@ wagon (1.0.0-1) UNRELEASED; urgency=low
   [ Torsten Werner ]
   * New upstream release 1.0. We use 1.0.0 to fake a newer version compared to
     1.0-beta-*.
+  * Add Build-Depends: libjsoup-java and libcommons-io-java.
   * Change debian/watch to allow download of version 1.0.
   * Disable old patch that is not needed anymore.
 
- -- Torsten Werner <twerner at debian.org>  Mon, 29 Aug 2011 15:31:12 +0200
+ -- Torsten Werner <twerner at debian.org>  Mon, 29 Aug 2011 20:45:59 +0200
 
 wagon (1.0-beta-6-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 39c1c05..141cc73 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends-Indep: maven-repo-helper (>= 0.7), maven-ant-helper (>> 4), ant, a
                      libmaven-scm-java, libmaven-scm-java-doc,
                      libnekohtml-java, libnekohtml-java-doc, 
                      libplexus-interactivity-api-java, libplexus-interactivity-api-java-doc, 
-                     libplexus-utils-java, libplexus-utils-java-doc
+                     libplexus-utils-java, libplexus-utils-java-doc, libjsoup-java,
+                     libcommons-io-java
 Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), quilt, default-jdk
 Standards-Version: 3.8.3
 Homepage: http://maven.apache.org/wagon/
diff --git a/debian/rules b/debian/rules
index fd7dce3..45e6602 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/^1\.0\.0/1.0/')
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := ant-nodeps
+DEB_JARS             := ant-nodeps jsoup commons-io
 DEB_ANT_BUILD_TARGET := package javadoc
 DEB_ANT_BUILDFILE    := debian/build.xml
 DEB_ANT_ARGS         := -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
@@ -17,7 +17,7 @@ MODULES              := wagon-file wagon-ftp wagon-http wagon-http-lightweight w
  #wagon-webdav-jackrabbit
 
 get-orig-source:
-	uscan --download-version $(VERSION) --force-download --rename
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
 
 makebuilddir/lib$(PACKAGE)-java::
 	set -e; for MODULE in $(addprefix wagon-providers/, $(MODULES)); do \

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



More information about the pkg-java-commits mailing list