File: rules

package info (click to toggle)
nini 1.1.0%2Bdfsg.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: cs: 7,649; xml: 2,945; makefile: 28; ansic: 7
file content (18 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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_installchangelogs:
	dh_installchangelogs CHANGELOG.txt

override_dh_makeclilibs:
	dh_makeclilibs -i -m $(DEB_CLI_API_VERSION)

%:
	dh $@ --with cli