summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-08-27 16:02:11 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-27 16:02:11 -0700
commitf115660c12a27434fccf8dc36c1cd4b6c2f3db19 (patch)
tree605885544f595dec880f0e27698fe2a675be2b12 /debian
parent1d83ac927f533200b5f1453ea681dbe3c58b1eda (diff)
downloadvyatta-op-vpn-f115660c12a27434fccf8dc36c1cd4b6c2f3db19.tar.gz
vyatta-op-vpn-f115660c12a27434fccf8dc36c1cd4b6c2f3db19.zip
fix squeeze build issues
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 4928de2..6f5cdbb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,8 @@ Architecture: any
Depends: vyatta-op,
vyatta-bash | bash (>= 3.1),
vyatta-cfg-vpn,
- libc6,
vyatta-ipsec,
- libsablot0 (>= 1.0.3-1)
+ ${shlibs:Depends}
Suggests: util-linux (>= 2.13-5),
net-tools,
ethtool,
diff --git a/debian/rules b/debian/rules
index 7154caf..1b0510c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,6 +90,7 @@ binary-indep: build install
dh_compress
dh_fixperms
dh_installdeb
+ dh_shlibdeps
if [ -f "../.VYATTA_DEV_BUILD" ]; then \
dh_gencontrol -- -v999.dev; \
else \