File: rules

package info (click to toggle)
novnc 1%3A0.4%2Bdfsg%2B1%2B20131010%2Bgitf68af8af3d-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,032 kB
  • ctags: 1,874
  • sloc: python: 1,285; sh: 144; ansic: 55; makefile: 19
file content (20 lines) | stat: -rwxr-xr-x 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

# export DH_VERBOSE=1

UPSTREAM_GIT := https://github.com/kanaka/noVNC.git

include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@ --with python2

override_dh_clean:
	make -C utils clean
	dh_clean

override_dh_fixperms:
	dh_fixperms
	rm -rf $(CURDIR)/debian/novnc/usr/share/novnc/utils/Makefile
	rm -f $(CURDIR)/debian/novnc/usr/share/novnc/include/web-socket-js/swfobject.js
	ln -s ../../../javascript/swfobject/swfobject.js $(CURDIR)/debian/novnc/usr/share/novnc/include/web-socket-js/swfobject.js