File: rules

package info (click to toggle)
prelude-lml 5.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 9,632 kB
  • sloc: ansic: 58,349; sh: 12,879; makefile: 177; python: 21
file content (23 lines) | stat: -rwxr-xr-x 604 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CONFIGURE_FLAGS = ICU_CFLAGS="$(shell pkg-config --cflags icu-i18n)" \
		  ICU_LIBS="$(shell pkg-config --libs icu-i18n)"

override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIGURE_FLAGS)

override_dh_auto_install:
	dh_auto_install
	find debian/prelude-lml/usr/lib -name '*.la' -delete

override_dh_install:
	dh_install
	rmdir -v $(CURDIR)/debian/prelude-lml/var/run/prelude-lml
	mkdir -pv $(CURDIR)/debian/prelude-lml/var/spool/prelude/prelude-lml

%:
	dh $@