File: rules

package info (click to toggle)
scribus-doc 1.5.8%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, sid, trixie
  • size: 59,600 kB
  • sloc: xml: 767; python: 157; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_VERBOSE=1

p := $(shell dh_listpackages)
p := $(p:-doc=)
$(info This source package will build «$p»)
export p

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DPROJECT_NAME=$p