[okio] 01/07: wrap-and-sort -sa.
Markus Koschany
apo at moszumanska.debian.org
Sat Mar 3 16:53:20 GMT 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository okio.
commit 7fc4241d2b5b429ca43beb912f103688f0fb4f07
Author: Markus Koschany <apo at debian.org>
Date: Sat Mar 3 17:38:36 2018 +0100
wrap-and-sort -sa.
---
debian/control | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 98f648c..1bb698b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,16 @@ Source: okio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Kai-Chung Yan <seamlikok at gmail.com>
-Build-Depends: debhelper (>= 10),
- default-jdk-doc,
- javahelper,
- junit4,
- libanimal-sniffer-java,
- libmaven-javadoc-plugin-java,
- maven-debian-helper
+Uploaders:
+ Kai-Chung Yan <seamlikok at gmail.com>
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk-doc,
+ javahelper,
+ junit4,
+ libanimal-sniffer-java,
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/okio.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/okio.git
@@ -17,7 +19,9 @@ Homepage: https://github.com/square/okio
Package: libokio-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends}
Description: Modern I/O API for Java
Okio is a new library that complements java.io and java.nio to make it much
easier to access, store, and process data.
@@ -25,7 +29,9 @@ Description: Modern I/O API for Java
Package: libokio-java-doc
Section: doc
Architecture: all
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends:
+ ${maven:DocDepends},
+ ${misc:Depends}
Description: Modern I/O API for Java - Documentations
Okio is a new library that complements java.io and java.nio to make it much
easier to access, store, and process data.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/okio.git
More information about the pkg-java-commits
mailing list