File: rules

package info (click to toggle)
ldapvi 1.7-10
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,076 kB
  • ctags: 998
  • sloc: ansic: 6,529; xml: 1,331; sh: 194; makefile: 16
file content (25 lines) | stat: -rwxr-xr-x 400 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
21
22
23
24
25
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-libcrypto=none
	cd manual && $(MAKE) manual.html

override_dh_clean:
	-rm manual/manual.html
	cp -a configure configure.save
	dh_clean
	mv configure.save configure

override_dh_auto_install:
	# NOP

override_dh_installchangelogs:
	dh_installchangelogs NEWS


check: build
	test -f debian/rules
	cd test && ./try