File: rules

package info (click to toggle)
weechat-scripts 20140928-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,064 kB
  • ctags: 5,521
  • sloc: python: 31,594; perl: 26,797; ruby: 1,648; tcl: 224; sh: 8; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

get-orig-source:
	rm -rf 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 $@