File: rules

package info (click to toggle)
gnome-shell-extension-hamster 0.10.0%2Bgit20210628-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 608 kB
  • sloc: javascript: 770; makefile: 232; python: 65; xml: 19
file content (11 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	make dist

override_dh_auto_install:
	# We need to override because DESTDIR needs /usr in it
	make install DESTDIR=$(CURDIR)/debian/gnome-shell-extension-hamster/usr