48e987a71f
moved to my mrconfig
9 lines
157 B
Makefile
Executable file
9 lines
157 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export CABAL=debian/cabal-wrapper
|
|
|
|
# Do use the changelog's version number, rather than making one up.
|
|
export RELEASE_BUILD=1
|
|
|
|
%:
|
|
dh $@
|