File: rules

package info (click to toggle)
dmz-cursor-theme 0.4.5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,732 kB
  • sloc: sh: 194; python: 164; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

%:
	dh $@ --with gnome

override_dh_auto_build:
	cd DMZ-White/pngs && ./make.sh
	cd DMZ-Black/pngs && ./make.sh

override_dh_clean:
	rm -rf DMZ-*/xcursors
	dh_clean