File: rules

package info (click to toggle)
metacity 1%3A3.56.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,588 kB
  • sloc: ansic: 59,974; sh: 5,016; makefile: 491; xml: 215; sed: 39
file content (12 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed  # overrides upstream --no-as-needed

%:
	dh $@ --with gnome

override_dh_installwm-arch:
	dh_installwm --priority=60 /usr/bin/metacity

override_dh_gnome_clean: