[go: up one dir, main page]

File: rules

package info (click to toggle)
colormake 0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 244 kB
  • ctags: 12
  • sloc: perl: 151; makefile: 23; sh: 9
file content (11 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_install: build
	cp -a colormake.pl debian/colormake/usr/share/colormake/colormake.pl
	cp -a clmake debian/colormake/usr/bin/clmake
	cp -a cmake debian/colormake/usr/bin/colormake-short
	sed 's/[^ ]*SIZE.*//' cmake > debian/colormake/usr/bin/colormake
	chmod +x debian/colormake/usr/bin/colormake