File: rules

package info (click to toggle)
gnome-panel 3.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 29,208 kB
  • sloc: ansic: 74,806; sh: 4,936; xml: 2,760; makefile: 1,359; sed: 16; python: 3
file content (16 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

%:
	dh $@ --with gnome

override_dh_auto_configure:
	dh_auto_configure -- --disable-Werror

override_dh_installdocs:
	dh_installdocs ./AUTHORS ./NEWS ./README.md

override_dh_gnome_clean: