[pkg-java] r18309 - trunk/bouncycastle/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 7 12:11:09 UTC 2014


Author: ebourg-guest
Date: 2014-08-07 12:11:09 +0000 (Thu, 07 Aug 2014)
New Revision: 18309

Modified:
   trunk/bouncycastle/debian/control
Log:
Wrap and sort



Modified: trunk/bouncycastle/debian/control
===================================================================
--- trunk/bouncycastle/debian/control	2014-08-07 12:10:18 UTC (rev 18308)
+++ trunk/bouncycastle/debian/control	2014-08-07 12:11:09 UTC (rev 18309)
@@ -2,9 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Brian Thomason <brian.thomason at eucalyptus.com>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 9), ant, libgnumail-java,
- junit, ant-optional, maven-repo-helper, default-jdk (>= 1:1.6), javahelper
+Uploaders: Brian Thomason <brian.thomason at eucalyptus.com>,
+           Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant,
+               ant-optional,
+               cdbs (>= 0.4.27),
+               debhelper (>= 9),
+               default-jdk (>= 1:1.6),
+               javahelper,
+               junit,
+               libgnumail-java,
+               maven-repo-helper
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bouncycastle
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/bouncycastle
@@ -38,7 +46,10 @@
 
 Package: libbcmail-java
 Architecture: all
-Depends: libgnumail-java, libbcprov-java (>= ${source:Version}), libbcpkix-java (>= ${source:Version}), ${misc:Depends}
+Depends: libbcpkix-java (>= ${source:Version}),
+         libbcprov-java (>= ${source:Version}),
+         libgnumail-java,
+         ${misc:Depends}
 Suggests: libbcmail-java-doc
 Description: Bouncy Castle generators/processors for S/MIME and CMS
  The Bouncy Castle Crypto package is a Java implementation of
@@ -96,4 +107,4 @@
  The Bouncy Castle Crypto package is a Java implementation of
  cryptographic algorithms.
  .
- This package contains the Javadoc for libbcpg-java. 
+ This package contains the Javadoc for libbcpg-java.




More information about the pkg-java-commits mailing list