File: rules

package info (click to toggle)
pcmanfm 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,796 kB
  • sloc: ansic: 12,550; sh: 1,232; makefile: 100
file content (15 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@}

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/pcmanfm install

override_dh_installdocs:
	dh_installdocs --link-doc=pcmanfm

override_dh_installchangelogs:
	dh_installchangelogs NEWS