From c11ed6dae1e3cb7ad15e68ba9e5ad95983190867 Mon Sep 17 00:00:00 2001 From: dlaniel Date: Mon, 9 Mar 2009 15:30:35 +0000 Subject: [PATCH] updated standards version and depends on shlibs because of larpe-reload-apache2 binary git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@467 3ed937ae-f919-0410-9a43-8e6f19e4ba6e --- larpe/trunk/debian/control | 4 ++-- larpe/trunk/debian/rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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