summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Landaeta <nomadium@debian.org>2017-08-10 18:23:28 +0100
committerMiguel Landaeta <nomadium@debian.org>2017-08-10 18:23:28 +0100
commitc5f310137135f4881da9c8081b50c4f0dddbf1c3 (patch)
tree0aa8ee47e2274cecb6c1f3a46f32b98bddc7a6ae
parent0cd46e55c655aa17ade2e2d0044c88430dcf6976 (diff)
Wrap and sort dependencies lists
-rw-r--r--debian/changelog3
-rw-r--r--debian/control13
2 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f9a969..a1ed7eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libjsr305-java (0.1~+svn49-11) UNRELEASED; urgency=medium
* Remove myself from uploaders list. (Closes: #XXXXXX)
* Bump DH compat level to 10.
* Bump Standards-Version to 3.9.8. No changes were required.
+ * Wrap and sort dependencies lists.
- -- Miguel Landaeta <nomadium@debian.org> Thu, 10 Aug 2017 19:12:02 +0100
+ -- Miguel Landaeta <nomadium@debian.org> Thu, 10 Aug 2017 19:19:36 +0100
libjsr305-java (0.1~+svn49-10) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7f9bb1b..ef80a95 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
-Build-Depends: debhelper (>= 10~), default-jdk, javahelper (>= 0.32~),
- default-jdk-doc, maven-repo-helper
+Build-Depends: debhelper (>= 10~),
+ default-jdk,
+ default-jdk-doc,
+ javahelper (>= 0.32~),
+ maven-repo-helper
Standards-Version: 3.9.8
Homepage: http://code.google.com/p/jsr-305/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjsr305-java.git
@@ -12,7 +15,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjsr305-java.git
Package: libjsr305-java
Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Suggests: libjsr305-java-doc
Description: Java library that provides annotations for software defect detection
This library provides the implementation of Java Specification Request 305.
@@ -23,7 +27,8 @@ Description: Java library that provides annotations for software defect detectio
Package: libjsr305-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Suggests: libjsr305-java
Description: Java library that provides annotations for software defect detection (API)