Initial packaging

This commit is contained in:
Benjamin Dauvergne 2014-11-24 17:47:47 +01:00
commit 8d0fca4c6f
8 changed files with 45 additions and 0 deletions

4
.gitignore vendored Normal file
View File

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

5
changelog Normal file
View File

@ -0,0 +1,5 @@
ldapsaisie-supann (1.0-1psl1) unstable; urgency=low
* Pre-release 1 for PSL project
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 24 Nov 2014 14:40:00 +0200

1
compat Normal file
View File

@ -0,0 +1 @@
7

10
control 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
Description: adaptations and basic configuration for using ldapsaisie 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

1
dirs Normal file
View File

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

View File

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

4
rules Executable file
View File

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