File: README.Debian

package info (click to toggle)
duck 0.14.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,968 kB
  • sloc: perl: 2,061; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
Post-build hook for gbp
-----------------------

To automagically run duck after using gbp buildpackage,
add the following entry to your $HOME/.gbp.conf file:

[buildpackage]
postbuild= which duck >/dev/null && { cd "$GBP_BUILD_DIR" && duck -v; exit $?; } || true