[jcifs] 04/08: wrap-and-sort -sa.
Markus Koschany
apo at moszumanska.debian.org
Fri Apr 29 13:41:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jcifs.
commit e1a56ce7aae8a9d7053fac0e8af2ee84f3de55fe
Author: Markus Koschany <apo at debian.org>
Date: Fri Apr 29 15:12:01 2016 +0200
wrap-and-sort -sa.
Use only Build-Depends field.
---
debian/control | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 05adce0..7becd82 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,15 @@ Source: jcifs
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant
-Build-Depends-Indep: libservlet3.1-java
+Uploaders:
+ Varun Hiremath <varun at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ cdbs,
+ debhelper (>= 9),
+ default-jdk,
+ libservlet3.1-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jcifs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcifs.git
@@ -12,8 +18,10 @@ Homepage: http://jcifs.samba.org
Package: libjcifs-java
Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjcifs-java-doc
+Depends:
+ ${misc:Depends}
+Suggests:
+ libjcifs-java-doc
Description: Java library for the CIFS/SMB networking protocol
JCIFS is an Open Source client library that implements the CIFS/SMB
networking protocol in 100% Java. CIFS is the standard file sharing
@@ -22,8 +30,10 @@ Description: Java library for the CIFS/SMB networking protocol
Package: libjcifs-java-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjcifs-java
+Depends:
+ ${misc:Depends}
+Suggests:
+ libjcifs-java
Description: Documentation for libjcifs-java (CIFS/SMB library for Java)
JCIFS is an Open Source client library that implements the CIFS/SMB
networking protocol in 100% Java. CIFS is the standard file sharing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jcifs.git
More information about the pkg-java-commits
mailing list