File: rules

package info (click to toggle)
codemirror-js 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,216 kB
  • sloc: makefile: 7; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	dh_install
	find $(CURDIR)/debian/libjs-codemirror/ -name "LICENSE*" -delete
	find $(CURDIR)/debian/libjs-codemirror/usr/share/javascript/ -name "*.htm*" -delete
	find $(CURDIR)/debian/libjs-codemirror/usr/share/javascript/ -type f | xargs chmod a-x