Author: tille Date: 2014-04-07 12:42:27 +0000 (Mon, 07 Apr 2014) New Revision: 16591
Modified: trunk/packages/tcode/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/tcode/trunk/debian/control =================================================================== --- trunk/packages/tcode/trunk/debian/control 2014-04-07 12:40:09 UTC (rev 16590) +++ trunk/packages/tcode/trunk/debian/control 2014-04-07 12:42:27 UTC (rev 16591) @@ -1,24 +1,31 @@ Source: tcode -Section: java -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Tim Booth <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, ant, latex2html, - texlive-latex-base, texlive-latex-extra, texlive-bibtex-extra -Standards-Version: 3.9.4 +Section: java +Priority: optional +Build-Depends: debhelper (>= 9), + default-jdk, + ant, + latex2html, + texlive-latex-base, + texlive-latex-extra, + texlive-bibtex-extra +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tcode/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/tcode/trunk/ Homepage: http://www.iro.umontreal.ca/~simardr/ssj/ssj-source.html Package: tcode Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre, latex2html, texlive-bibtex-extra +Depends: ${shlibs:Depends}, + ${misc:Depends}, + default-jre, + latex2html, + texlive-bibtex-extra Description: create a Java file from an associated LaTex file Tcode is a small program that creates a Java file from an associated LaTex file. All our code is written in LaTex format with special commands that allows Tcode to extract the Java code from the LaTex file. After which, Javadoc and LaTeX2HTML will create the HTML documentation. This guarantees that the source code and its documentation will never diverge. - . - The user guide for Tcode is the file /usr/share/doc/tcode/tcode.pdf. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
