We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725ef86 commit 82eb30eCopy full SHA for 82eb30e
build/debian/rules
@@ -1,10 +1,17 @@
1
#!/usr/bin/make -f
2
3
+export PREFIX := /usr
4
+
5
$(info SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH))
6
7
%:
8
dh $@
9
-.PHONY: override_dh_auto_install
10
+override_dh_auto_build:
11
+ dh_auto_build --buildsystem=makefile -- --directory=..
12
13
override_dh_auto_install:
- PREFIX=/usr dh_auto_install
14
+ dh_auto_install --buildsystem=makefile -- --directory=../
15
16
+override_dh_auto_clean:
17
+ dh_auto_clean --buildsystem=makefile -- --directory=../
build/makefile
0 commit comments