[eclipse-aether] 05/22: Improve d/control
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 8 16:48:20 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch eclipse-aether
in repository eclipse-aether.
commit 9f49678175e39b4ccc819e84b7df171698bfd1c6
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Sun Dec 4 13:10:25 2011 +0100
Improve d/control
---
debian/control | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index fabd0dc..40e6cc7 100644
--- a/debian/control
+++ b/debian/control
@@ -19,12 +19,20 @@ Build-Depends-Indep: default-jdk-doc,
libwagon-java,
libwagon-java-doc
Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/git/pkg-java/aether.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/aether.git
Homepage: http://aether.sonatype.org/
Package: libaether-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
-Suggests: libaether-java-doc
-Description: Aether
- The parent and aggregator for the repository system.
+Description: Library to handle Java artifact repositories
+ Aether is a library for interacting with Java artifact repositories.
+ .
+ This involves the specification of local repository formats, remote repository
+ formats, workspaces, transports, and artifact resolution.
+ .
+ Aether is a dependency of Maven but Aether don't depends on anything Maven
+ specific. For instance, with Aether you can specify your dependency metadata
+ in a properties files or in a database.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-aether.git
More information about the pkg-java-commits
mailing list