File: rules

package info (click to toggle)
libvistaio 1.2.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: ansic: 6,341; python: 41; makefile: 9; sh: 9
file content (18 lines) | stat: -rwxr-xr-x 421 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_after_dh_install:
	cd $(CURDIR)/debian/libvistaio-dev/usr/include/vistaio-1.2/vistaio \
	&& iconv -f ISO-8859-1 -t UTF-8 < vista.h > vista.h.converted \
	&& mv vista.h.converted vista.h

execute_after_dh_installdocs:
	find debian -name COPYING -delete