File: rules

package info (click to toggle)
gnome-shell-extension-tiling-assistant 39-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,376 kB
  • sloc: javascript: 5,497; xml: 263; sh: 103; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	chmod 755 update-locale.sh && ./update-locale.sh
	dh_auto_build

override_dh_install:
	set -e; for x in tiling-assistant@leleat-on-github/locale/*; do \
		install -d debian/tmp/usr/share/locale/$$(basename $$x)/LC_MESSAGES; \
		install -m644 $$x/LC_MESSAGES/*.mo debian/tmp/usr/share/locale/$$(basename $$x)/LC_MESSAGES; \
	done
	dh_install