File: rules

package info (click to toggle)
nilfs-tools 2.0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,164 kB
  • ctags: 1,223
  • sloc: sh: 9,198; ansic: 8,266; makefile: 73
file content (21 lines) | stat: -rwxr-xr-x 406 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
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_clean:
	dh_auto_clean

	rm -f config.guess config.sub

override_dh_auto_configure:
	cp -f /usr/share/misc/config.guess .
	cp -f /usr/share/misc/config.sub .

	LDCONFIG="/sbin/ldconfig -n" dh_auto_configure

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/nilfs-tools

	# Removing useless files
	rm -f debian/nilfs-tools/usr/lib/*.la