File: rules

package info (click to toggle)
budgie-extras 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 61,960 kB
  • sloc: python: 4,410; xml: 613; sh: 133; ansic: 14; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr --libdir=/usr/lib --datadir=/usr/share -Dwith-zeitgeist=false -Dwith-default-schema=false

override_dh_auto_test:
	dh_auto_test
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	./tools/run-pep8
endif

override_dh_python3:
	dh_python3 /usr/lib/budgie-desktop/plugins