This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository logol.
commit 4bc649aa752cd93d8025c2f110f3c3ce393c0de9 Author: Andreas Tille <[email protected]> Date: Sat Oct 7 21:32:15 2017 +0200 cme fix dpkg-control, Standards-Version: 4.1.1 --- debian/changelog | 6 +++-- debian/control | 74 +++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 56 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd27cb8..db76e77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ -logol (1.7.5-1.1) UNRELEASED; urgency=medium +logol (1.7.5-2) UNRELEASED; urgency=medium - * Non-maintainer upload. + * Team upload. * Moved packaging from SVN to Git + * cme fix dpkg-control + * Standards-Version: 4.1.1 -- Andreas Tille <[email protected]> Sat, 07 Oct 2017 21:23:51 +0200 diff --git a/debian/control b/debian/control index 03447bb..5cc0a73 100644 --- a/debian/control +++ b/debian/control @@ -1,33 +1,60 @@ Source: logol -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 9.0.0), + default-jdk, + ant, + ruby, + gawk, + swi-prolog (>=6.4.1-3), + libbiojava-java, + antlr3, + libcommons-cli-java, + libcommons-collections3-java, + libcommons-configuration-java, + libcommons-lang-java, + libcommons-logging-java, + libxalan2-java, + libxerces2-java, + junit4, + libmail-java, + liblog4j1.2-java, + texlive, + texlive-latex-extra, + tex4ht, + libncursesw5-dev, + ant-optional, + cassiopee, + ruby-cassiopee +# #libdrmaa-java removed from Jessie, to be reintroduced. +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/logol.git Vcs-Git: https://anonscm.debian.org/git/debian-med/logol.git -Build-Depends: debhelper (>= 9.0.0),default-jdk (>= 1:1.6),ant,ruby, - gawk, swi-prolog (>=6.4.1-3), - libbiojava-java, antlr3, libcommons-cli-java, - libcommons-collections3-java, libcommons-configuration-java, - libcommons-lang-java, libcommons-logging-java, libxalan2-java, - libxerces2-java, junit4, libmail-java, - liblog4j1.2-java,texlive, texlive-latex-extra, tex4ht, - libncursesw5-dev, ant-optional, - cassiopee, ruby-cassiopee -#libdrmaa-java removed from Jessie, to be reintroduced. -Standards-Version: 3.9.6 Homepage: http://logol.genouest.org Package: logol Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java7-runtime, - ruby, gawk, - libbiojava-java, antlr3, libcommons-cli-java, - libcommons-collections3-java, libcommons-configuration-java, - libcommons-lang-java, libcommons-logging-java, libxalan2-java, - libxerces2-java, libmail-java, liblog4j1.2-java, - cassiopee, logol-bin -#libdrmaa-java removed from Jessie, to be reintroduced. +Depends: ${shlibs:Depends}, + ${misc:Depends}, + default-jre | java7-runtime, + ruby, + gawk, + libbiojava-java, + antlr3, + libcommons-cli-java, + libcommons-collections3-java, + libcommons-configuration-java, + libcommons-lang-java, + libcommons-logging-java, + libxalan2-java, + libxerces2-java, + libmail-java, + liblog4j1.2-java, + cassiopee, + logol-bin +# #libdrmaa-java removed from Jessie, to be reintroduced. Suggests: ruby-cassiopee (>=0.1.12) Description: Pattern matching tool using Logol language Logol is a pattern matching tool using the Logol language. @@ -37,7 +64,10 @@ Description: Pattern matching tool using Logol language Package: logol-bin Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, swi-prolog(>=6.4.1-3), libncursesw5 +Depends: ${shlibs:Depends}, + ${misc:Depends}, + swi-prolog(>=6.4.1-3), + libncursesw5 Description: Pattern matching tool using Logol language This package contains the Prolog binaries used by Logol to parse the sequence and match the grammar. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/logol.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
