Differences between revisions 2 and 3
Revision 2 as of 2010-04-24 19:06:12
Size: 939
Editor: FranklinPiat
Comment: fix typo
Revision 3 as of 2020-11-01 03:22:21
Size: 765
Editor: PaulWise
Comment: database is gone
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
<<Include(Lintian/Tags/DB, ,from="^Self:Lintian/Tags/build-depends-on-python-dev-with-no-arch-any",to="^##END:Lintian/Tags/build-depends-on-python-dev-with-no-arch-any$")>>

Lintian tags - hints and tips

Maintainers Tags Source packages

Feel free to contribute and share your hints and tips.

Hints and Tips

CDBS generates python-dev build-dependency

When CDBS is used to generate build dependencies, it always generate:

  • Build-Depends: python-dev

If your package don't need python-dev, you can add one of those rules in debian/rules:

  •   CDBS_BUILD_DEPENDS_class_python-distutils = python
      CDBS_BUILD_DEPENDS_class_python-distutils = python-all

See CDBS bug 577613

References