File: rules

package info (click to toggle)
gnubiff 2.2.16-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,968 kB
  • ctags: 1,224
  • sloc: cpp: 10,428; sh: 8,858; ansic: 457; makefile: 169; xml: 18
file content (40 lines) | stat: -rwxr-xr-x 826 bytes parent folder | download
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
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_configure:
	autoreconf -fi
	intltoolize --force --copy --automake
	dh_auto_configure -- --with-password

override_dh_auto_build:
	# wrongly referenced in po/*.po
	touch src/GNOME_gnubiffApplet.xml.h

	dh_auto_build

override_dh_auto_install:
	dh_auto_install

	# created by build system, bad for Debian (autogenerated by Debian)
	rm -f debian/gnubiff/usr/share/info/dir*

override_dh_auto_clean:
	dh_auto_clean
	-find . -name 'Makefile.in' | xargs rm -f
	-rm -f configure config.h.in aclocal.m4
	-rm -f INSTALL config.log \
	 config/compile \
	 config/config.guess \
	 config/config.h.in \
	 config/config.sub \
	 config/depcomp \
	 config/install-sh \
	 config/mdate-sh \
	 config/missing \
	 config/texinfo.tex