diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-01 16:44:45 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-01 16:44:45 -0700 |
commit | 914e323a1f986a2923e24b79dc572b3eb17dd3d4 (patch) | |
tree | 419d9d614d651b58c7e0151cdb431a34aea38abb /debian/rules | |
parent | a68932f22f8f810d56c4c3183f6865f00267709b (diff) | |
download | vyatta-biosdevname-914e323a1f986a2923e24b79dc572b3eb17dd3d4.tar.gz vyatta-biosdevname-914e323a1f986a2923e24b79dc572b3eb17dd3d4.zip |
clean up build
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5ac511a..4fdabca 100755 --- a/debian/rules +++ b/debian/rules @@ -92,6 +92,7 @@ binary-indep: build install dh_compress dh_fixperms dh_installdeb + dh_shlibdeps if [ -f "../.VYATTA_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ |