File: rules

package info (click to toggle)
libjavascript-beautifier-perl 0.25-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: perl: 1,004; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DIR=debian/$(shell dh_listpackages)/usr

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	mv $(DIR)/bin/js_beautify.pl $(DIR)/bin/js_beautify
	mv $(DIR)/share/man/man1/js_beautify.pl.1p $(DIR)/share/man/man1/js_beautify.1p