mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-09 16:24:58 -04:00
12 lines
253 B
Makefile
Executable file
12 lines
253 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs changelog.upstream upstream
|