diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 00:59:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 01:55:49 -0400 |
| commit | 42f207232beb57c18f67884e7c28424dba3c84c6 (patch) | |
| tree | fe389f774e2f0de6cd5562b9b349f727319cc03f /debian/rules | |
| parent | 167609746d22951477abd6490b34480205c659af (diff) | |
debianization and a wrapper program for /usr/bin
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..dafe10f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +# Avoid using cabal, as it writes to $HOME +export CABAL=./Setup + +%: + dh $@ + +override_dh_auto_build: + $(MAKE) build +override_dh_installdocs: + dh_installdocs README.md TODO +override_dh_installman: + dh_installman debian/propellor.1 |
