This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javacc.
commit 103506a0491931fc3dc8c2687b84938d13892494 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 11:11:36 2016 +0100 Wrap and sort --- debian/control | 18 +++++++++++++----- debian/copyright | 1 - 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index dbb70fd..d948ffb 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,16 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk -Build-Depends-Indep: ant-optional, libxalan2-java, docbook-to-man, junit, maven-repo-helper +Build-Depends: + ant, + ant-optional, + cdbs (>= 0.4.5.3), + debhelper (>= 7), + default-jdk, + docbook-to-man, + junit, + libxalan2-java, + maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/javacc.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javacc.git @@ -24,12 +32,12 @@ Description: Parser generator for use with Java the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree - included with JavaCC), actions, debugging, etc. + included with JavaCC), actions, debugging, etc. Package: javacc-doc Architecture: all Section: doc -Depends: default-jdk-doc, ${misc:Depends} +Depends: ${misc:Depends}, default-jdk-doc Suggests: javacc Description: Documentation for the JavaCC Parser Generator Documentation and examples for JavaCC parser generator. @@ -43,4 +51,4 @@ Description: Documentation for the JavaCC Parser Generator the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree - included with JavaCC), actions, debugging, etc. + included with JavaCC), actions, debugging, etc. diff --git a/debian/copyright b/debian/copyright index 2cf1343..58e351d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -60,4 +60,3 @@ License: BSD-3-clause CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javacc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

