File: rules

package info (click to toggle)
xdg-desktop-portal-gnome 48.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,048 kB
  • sloc: ansic: 14,063; xml: 1,461; sh: 128; python: 113; makefile: 13
file content (21 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk

configure_options = \
	-Dauto_features=enabled \
	-Ddefault_print_previewer=papers-previewer \
	$(NULL)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(configure_options)

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_gnome_clean: