1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: maven-scm
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
junit (>= 3.8.2),
libganymed-ssh2-java,
libmaven-install-plugin-java,
libmaven-javadoc-plugin-java,
libmodello-maven-plugin-java,
libnetbeans-cvsclient-java,
libplexus-container-default-java,
libplexus-container-default-java-doc,
libplexus-maven-plugin-java,
libplexus-utils-java,
libplexus-utils-java-doc,
libregexp-java,
libregexp-java-doc,
subversion
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-scm.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-scm.git
Homepage: http://maven.apache.org/scm/
Package: libmaven-scm-java
Architecture: all
Depends: ${misc:Depends}, libplexus-container-default-java, libplexus-utils-java
Suggests: libmaven-scm-java-doc
Description: Maven SCM - Common API for SCM operations (Core API)
Maven SCM supports Maven 2.x plugins and other tools by providing them
with a common API for doing SCM operations. Maven SCM supports the main
SCMs such as Subversion, Git, Mercurial, Bazaar, CVS, Perforce and more.
.
This package contains the core API (maven-scm-api and maven-scm-managers).
Package: libmaven-scm-providers-java
Architecture: all
Depends: ${misc:Depends}, libmaven-scm-java (= ${source:Version}), libregexp-java, libganymed-ssh2-java, libnetbeans-cvsclient-java
Breaks: libmaven-scm-java (<< 1.3-6~)
Replaces: libmaven-scm-java (<< 1.3-6~)
Description: Maven SCM - Common API for SCM operations (Providers)
Maven SCM supports Maven 2.x plugins and other tools by providing them
with a common API for doing SCM operations. Maven SCM supports the main
SCMs such as Subversion, Git, Mercurial, Bazaar, CVS, Perforce and more.
.
This package contains the providers (maven-scm-provider-*).
Package: libmaven-scm-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-scm-java
Description: Maven SCM - Common API for SCM operations (Documentation)
Maven SCM supports Maven 2.x plugins and other tools by providing them
with a common API for doing SCM operations. Maven SCM supports the main
SCMs such as Subversion, Git, Mercurial, Bazaar, CVS, Perforce and more.
.
This package provides the API documentation for Maven SCM.
|