[pkg-java] r8727 - trunk/wagon/debian

Torsten Werner twerner at alioth.debian.org
Wed Jul 1 21:29:41 UTC 2009


Author: twerner
Date: 2009-07-01 21:29:41 +0000 (Wed, 01 Jul 2009)
New Revision: 8727

Modified:
   trunk/wagon/debian/changelog
   trunk/wagon/debian/control
Log:
* Add missing Depends: ${misc:Depends}.
* Change Section: java.
* Fix typo: transferring.
* Switch to default-jdk. (Closes: #526302)

Modified: trunk/wagon/debian/changelog
===================================================================
--- trunk/wagon/debian/changelog	2009-07-01 21:22:24 UTC (rev 8726)
+++ trunk/wagon/debian/changelog	2009-07-01 21:29:41 UTC (rev 8727)
@@ -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 ]

Modified: trunk/wagon/debian/control
===================================================================
--- trunk/wagon/debian/control	2009-07-01 21:22:24 UTC (rev 8726)
+++ trunk/wagon/debian/control	2009-07-01 21:29:41 UTC (rev 8727)
@@ -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 @@
 
 Package: libwagon-java
 Architecture: all
-Section: libs
 Depends: libcommons-httpclient-java,
          libcommons-net-java,
          libcommons-openpgp-java,
@@ -35,11 +34,12 @@
          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 @@
          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.
  .




More information about the pkg-java-commits mailing list