File: rules

package info (click to toggle)
weechat-scripts 20120603-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,804 kB
  • sloc: python: 23,181; perl: 16,968; ruby: 1,166; tcl: 199; 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 $@