File: rules

package info (click to toggle)
json-editor.js 1.3.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,692 kB
  • sloc: perl: 39; makefile: 5
file content (15 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

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

# Load grunt.pm from debian directory
# TODO once #845043 is fixed, remove this
export PERL5LIB=debian

%:
	dh $@ -Sgrunt

clean:
	dh clean  # No grunt required here