File: rules

package info (click to toggle)
pcmanfm 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,248 kB
  • sloc: ansic: 12,586; makefile: 102; sh: 24
file content (18 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk=3

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

override_dh_installdocs:
	dh_installdocs --link-doc=pcmanfm

override_dh_installchangelogs:
	dh_installchangelogs NEWS