File: rules

package info (click to toggle)
xfconf 4.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,744 kB
  • sloc: ansic: 11,359; sh: 5,096; makefile: 473; perl: 105; xml: 53; pascal: 24; sed: 16
file content (28 lines) | stat: -rwxr-xr-x 694 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
22
23
24
25
26
27
28
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-perl-bindings \
		--enable-gtk-doc \
		--enable-gsettings-backend=yes \
		--enable-introspection=yes \
		--enable-vala=no

override_dh_auto_test:

execute_after_dh_auto_install:
	find debian -name '*.la' -delete

override_dh_installchangelogs:
	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS

override_dh_shlibdeps:
	dh_shlibdeps -p xfconf -X debian/xfconf/usr/bin/xfconf-query -- \
    -dRecommends debian/xfconf/usr/bin/xfconf-query -dDepends
	dh_shlibdeps --remaining-packages