File: rules

package info (click to toggle)
propellor 5.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,864 kB
  • sloc: haskell: 17,638; makefile: 61; sh: 40; perl: 38
file content (15 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_SETUP_BIN_NAME = debian/hlibrary.setup

# Avoid using cabal, as it writes to $HOME
export CABAL = $(DEB_SETUP_BIN_NAME)

%:
	dh $@

execute_after_dh_auto_build:
	make propellor.1

execute_after_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp make install-src