mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-14 03:44:53 +00:00
Add debian build files to enable building of Debian package using for exampl 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>
10 lines
130 B
Makefile
Executable File
10 lines
130 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --with-openssl
|
|
|
|
override_dh_usrlocal:
|