Where can I find some examples of using DTLS using the python wrapper?

Also when running "make deb" after ./configure and a successful "make", I get the following error:
make[1]: Leaving directory '/home/fenster/tmp/z0131/wolfssl-5.7.0-commercial'
fakeroot dh_makeshlibs
dh_shlibdeps
dh_installdeb
fakeroot dh_gencontrol
cp: cannot stat 'debian/copyright': No such file or directory
make: *** [Makefile:9383: deb] Error 1

The wolfssl-py instructions discuss the usage of USE_LOCAL_WOLFSSL. Can you please clarify it's usage?
Will the wolfssl libraries be included in the resulting package? Is the usage of USE_LOCAL_WOLFSSL to control where the wolfssl-py looks for the wolfssl libraries and as a result does not include them in the build?

What is the best practice for building (from scratch, given the source code tar ball) a debian package that contains both the wolfssl libraries and the python wrapper?