Initial packaging

This commit is contained in:
Benjamin Dauvergne 2014-11-27 16:08:20 +01:00
commit 9d0489835a
10 changed files with 55 additions and 0 deletions

5
changelog Normal file
View File

@ -0,0 +1,5 @@
authentic2-supann (0.1-0) unstable; urgency=low
* Initial packaging
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 27 Nov 2014 14:40:00 +0200

1
compat Normal file
View File

@ -0,0 +1 @@
7

1
conffiles Normal file
View File

@ -0,0 +1 @@

11
control Normal file
View File

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

18
copyright 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

4
cron.d Normal file
View File

@ -0,0 +1,4 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/30 * * * * authentic /usr/lib/authentic2-supann/update-renater-meta.sh

1
dirs Normal file
View File

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

3
install Normal file
View File

@ -0,0 +1,3 @@
config.py /etc/authentic2
update-renater-meta.sh /usr/lib/authentic2-supann
supann.conf /etc/authentic2

7
postinst Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ ! -f /etc/default/authentic2 ]; then
echo '. /etc/authentic2/supann.conf' >/etc/default/authentic2
elif ! grep -q supann.conf /etc/default/authentic2 2>/dev/null; then
echo '. /etc/authentic2/supann.conf' >>/etc/default/authentic2
fi

4
rules Executable file
View File

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