/usr/share/doc/dealer/examples/Descr.pbn is in dealer 20161012-3.
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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #
# This example creates hands in PBN format
#
west1c = hcp(west)>16
east1h = hcp(east)>7 && control(east)<3
condition
west1c and east1h
#
# Dealer and Vulnerability of the simulated problem
#
vulnerable all
dealer north
#
produce
10
action
printpbn
|