summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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 \