Author: ebourg-guest Date: 2015-06-10 20:08:23 +0000 (Wed, 10 Jun 2015) New Revision: 18739
Modified: trunk/maven-docck-plugin/debian/control trunk/maven-docck-plugin/debian/copyright Log: Wrap and sort Modified: trunk/maven-docck-plugin/debian/control =================================================================== --- trunk/maven-docck-plugin/debian/control 2015-06-10 20:01:43 UTC (rev 18738) +++ trunk/maven-docck-plugin/debian/control 2015-06-10 20:08:23 UTC (rev 18739) @@ -3,9 +3,13 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper -Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java, - libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java +Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper +Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), + libcommons-logging-java, + libmaven-file-management-java, + libmaven-plugin-tools-java, + libmaven2-core-java, + libplexus-utils-java Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-docck-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-docck-plugin/ @@ -13,7 +17,7 @@ Package: libmaven-docck-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven Documentation Checker Plugin Maven is a software project management and comprehension tool. Based on the Modified: trunk/maven-docck-plugin/debian/copyright =================================================================== --- trunk/maven-docck-plugin/debian/copyright 2015-06-10 20:01:43 UTC (rev 18738) +++ trunk/maven-docck-plugin/debian/copyright 2015-06-10 20:08:23 UTC (rev 18739) @@ -18,5 +18,3 @@ License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. - - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

