Package: vlogger Version: 1.3-2 Severity: serious Tags: patch When building 'vlogger' in a clean 'unstable' chroot, I get the following error:
debian/rules clean debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or directory debian/rules:4: /usr/share/cdbs/1/rules/simple-patchsys.mk: No such file or directory make: *** No rule to make target `/usr/share/cdbs/1/rules/simple-patchsys.mk'. Stop. Please add the missing Build-Depends on 'cdbs' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/vlogger-1.3/debian/control ./debian/control --- ../tmp-orig/vlogger-1.3/debian/control 2005-03-31 13:15:17.016433048 +0200 +++ ./debian/control 2005-03-31 13:12:28.172090495 +0200 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: RISKO Gergely <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.0.0) +Build-Depends-Indep: debhelper (>> 4.0.0), cdbs Standards-Version: 3.6.1.1 Package: vlogger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

