File: rules

package info (click to toggle)
recode 3.6-23
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 11,488 kB
  • ctags: 3,351
  • sloc: ansic: 89,467; sh: 16,490; python: 1,281; lisp: 1,027; perl: 335; makefile: 309; lex: 171
file content (52 lines) | stat: -rwxr-xr-x 1,161 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/usr/bin/make -f

%:
	dh $@

package = recode

override_dh_auto_clean:
	dh_auto_clean
	rm -f i18n/*.mo
	rm -f doc/*.html
	rm -f src/recode.1
	rm -f stamp-pot
	rm -rf doc/$(package)

override_dh_auto_configure:
	touch aclocal.m4
	touch configure
	touch stamp-h.in
	touch config.h.in
	touch Makefile.in
	touch m4/Makefile.in
	touch doc/Makefile.in
	touch lib/Makefile.in
	touch libiconv/Makefile.in
	touch i18n/Makefile.in
	touch src/Makefile.in
	touch tests/Makefile.in
	touch contrib/Makefile.in
	dh_auto_configure -- --without-included-gettext
	sh debian/fix-libtool

override_dh_auto_build-arch:
	LD_LIBRARY_PATH=`pwd`/src/.libs dh_auto_build

override_dh_auto_build-indep:

override_dh_auto_test-arch:
	LD_LIBRARY_PATH=`pwd`/src/.libs dh_auto_test

override_dh_auto_test-indep:

override_dh_auto_install-indep:

override_dh_installdocs-arch:
	install -d debian/lib$(package)-dev/usr/share/doc
	ln -s lib$(package)0 debian/lib$(package)-dev/usr/share/doc/lib$(package)-dev
	dh_installdocs -a TODO NEWS THANKS doc/File-Latin1

override_dh_installdocs-indep:
	cd doc && makeinfo --html --split=chapter $(package).texi
	dh_installdocs -i doc/$(package)/*.html