File: rules

package info (click to toggle)
nautilus-filename-repairer 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,580 kB
  • sloc: sh: 10,793; ansic: 1,631; makefile: 66
file content (15 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with quilt --with autoreconf

BINPKG = nautilus-filename-repairer

override_dh_makeshlibs:
	dh_makeshlibs -n -Xlibnautilus-filename-repairer.so

override_dh_auto_install:
	dh_auto_install
	# *.la file is not required for a nautilus extension
	find $(CURDIR)/debian/$(BINPKG)/ -name *.la -exec rm \{} \;