From 8d0fca4c6ffb5997c7ef1b7d67ccf576c6f08b6d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Nov 2014 17:47:47 +0100 Subject: [PATCH] Initial packaging --- .gitignore | 4 ++++ changelog | 5 +++++ compat | 1 + control | 10 ++++++++++ copyright | 18 ++++++++++++++++++ dirs | 1 + ldapsaisie-supann.install | 2 ++ rules | 4 ++++ 8 files changed, 45 insertions(+) create mode 100644 .gitignore create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 dirs create mode 100644 ldapsaisie-supann.install create mode 100755 rules 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 $@