diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-14 11:48:14 +0100 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-06-14 11:49:12 +0100 |
commit | 9b1e47754b8843ec30a88ee150a03efe9991870e (patch) | |
tree | 8602b42d0825c9d2dba8359a78ab973db593aefe /debian | |
parent | 70117c90e461334385984f60e169c06468fe6196 (diff) | |
download | conntrack-tools-9b1e47754b8843ec30a88ee150a03efe9991870e.tar.gz conntrack-tools-9b1e47754b8843ec30a88ee150a03efe9991870e.zip |
conntrack: update dh_gencontrol with new development build flag
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3073583..11a1b34 100755 --- a/debian/rules +++ b/debian/rules @@ -72,7 +72,7 @@ binary-arch: build install dh_fixperms -a dh_installdeb -a dh_shlibdeps -av - if [ -f "../.VYATTA_DEV_BUILD" ]; then \ + if [ -f "../.VYOS_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ dh_gencontrol; \ |