File: rules

package info (click to toggle)
propellor 5.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,804 kB
  • sloc: haskell: 17,747; makefile: 58; perl: 38; sh: 28
file content (15 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# don't install CHANGELOG as it duplicates d/changelog
DEB_INSTALL_CHANGELOGS_ALL=-XCHANGELOG

# Avoid using cabal, as it writes to $HOME
export CABAL=./Setup

build/propellor::
	$(MAKE) build
install/propellor::
	DESTDIR=$(CURDIR)/debian/propellor $(MAKE) install

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk