File: devscripts

package info (click to toggle)
libzc 0.4.3-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 872 kB
  • sloc: ansic: 7,407; sh: 327; python: 171; makefile: 99
file content (10 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -us: Do not sign the source package.
# -uc: Do not sign the .buildinfo and .changes files.
# -sa: Forces the inclusion of the original source.
# -rfakeroot: fake root environment
DEBUILD_DPKG_BUILDPACKAGE_OPTS="-sa"

# -i: Print explanatory information about each problem discovered in addition to the lintian error tags.
# -I: Display informational (I:) tags as well
# --show-overrides: Output tags that have been overridden.
DEBUILD_LINTIAN_OPTS="-i -I --show-overrides"