mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-25 19:32:02 +00:00

Add debian build files to enable building of Debian package using for example debuild -b or dpkg-buildpackage -us -uc Extend the .gitignore. The debhelper checks show warnings and errors that will need to be addressed some other time. For some I don't know how to solve them at the moment. Signed-off-by: Stefan Berger <stefanb@linux.watson.ibm.com>
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
#! /usr/bin/dh-exec
|
|
usr/lib/*/*.so
|
|
usr/lib/*/pkgconfig/
|
|
/usr/include/libtpms/*.h
|
|
/usr/share/man/man3/*.3 |