File: rules

package info (click to toggle)
node-marked 0.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 900 kB
  • ctags: 39
  • sloc: sh: 31; makefile: 20
file content (20 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_test:
override_dh_auto_install:
override_dh_auto_clean:
	rm -f marked.js marked.min.js

override_dh_install:
	dh_install
	sed -i '1c#!/usr/bin/nodejs' $(CURDIR)/debian/node-marked/usr/lib/nodejs/marked/bin/marked

get-orig-source:
	uscan --force-download --destdir=.