File: gbp.conf

package info (click to toggle)
greylistd 0.9.0.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 620 kB
  • sloc: python: 1,116; sh: 257; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[DEFAULT]
cleaner = fakeroot debian/rules clean

# Create pristine-tar on import
pristine-tar = True

# Run lintian to check package after build
postbuild = lintian -iIE --pedantic $GBP_CHANGES_FILE && echo "Lintian OK"""

[buildpackage]
export-dir = ../build-area/

[dch]
# ignore merge commit messages
git-log = --no-merges