Author: heuermh-guest Date: 2010-07-07 22:27:24 +0000 (Wed, 07 Jul 2010) New Revision: 5003
Added: trunk/packages/biojava/trunk/debian/source/ trunk/packages/biojava/trunk/debian/source/format Modified: trunk/packages/biojava/trunk/debian/control trunk/packages/biojava/trunk/debian/rules Log: adding format file Modified: trunk/packages/biojava/trunk/debian/control =================================================================== --- trunk/packages/biojava/trunk/debian/control 2010-07-07 21:45:37 UTC (rev 5002) +++ trunk/packages/biojava/trunk/debian/control 2010-07-07 22:27:24 UTC (rev 5003) @@ -4,13 +4,14 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Michael Heuer <[email protected]> Build-Depends-Indep: libcommons-dbcp-java (>= 1.1), libhsqldb-java, libcommons-collections-java (>= 2.1), libcommons-pool-java (>= 1.1), libbytecode-java (>= 0.92.cvs.20070925), default-jdk-builddep|openjdk-6-jdk|sun-java6-jdk|sun-java5-jdk|sun-j2sdk1.4|java2-compiler, junit4, ant-optional -Build-Depends: debhelper (>= 5), quilt, cdbs, ant +Build-Depends: quilt, debhelper (>= 5), cdbs, ant Standards-Version: 3.9.0 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biojava/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/biojava/trunk/ Modified: trunk/packages/biojava/trunk/debian/rules =================================================================== --- trunk/packages/biojava/trunk/debian/rules 2010-07-07 21:45:37 UTC (rev 5002) +++ trunk/packages/biojava/trunk/debian/rules 2010-07-07 22:27:24 UTC (rev 5003) @@ -27,7 +27,7 @@ src/org/biojavax/bio/phylo/ParsimonyTreeMethod.java # Add here commands to compile the package. - ANT_OPTS="-Xms1024m -Xmx1024m" ant package-biojava + ANT_OPTS="-Xms512m -Xmx1024m" ant package-biojava #ant compile-demos ant javadocs-biojava Added: trunk/packages/biojava/trunk/debian/source/format =================================================================== --- trunk/packages/biojava/trunk/debian/source/format (rev 0) +++ trunk/packages/biojava/trunk/debian/source/format 2010-07-07 22:27:24 UTC (rev 5003) @@ -0,0 +1 @@ +3.0 (native) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
