Add 'debian/' from commit '86362f6c012c6c71afc53928663e86d321b01ed6'

git-subtree-dir: debian
git-subtree-mainline: 26de56b019
git-subtree-split: 86362f6c01
This commit is contained in:
Benjamin Dauvergne 2015-04-02 18:26:44 +02:00
commit ddf7312f71
9 changed files with 55 additions and 0 deletions

4
debian/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
files
ldapsaisie.debhelper.log
ldapsaisie.substvars
ldapsaisie

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
ldapsaisie-supann (0.0-1) unstable; urgency=low
* first commit (fake)
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 24 Nov 2014 14:40:00 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

10
debian/control vendored Normal file
View File

@ -0,0 +1,10 @@
Source: ldapsaisie-supann
Section: admin
Priority: extra
Build-Depends: debhelper
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Package: ldapsaisie-supann
Architecture: all
Pre-Depends: ldapsaisie, libapache2-mod-php5
Description: adaptations and basic configuration for using ldapsaisie on a SUPANN directory

18
debian/copyright vendored Normal file
View File

@ -0,0 +1,18 @@
This package was initiated by Benjamin Dauvergne <bdauvergne@entrouvert.com> on
Tue, 24 Nov 2014 22:35:12 +0200.
Copyright:
ldapsaisie is copyright (C) 2014 Entr'ouvert
This software is issued from GNU GENERAL PUBLIC LICENSE Version 2
License:
You can use it under GNU GENERAL PUBLIC LICENSE Version 2 policy
For more information on GNU GENERAL PUBLIC LICENSE Version 2 policy,
please refer to COPYING.
The Debian packaging is (C) 2014, Benjamin Dauvergne <bdauvergne@entrouvert.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.7

1
debian/dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/ldapsaisie-supann

10
debian/ldapsaisie-supann.conffiles vendored Normal file
View File

@ -0,0 +1,10 @@
/etc/ldapsaisie/local/conf/config.inc.php
/etc/ldapsaisie/local/conf/config.local.inc.php
/etc/ldapsaisie/local/conf/config.LSaddons.php
/etc/ldapsaisie/local/conf/LSaddons/config.LSaddons.supann.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannEntite.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannEntiteBase.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannGroup.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannPerson.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannPersonOrGroup.php
/etc/ldapsaisie/local/conf/LSobjects/config.LSobjects.LSsupannOrg.php

2
debian/ldapsaisie-supann.install vendored Normal file
View File

@ -0,0 +1,2 @@
local/* etc/ldapsaisie/local/
ldapsaisie.conf /etc/apache2/sites-available/

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@