/usr/share/doc/duck/README.Debian is in duck 0.7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | 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
|