File: rules

package info (click to toggle)
gnome-shell-extension-flypie 17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,852 kB
  • sloc: javascript: 8,664; xml: 669; sh: 134; makefile: 76
file content (14 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
TEMPDIR=debian/tmp/usr/share/gnome-shell/extensions/flypie@schneegans.github.com
%:
	dh $@

override_dh_auto_build:
	$(MAKE) zip

override_dh_auto_test:
	# this requires podman (and hence network access)

override_dh_auto_install:
	mkdir -p $(TEMPDIR)
	unzip flypie@schneegans.github.com.zip -d $(TEMPDIR)