mirror of https://github.com/yandex/odyssey.git
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
![]() |
#!/usr/bin/make -f
|
||
|
# -*- makefile -*-
|
||
|
# NOTE: Only TABs allowed here !!!
|
||
|
|
||
|
override_dh_strip:
|
||
|
dh_strip --dbg-package=@NAME@-dbg
|
||
|
|
||
|
override_dh_auto_install:
|
||
|
dh_auto_install --destdir=debian/@NAME@
|
||
|
|
||
|
%:
|
||
|
dh $@
|