fixed lintian warnings for debian packaging

This commit is contained in:
Damien Laniel 2008-09-03 17:34:57 +02:00
parent d965904484
commit 4a2ceb1f1e
2 changed files with 9 additions and 5 deletions

7
debian/control vendored
View File

@ -2,13 +2,14 @@ Source: authentic-adeline
Section: web
Priority: optional
Maintainer: Damien Laniel <dlaniel@entrouvert.com>
Build-Depends-Indep: python-support (>= 0.4), debhelper (>= 5.0.37.2), gettext, python-quixote
Standards-Version: 3.6.7.0
Build-Depends: debhelper (>= 5.0.37.2), python
Build-Depends-Indep: python-support (>= 0.4), gettext, python-quixote
Standards-Version: 3.8.0.1
XS-Python-Version: current
Package: authentic-adeline
Architecture: all
Depends: ${python:Depends}, authentic
Depends: authentic
Recommends: libapache2-mod-scgi | libapache-mod-scgi, python-scgi
Description: Liberty Alliance Identity Server
Authentic is a Liberty-compliant identity provider aiming to address a broad

7
debian/rules vendored
View File

@ -37,6 +37,7 @@ install: build
binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs
dh_installchangelogs
dh_installinit
dh_link
@ -49,5 +50,7 @@ binary-indep: build install
dh_md5sums
dh_builddeb
binary: binary-indep
.PHONY: build clean binary-indep binary install
binary-arch: build install
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install