blob: bd09ea5439e2113d7c10b3b870b9dddc9ddff690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!/usr/bin/make -f
%:
dh $@
build: build-stamp
build-stamp:
dh_testdir
touch build-stamp
override_dh_installchangelogs:
dh_installchangelogs NEWS
override_dh_auto_install:
dh_auto_install
# Give the binary sane name
# Not needed
rm $(CURDIR)/debian/osc/usr/bin/osc_hotshot.py
|