diff --git a/larpe/trunk/debian/control b/larpe/trunk/debian/control index 20f26b5..068df8a 100644 --- a/larpe/trunk/debian/control +++ b/larpe/trunk/debian/control @@ -3,13 +3,13 @@ Section: web Priority: optional Maintainer: Damien Laniel Build-Depends: debhelper (>= 5.0.37.2), python, python-central (>= 0.5), gettext -Standards-Version: 3.7.2.0 +Standards-Version: 3.8.0 XS-Python-Version: current Package: larpe Architecture: any XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, python-quixote | quixote (>= 2.0), python-lasso (>= 0.6.5), python-scgi, python-libxml2, apache2, libapache2-mod-scgi, libapache2-mod-python, libapache2-mod-proxy-html +Depends: ${shlibs:Depends}, ${python:Depends}, python-quixote | quixote (>= 2.0), python-lasso (>= 0.6.5), python-scgi, python-libxml2, apache2, libapache2-mod-scgi, libapache2-mod-python, libapache2-mod-proxy-html Description: Liberty Alliance Reverse Proxy Larpe allows any service provider (that is a website) to use Liberty Alliance identity management and Single Sign On features without changing the code of diff --git a/larpe/trunk/debian/rules b/larpe/trunk/debian/rules index 2ff8134..3a237ee 100755 --- a/larpe/trunk/debian/rules +++ b/larpe/trunk/debian/rules @@ -65,6 +65,7 @@ binary-arch: build install dh_fixperms -X /var/lib/larpe -X /usr/sbin/larpe-reload-apache2 dh_pycentral dh_installdeb + dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb