[wagon] 15/62: * Add missing Depends: ${misc:Depends}. * Change Section: java. * Fix typo: transferring. * Switch to default-jdk. (Closes: #526302)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 8 12:59:33 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 c211604fe579883dd0c07a23038c75f0e6926dc5
Author: Torsten Werner <twerner at debian.org>
Date: Wed Jul 1 21:29:41 2009 +0000
* Add missing Depends: ${misc:Depends}.
* Change Section: java.
* Fix typo: transferring.
* Switch to default-jdk. (Closes: #526302)
---
debian/changelog | 9 +++++++++
debian/control | 15 ++++++++-------
2 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 31cc7d2..22fd289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wagon (1.0-beta-2-4) unstable; urgency=low
+
+ * Add missing Depends: ${misc:Depends}.
+ * Change Section: java.
+ * Fix typo: transferring.
+ * Switch to default-jdk. (Closes: #526302)
+
+ -- Torsten Werner <twerner at debian.org> Wed, 01 Jul 2009 23:27:22 +0200
+
wagon (1.0-beta-2-3) experimental; urgency=low
[ Michael Koch ]
diff --git a/debian/control b/debian/control
index cb4c085..4959e44 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
Source: wagon
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Paul Cager <paul-debian at home.paulcager.org>, Torsten Werner <twerner at debian.org>
-Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java,
+Build-Depends-Indep: default-jdk, ant-optional, libxalan2-java,
junit, junit-doc,
libcommons-httpclient-java,
libcommons-net-java,
@@ -24,7 +24,6 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wagon/
Package: libwagon-java
Architecture: all
-Section: libs
Depends: libcommons-httpclient-java,
libcommons-net-java,
libcommons-openpgp-java,
@@ -35,11 +34,12 @@ Depends: libcommons-httpclient-java,
libplexus-component-api-java,
libplexus-interactivity-api-java,
libplexus-utils-java,
- libslide-webdavclient-java
+ libslide-webdavclient-java,
+ ${misc:Depends}
Suggests: libwagon-java-doc
Homepage: http://maven.apache.org/wagon/
Description: tools to manage Maven artifacts and deployment
- The Wagon project defines a simple API for transfering resources
+ The Wagon project defines a simple API for transferring resources
(artifacts) to and from repositories. The word repository is used in this
context as it is commonly used in Maven and means a storage of artifacts.
.
@@ -92,11 +92,12 @@ Depends: classpath-doc,
libplexus-component-api-java-doc,
libplexus-interactivity-api-java-doc,
libjsch-java-doc,
- libjtidy-java-doc
+ libjtidy-java-doc,
+ ${misc:Depends}
Suggests: libwagon-java
Homepage: http://maven.apache.org/wagon/
Description: tools to manage Maven artifacts and deployment
- The Wagon project defines a simple API for transfering resources
+ The Wagon project defines a simple API for transferring resources
(artifacts) to and from repositories. The word repository is used in this
context as it is commonly used in Maven and means a storage of artifacts.
.
--
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