summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 816ada08578825406406212f55c0badbc158f681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_gencontrol:
	if [ -f "../.VYATTA_DEV_BUILD" ]; then \
		dh_gencontrol -- -v999.dev; \
	else \
		dh_gencontrol; \
	fi