File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --builddirectory=build

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

override_dh_install:
	dh_missing --fail-missing
	dh_install
	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