Package: checkstyle Severity: serious Tags: patch When building 'checkstyle' in a clean chroot, I get the following error:
dpkg-buildpackage: host architecture is amd64 debian/rules clean debian/rules:9: /usr/share/cdbs/1/rules/simple-patchsys.mk: No such file or directory debian/rules:10: /usr/share/cdbs/1/rules/debhelper.mk: No such file or directory debian/rules:11: /usr/share/cdbs/1/class/ant.mk: No such file or directory make: *** No rule to make target `/usr/share/cdbs/1/class/ant.mk'. Stop. Please add the missing Build-Depends on 'cdbs' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/checkstyle-3.4/debian/control ./debian/control --- ../tmp-orig/checkstyle-3.4/debian/control 2005-03-26 08:35:26.754320933 +0100 +++ ./debian/control 2005-03-26 08:28:37.275096185 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.0.0), jikes (>= 1.22), kaffe (>= 1.1.4.PRECVS8-2), libant1.6-java, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java, gjdoc (>= 0.7.2) +Build-Depends-Indep: debhelper, cdbs, jikes (>= 1.22), kaffe (>= 1.1.4.PRECVS8-2), libant1.6-java, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java, gjdoc (>= 0.7.2) Standards-Version: 3.6.1 Package: checkstyle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]