buildchain 0.4.6

Software for creating and managing a distributed and reproducible chain of builds
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	make clean
	make vendor

override_dh_auto_install:
	dh_auto_install -- prefix=/usr