On Monday 19 November 2007, Attilio Fiandrotti wrote: > and to get those "pkg-lists:" strings (which, btw, are printed to stderr > and not on stdout, and that's the reason why tee'ing the latter only > didn't do the trick):
So use: make ... 2>&1 | tee ... > Package: libcairo-directfb2-udeb > Source: libcairo > Version: 1.4.10-1 This is the reason. This custom package of yours is not being used because the archive has version 1.4.10-1+b2 which is higher... You could have seen this from either the build log or from dest/MANIFEST.udebs. When you build custom versions of package you should make sure that you always increase the version number to avoid such issues.
signature.asc
Description: This is a digitally signed message part.