File: rules

package info (click to toggle)
nini 1.1.0%2Bdfsg.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,636 kB
  • ctags: 883
  • sloc: cs: 7,649; xml: 2,945; makefile: 31; ansic: 7
file content (23 lines) | stat: -rwxr-xr-x 421 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
#!/usr/bin/make -f
export DH_VERBOSE=1

DEB_CLI_ABI_VERSION = 1.1
DEB_CLI_API_VERSION = 1.1

override_dh_auto_build:
	uudecode -o debian/Nini.snk debian/Nini.snk.uue
	$(MAKE) -f debian/Makefile

override_dh_clean:
	rm -f build-stamp debian/Nini.snk
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.txt

override_dh_makeclilibs:
	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)

%:
	dh $@ --with cli