2010-08-27 14:24:31 |
Cosme Domínguez |
description |
Binary package hint: cdbs
Step by step:
-> Try to build a package that uses cdbs in his debian/rules file
-> Use:
DEB_DH_BUILDDEB_ARGS = -- -Zlzma
to enable lzma compression in deb packages.
-> Run lintian and you will get some like this :
"Can't call method "data" on an undefined value at /usr/share/lintian/checks/deb-format line 63.
internal error: cannot run deb_format check on package
warning: skipping check of binary package"
I tried with freeimage, codeblocks and ogre packages.
Install lastest cdbs release (http://packages.debian.org/sid/all/cdbs/download) seems fix this "problem" |
Binary package hint: cdbs
Step by step:
-> Try to build a package that uses cdbs in his debian/rules file
-> Use:
DEB_DH_BUILDDEB_ARGS = -- -Zlzma
to enable lzma compression in deb packages.
-> Run lintian and you will get some like this :
"Can't call method "data" on an undefined value at /usr/share/lintian/checks/deb-format line 63.
internal error: cannot run deb_format check on package
warning: skipping check of binary package"
I tried with freeimage, codeblocks and ogre packages.
Install lastest cdbs release from Debian (http://packages.debian.org/sid/all/cdbs/download) seems fix this "problem"
|
|