File: rules

package info (click to toggle)
yaru-theme 22.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 204,856 kB
  • sloc: python: 1,601; sh: 1,332; ruby: 109; xml: 63; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 394 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 DH_VERBOSE = 1

%:
	dh $@ --buildsystem=meson # --with migrations

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dgnome-shell-gresource=true \
		-Dgnome-shell-user-themes-support=enabled \
		-Dubuntu-unity=true \
		-Dsessions=false \
		-Dxfwm4=true

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --repack --destdir=..