~ubuntu-branches/ubuntu/raring/wagon2/raring-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2012-01-29 23:23:22 UTC
  • Revision ID: package-import@ubuntu.com-20120129232322-sv7vn8958hvr69e9
Tags: 2.2-1
* New upstream release:
  - It's a major release so use a new source package: wagon2.
  - Old wagon package have to be kept for maven 2.x build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: wagon2
 
2
Section: java
 
3
Priority: optional
 
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
 
6
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
 
7
Build-Depends-Indep: default-jdk-doc,
 
8
                     junit,
 
9
                     libbcprov-java,
 
10
                     libcommons-codec-java,
 
11
                     libcommons-codec-java-doc,
 
12
                     libcommons-httpclient-java,
 
13
                     libcommons-io-java,
 
14
                     libcommons-logging-java,
 
15
                     libcommons-logging-java-doc,
 
16
                     libcommons-net2-java,
 
17
                     libcommons-net2-java-doc,
 
18
                     libeasymock-java,
 
19
                     libjackrabbit-java,
 
20
                     libjaxen-java,
 
21
                     libjetty-java,
 
22
                     libjetty-java-doc,
 
23
                     libjsch-java,
 
24
                     libjsoup-java,
 
25
                     libmaven-enforcer-plugin-java,
 
26
                     libmaven-javadoc-plugin-java,
 
27
                     libmaven-parent-java,
 
28
                     libmaven-scm-java,
 
29
                     libmaven-scm-java-doc,
 
30
                     libmaven-shade-plugin-java,
 
31
                     libnekohtml-java,
 
32
                     libplexus-container-default-java,
 
33
                     libplexus-container-default-java-doc,
 
34
                     libplexus-containers-java,
 
35
                     libplexus-containers-java-doc,
 
36
                     libplexus-interactivity-api-java,
 
37
                     libplexus-interactivity-api-java-doc,
 
38
                     libplexus-maven-plugin-java,
 
39
                     libplexus-utils-java,
 
40
                     libplexus-utils-java-doc,
 
41
                     subversion
 
42
Standards-Version: 3.9.2
 
43
Vcs-Git: git://git.debian.org/git/pkg-java/wagon.git
 
44
Vcs-Browser: http://git.debian.org/?p=pkg-java/wagon.git
 
45
Homepage: http://maven.apache.org/wagon/
 
46
 
 
47
Package: libwagon2-java
 
48
Architecture: all
 
49
Depends: ${maven:Depends}, ${misc:Depends}
 
50
Recommends: ${maven:OptionalDepends}
 
51
Description: resources' transport abstraction that is used in Maven
 
52
 The Wagon project defines a simple API for transferring resources
 
53
 (artifacts) to and from repositories. The word repository is used in this
 
54
 context as it is commonly used in Maven and means a storage of artifacts.
 
55
 It is also used to deploy the Maven generated site to a server.
 
56
 .
 
57
 Wagon defines a unified API, and it currently has the following providers:
 
58
  * File
 
59
  * HTTP
 
60
  * HTTP lightweight
 
61
  * FTP
 
62
  * SSH/SCP
 
63
  * WebDAV
 
64
  * SCM (in progress)