[libspring-java] 02/04: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Aug 10 17:48:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository libspring-java.
commit b0b8600bd806d1edd1de36dd519661a7297f5858
Author: Miguel Landaeta <nomadium at debian.org>
Date: Thu Aug 10 18:47:54 2017 +0100
Wrap and sort dependencies lists
---
debian/changelog | 3 ++-
debian/control | 25 ++++++++++++++++++-------
2 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 95f048e..d55d64b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libspring-java (4.3.10-2) UNRELEASED; urgency=medium
* Team upload.
* Remove myself from uploaders list. (Closes: #XXXXXX)
+ * Wrap and sort dependencies lists.
- -- Miguel Landaeta <nomadium at debian.org> Thu, 10 Aug 2017 20:03:47 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Thu, 10 Aug 2017 20:08:13 +0100
libspring-java (4.3.10-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 61c698c..8912b5b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10), default-jdk (>= 1:1.6), gradle (>= 1.7), gradle-debian-helper (>= 1.4.4~)
+Build-Depends: debhelper (>= 10),
+ default-jdk (>= 1:1.6),
+ gradle (>= 1.7),
+ gradle-debian-helper (>= 1.4.4~)
Build-Depends-Indep: bsh,
glassfish-javaee,
gradle-plugin-protobuf,
@@ -89,7 +92,9 @@ Homepage: http://projects.spring.io/spring-framework/
Package: libspring-core-java
Architecture: all
-Depends: libasm-java (>= 5.0), libcommons-logging-java, ${misc:Depends}
+Depends: libasm-java (>= 5.0),
+ libcommons-logging-java,
+ ${misc:Depends}
Suggests: libaspectj-java,
libcommons-collections3-java,
liblog4j1.2-java
@@ -147,7 +152,9 @@ Recommends: glassfish-javaee,
libjodatime-java,
libspring-instrument-java (= ${source:Version}),
libtomcat8-java
-Suggests: bsh, groovy, jruby (>= 1.7.19~)
+Suggests: bsh,
+ groovy,
+ jruby (>= 1.7.19~)
Description: modular Java/J2EE application framework - Context
Spring is a layered Java/J2EE application framework offering a lot of freedom
to Java developers yet providing well documented and easy-to-use solutions for
@@ -239,7 +246,8 @@ Description: modular Java/J2EE application framework - Portlet MVC
Package: libspring-test-java
Architecture: all
Depends: libspring-core-java (= ${source:Version}), ${misc:Depends}
-Recommends: junit4 (>= 4.5), testng
+Recommends: junit4 (>= 4.5),
+ testng
Description: modular Java/J2EE application framework - Test helpers
Spring is a layered Java/J2EE application framework offering a lot of freedom
to Java developers yet providing well documented and easy-to-use solutions for
@@ -250,7 +258,8 @@ Description: modular Java/J2EE application framework - Test helpers
Package: libspring-transaction-java
Architecture: all
-Depends: libspring-core-java (= ${source:Version}), ${misc:Depends}
+Depends: libspring-core-java (= ${source:Version}),
+ ${misc:Depends}
Recommends: glassfish-javaee,
libspring-aop-java (= ${source:Version}),
libspring-context-java (= ${source:Version})
@@ -304,7 +313,8 @@ Description: modular Java/J2EE application framework - JMS tools
Package: libspring-orm-java
Architecture: all
-Depends: libspring-jdbc-java (= ${source:Version}), ${misc:Depends}
+Depends: libspring-jdbc-java (= ${source:Version}),
+ ${misc:Depends}
Recommends: libdom4j-java,
libhibernate3-java (>= 3.5),
libjdo-api-java (>= 3.1),
@@ -319,7 +329,8 @@ Description: modular Java/J2EE application framework - ORM tools
Package: libspring-expression-java
Architecture: all
-Depends: libspring-core-java (= ${source:Version}), ${misc:Depends}
+Depends: libspring-core-java (= ${source:Version}),
+ ${misc:Depends}
Description: modular Java/J2EE application framework - Expression language
Spring is a layered Java/J2EE application framework offering a lot of freedom
to Java developers yet providing well documented and easy-to-use solutions for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git
More information about the pkg-java-commits
mailing list