File: rules

package info (click to toggle)
mlocate 0.26-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,116 kB
  • sloc: ansic: 10,201; sh: 9,895; makefile: 80; sed: 16
file content (14 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

%:
	dh $@ --builddirectory=build

override_dh_auto_configure:
	dh_auto_configure -- --localstatedir=/var/lib

override_dh_install:
	dh_install --fail-missing
	mv debian/mlocate/usr/bin/locate debian/mlocate/usr/bin/mlocate
	mv debian/mlocate/usr/bin/updatedb debian/mlocate/usr/bin/updatedb.mlocate
	mv debian/mlocate/usr/share/man/man1/locate.1 debian/mlocate/usr/share/man/man1/mlocate.1
	mv debian/mlocate/usr/share/man/man8/updatedb.8 debian/mlocate/usr/share/man/man8/updatedb.mlocate.8