1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# debian/source/lintian-overrides
# Overrides for Lintian checks of this source package.
# Documentation: ‘/usr/share/doc/lintian/lintian’ §2.4.
# “VCS” is the canonical spelling of that initialism.
# Lintian should ignore case of control field names. Debian bug#1010241.
cute-field debian/control@source VCS-Browser vs Vcs-Browser
cute-field debian/control@source VCS-Git vs Vcs-Git
# The example documents all require making unsolicited HTTP requests to run
# third-party software, which constitutes a privacy breach.
package-does-not-install-examples examples/
# This patch is for an issue present in the Debian packages only.
patch-not-forwarded-upstream debian/patches/replace-gulp-util-log-by-fancy-log.patch
# Local variables:
# coding: utf-8
# mode: conf-space
# End:
# vim: fileencoding=utf-8 filetype=conf :
|