Author: ludovicc-guest Date: 2009-08-02 13:12:15 +0000 (Sun, 02 Aug 2009) New Revision: 9455
Modified: trunk/asm2/debian/control Log: * Fix build-depends Modified: trunk/asm2/debian/control =================================================================== --- trunk/asm2/debian/control 2009-08-02 13:10:51 UTC (rev 9454) +++ trunk/asm2/debian/control 2009-08-02 13:12:15 UTC (rev 9455) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Barry Hawkins <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 6), cdbs, ant (>= 1.6.5), default-jdk, quilt -Build-Depends-Indep: maven-repo-helper, libow-util-ant-tasks-java (>= 1.3-2), openjdk6-doc +Build-Depends-Indep: maven-repo-helper, libow-util-ant-tasks-java (>= 1.3-2), openjdk-6-doc Standards-Version: 3.8.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm2 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm2 @@ -28,7 +28,7 @@ Package: libasm2-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, openjdk6-doc | classpath-doc +Depends: ${misc:Depends}, openjdk-6-doc | classpath-doc Suggests: libasm2-java Description: Documentation for ASM, the Java(TM) bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

