commit 8d0fca4c6ffb5997c7ef1b7d67ccf576c6f08b6d Author: Benjamin Dauvergne Date: Mon Nov 24 17:47:47 2014 +0100 Initial packaging diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ba0bb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +files +ldapsaisie.debhelper.log +ldapsaisie.substvars +ldapsaisie diff --git a/changelog b/changelog new file mode 100644 index 0000000..397299a --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +ldapsaisie-supann (1.0-1psl1) unstable; urgency=low + + * Pre-release 1 for PSL project + + -- Benjamin Dauvergne Mon, 24 Nov 2014 14:40:00 +0200 diff --git a/compat b/compat new file mode 100644 index 0000000..c793025 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 \ No newline at end of file diff --git a/control b/control new file mode 100644 index 0000000..9184090 --- /dev/null +++ b/control @@ -0,0 +1,10 @@ +Source: ldapsaisie-supann +Section: admin +Priority: extra +Build-Depends: debhelper +Maintainer: Benjamin Dauvergne + +Package: ldapsaisie-supann +Architecture: all +Pre-Depends: ldapsaisie +Description: adaptations and basic configuration for using ldapsaisie on a SUPANN directory diff --git a/copyright b/copyright new file mode 100644 index 0000000..90d6b1d --- /dev/null +++ b/copyright @@ -0,0 +1,18 @@ +This package was initiated by Benjamin Dauvergne 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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.7 diff --git a/dirs b/dirs new file mode 100644 index 0000000..7484d6d --- /dev/null +++ b/dirs @@ -0,0 +1 @@ +usr/lib/ldapsaisie-supann diff --git a/ldapsaisie-supann.install b/ldapsaisie-supann.install new file mode 100644 index 0000000..493fa7f --- /dev/null +++ b/ldapsaisie-supann.install @@ -0,0 +1,2 @@ +local/* etc/ldapsaisie/local/ +ldapsaisie.conf /etc/apache2/sites-available/ diff --git a/rules b/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@