File: rules

package info (click to toggle)
gnubiff 2.2.15-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,768 kB
  • ctags: 1,148
  • sloc: cpp: 10,415; sh: 8,858; ansic: 457; makefile: 158; xml: 4
file content (28 lines) | stat: -rwxr-xr-x 568 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
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_configure:
	autoreconf -fi
	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