File: gbp.conf

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20161111.0.293ce0c-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,884 kB
  • ctags: 248
  • sloc: ansic: 33; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[DEFAULT]
builder=git-pbuilder
cleaner=fakeroot debian/rules clean
upstream-tag=master/%(version)s
debian-branch = debian
[buildpackage]
prebuild = \
  if ( tar tavf ../golang-github-jacobsa-crypto_0.0~git*.orig.tar.gz | grep aes.locl );\
  then \
    echo "Source tar needs repacking. Use get-orig-source.";\
    exit 1
  fi