File: rules

package info (click to toggle)
monkeystudio 1.9.0.4%2Bgit20161218-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,500 kB
  • ctags: 22,118
  • sloc: cpp: 144,671; ansic: 33,969; python: 2,922; makefile: 127; sh: 122; php: 73; cs: 69
file content (21 lines) | stat: -rwxr-xr-x 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export QT_SELECT=qt5

%:
	dh $@ --with quilt

override_dh_auto_configure:
	dh_auto_configure -- -r prefix=/usr plugins=/usr/lib monkeystudio.pro

override_dh_auto_clean:
	$(RM) -rf bin/ build/ ctags/build fresh/build/ qCtagsSense/build monkey/src/main.h
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/tmp/usr/share/monkeystudio/templates -type f -exec chmod -x {} \;
	find $(CURDIR)/debian/tmp/ -type d -empty -delete

override_dh_strip:
	dh_strip -a --dbg-package=monkeystudio-dbg