[maven-shared-incremental] 02/03: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Aug 10 18:02:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository maven-shared-incremental.
commit fb8e18b1780b7922c40f6091ed39bb5656ef999c
Author: Miguel Landaeta <nomadium at debian.org>
Date: Thu Aug 10 19:02:23 2017 +0100
Wrap and sort dependencies lists
---
debian/changelog | 3 ++-
debian/control | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 030abb7..3543e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ maven-shared-incremental (1.1-4) UNRELEASED; urgency=medium
* Team upload.
* Remove myself from uploaders. (Closes: #XXXXXX)
+ * Wrap and sort dependencies lists.
- -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 19:43:31 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 19:46:20 +0100
maven-shared-incremental (1.1-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 94b771c..ede41f3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Homepage: http://maven.apache.org/shared/maven-shared-incremental/
Package: libmaven-shared-incremental-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libmaven-shared-incremental-java-doc
Description: Maven incremental build utilities
@@ -32,7 +33,8 @@ Description: Maven incremental build utilities
Package: libmaven-shared-incremental-java-doc
Architecture: all
Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-shared-incremental-java
Description: Maven incremental build utilities (documentation)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-incremental.git
More information about the pkg-java-commits
mailing list