File: rules

package info (click to toggle)
weechat-scripts 20161006-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,504 kB
  • ctags: 6,245
  • sloc: python: 37,508; perl: 27,405; ruby: 1,931; tcl: 226; lisp: 56; sh: 8; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

get-orig-source:
	rm -rf guile javascript lua perl python ruby tcl
	python debian/tools/generate.py download
	python debian/tools/generate.py copyright > debian/copyright
	sh debian/tools/make_archive.sh

%:
	dh $@