Cleaning Debian packaging and removing a useless import

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@495 3ed937ae-f919-0410-9a43-8e6f19e4ba6e
This commit is contained in:
jschneider 2010-07-19 16:43:21 +00:00
parent 8b0c214baa
commit fbc553d32f
4 changed files with 14 additions and 7 deletions

View File

@ -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 <jschneider@entrouvert.com> Mon, 19 Jul 2010 16:18:28 +0200
larpe (1.1-1) unstable; urgency=low
* New release

View File

@ -1,15 +1,14 @@
Source: larpe
Section: web
Priority: optional
Maintainer: Damien Laniel <dlaniel@entrouvert.com>
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
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

View File

@ -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

View File

@ -1,4 +1,3 @@
import ipdb
class SiteAuthenticationPlugins:
""" This class manages the plugins for site authentification """