File: rules

package info (click to toggle)
libsignon-glib 2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 500 kB
  • sloc: ansic: 3,844; xml: 311; python: 33; sh: 26; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -Dtests=false -Ddocumentation=false

override_dh_strip:
	dh_strip --dbgsym-migration='libsignon-glib-dbg (<< 1.15-1~)'