File: rules

package info (click to toggle)
gnome-terminal 3.58.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,184 kB
  • sloc: cpp: 69,931; ansic: 8,222; python: 2,064; xml: 1,343; sh: 583; perl: 80; lisp: 18; makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dnautilus_extension=$(if $(filter nautilus-extension-gnome-terminal,$(shell dh_listpackages)),true,false)

execute_after_dh_auto_build:
	pod2man \
		--center '$(DEB_VENDOR)' \
		--release '$(DEB_SOURCE) $(DEB_VERSION)' \
		debian/gnome-terminal.wrapper \
		debian/gnome-terminal.wrapper.1