mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
13 lines
278 B
Makefile
Executable File
13 lines
278 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
## Copyright (C) 2012 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --with=config-package
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs changelog.upstream upstream
|