diff --git a/larpe/trunk/debian/changelog b/larpe/trunk/debian/changelog index 410bf5a..4a278b2 100644 --- a/larpe/trunk/debian/changelog +++ b/larpe/trunk/debian/changelog @@ -1,3 +1,12 @@ +larpe (1.1.1-1) unstable; urgency=low + + * Removing a useless import + * Change Debian maintainer + * Change architecture from any to all + * Using pysupport instead of pycentral + + -- Jerome Schneider Mon, 19 Jul 2010 16:18:28 +0200 + larpe (1.1-1) unstable; urgency=low * New release diff --git a/larpe/trunk/debian/control b/larpe/trunk/debian/control index 068df8a..b78e4d6 100644 --- a/larpe/trunk/debian/control +++ b/larpe/trunk/debian/control @@ -1,15 +1,14 @@ Source: larpe Section: web Priority: optional -Maintainer: Damien Laniel +Maintainer: Jérôme Schneider Build-Depends: debhelper (>= 5.0.37.2), python, python-central (>= 0.5), gettext Standards-Version: 3.8.0 -XS-Python-Version: current Package: larpe -Architecture: any -XB-Python-Version: ${python:Versions} +Architecture: all 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 +XB-Python-Version: ${python:Versions} 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 3a237ee..f898b01 100755 --- a/larpe/trunk/debian/rules +++ b/larpe/trunk/debian/rules @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PYTHON=/usr/bin/python2.4 +PYTHON=/usr/bin/python LARPE_USER = www-data LARPE_GROUP = www-data @@ -63,7 +63,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms -X /var/lib/larpe -X /usr/sbin/larpe-reload-apache2 - dh_pycentral + dh_pysupport dh_installdeb dh_shlibdeps dh_gencontrol diff --git a/larpe/trunk/larpe/plugins/site_authentication_plugins.py b/larpe/trunk/larpe/plugins/site_authentication_plugins.py index bbb5137..504b82d 100644 --- a/larpe/trunk/larpe/plugins/site_authentication_plugins.py +++ b/larpe/trunk/larpe/plugins/site_authentication_plugins.py @@ -1,4 +1,3 @@ -import ipdb class SiteAuthenticationPlugins: """ This class manages the plugins for site authentification """