File: rules

package info (click to toggle)
discount 2.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 984 kB
  • sloc: ansic: 5,706; pascal: 1,027; sh: 287; makefile: 208
file content (20 lines) | stat: -rwxr-xr-x 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --no-parallel


override_dh_auto_configure:
	./configure.sh --shared                     \
		--prefix=/usr                           \
		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
		--with-id-anchor                        \
		--with-github-tags                      \
		--with-fenced-code                      \
		--with-dl=both                          \
		--github-checkbox                       \
		--debian-glitch

override_dh_auto_install:
	dh_install