File: rules

package info (click to toggle)
readseq 1-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 840 kB
  • sloc: ansic: 11,757; makefile: 429
file content (18 lines) | stat: -rwxr-xr-x 415 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
# debian/rules for readseq
# Andreas Tille <tille@debian.org>, GPL

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_after_dh_clean:
	rm -f readseq

DOCDIR = $(CURDIR)/debian/readseq/usr/share/doc/readseq
execute_after_dh_installdocs:
	iconv -f ISO-8859-1 -t UTF-8 \
	< $(DOCDIR)/Stdfiles \
	> $(DOCDIR)/Stdfiles.converted
	mv -vf $(DOCDIR)/Stdfiles.converted $(DOCDIR)/Stdfiles