File: rules

package info (click to toggle)
gnome-panel 3.46.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,524 kB
  • sloc: ansic: 72,404; sh: 5,025; xml: 2,847; makefile: 1,401; sed: 16; python: 3
file content (16 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (2)
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

DOPACKAGES=$(shell dh_listpackages)

%:
	dh $@ --with gnome

override_dh_auto_configure:
	dh_auto_configure -- --$(if $(filter libgnome-panel-doc,$(DOPACKAGES)),en,dis)able-gtk-doc --disable-Werror

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