Compare commits

...

23 Commits

Author SHA1 Message Date
Arnaud Fornerot 88f44d5ed6 Merge branch 'master' into dist/envole/7/master 2022-05-10 09:31:05 +02:00
Arnaud Fornerot 61f48af480 Merge branch 'master' into dist/envole/7/master 2022-02-16 09:11:45 +01:00
Arnaud Fornerot 19f7b02491 Merge branch 'master' into dist/envole/7/master 2021-12-08 09:53:50 +01:00
Arnaud Fornerot d497dfee83 Merge branch 'master' into dist/envole/7/master 2021-12-07 15:03:24 +01:00
Arnaud Fornerot 60672b68b5 Merge branch 'master' into dist/envole/7/master 2021-12-07 14:09:00 +01:00
Arnaud Fornerot 19340f918a Merge branch 'master' into dist/envole/7/master 2021-12-07 09:12:16 +01:00
Arnaud Fornerot 38b669a08a Merge branch 'master' into dist/envole/7/master 2021-10-18 10:45:39 +02:00
Arnaud Fornerot 6e69322db8 Merge branch 'master' into dist/envole/7/master 2021-10-07 11:10:02 +02:00
Arnaud Fornerot b54728a0a9 Merge branch 'master' into dist/envole/7/master 2021-03-11 15:16:02 +01:00
Arnaud Fornerot 05f52533f8 Merge branch 'master' into dist/envole/7/master 2021-02-23 13:41:43 +01:00
Arnaud Fornerot 105528358d Merge branch 'master' into dist/envole/7/master 2021-02-17 13:18:50 +01:00
Arnaud Fornerot 7659a864c3 Merge branch 'master' into dist/envole/7/master 2021-02-17 11:31:56 +01:00
Arnaud Fornerot 571544e4d2 Merge branch 'master' into dist/envole/7/master 2021-02-09 16:49:12 +01:00
Arnaud Fornerot a7ebeef0f4 Merge branch 'master' into dist/envole/7/master 2021-02-03 13:53:39 +01:00
Arnaud Fornerot 38ec005383 Merge branch 'master' into dist/envole/7/master 2021-01-21 17:31:42 +01:00
Arnaud Fornerot 2f6710a4ed Merge branch 'master' into dist/envole/7/master 2021-01-21 16:38:32 +01:00
Arnaud Fornerot 8d7c25ac1b prise en compte du logrotate dans le paquet 2021-01-20 13:25:07 +01:00
Arnaud Fornerot 4664ac517a Merge branch 'master' into dist/envole/7/master 2021-01-13 15:34:05 +01:00
Arnaud Fornerot 9ece4e8292 Merge branch 'master' into dist/envole/7/master 2020-12-18 10:03:29 +01:00
Arnaud Fornerot 9aa270ef24 Merge branch 'master' into dist/envole/7/master 2020-11-27 09:41:11 +01:00
Arnaud Fornerot f401ac56f4 Merge branch 'master' into dist/envole/7/master 2020-11-27 09:34:35 +01:00
Arnaud Fornerot c5a15a1080 Merge branch 'master' into dist/envole/7/master 2020-11-13 18:00:42 +01:00
Arnaud Fornerot 796b439ab4 debian 2020-11-13 12:11:57 +01:00
9 changed files with 85 additions and 0 deletions

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

24
debian/control vendored Normal file
View File

@ -0,0 +1,24 @@
Source: eole-ninesurvey
Section: web
Priority: optional
Maintainer: Equipe Envole <eole@ac-dijon.fr>
Build-Depends: debhelper (>= 7.0.50)
Standards-Version: 3.8.4
Homepage: http://eole.orion.education.fr/diff/
Vcs-Git: http://dev-eole.ac-dijon.fr/git/ninesurvey
Vcs-Browser: http://dev-eole.ac-dijon.fr/projects/ninesurvey/repository
Package: ninesurvey-sso
Architecture: all
Depends: ${misc:Depends}, eole-sso
Description: Filtre SSO pour ninesurvey "EOLE".
Package: eole-ninesurvey
Architecture: all
Depends: ${misc:Depends}, eole-envole-dependances, ninesurvey-sso
Description: Eolisation de l'application ninesurvey.
Package: ninesurvey-apps
Architecture: all
Depends: ${misc:Depends}, envole-dependances-apps
Description: Sources pour ninesurvey "EOLE".

44
debian/copyright vendored Normal file
View File

@ -0,0 +1,44 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: {PROJECT}
Source: {URL}
Files: *
Copyright: YEAR {UPSTREAM} {AUTHOR} <{MAIL}>
License: {UPSTREAM LICENSE}
Files: debian/*
Copyright: 2012 Équipe EOLE <eole@ac-dijon.fr>
License: CeCILL-2
License: {UPSTREAM LICENSE}
{TEXT OF THE LICENSE}
License: CeCILL-2
This software is governed by the CeCILL-2 license under French law and
abiding by the rules of distribution of free software. You can use,
modify and or redistribute the software under the terms of the CeCILL-2
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info";.
.
As a counterpart to the access to the source code and rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors have only limited
liability.
.
In this respect, the user's attention is drawn to the risks associated
with loading, using, modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean that it is complicated to manipulate, and that also
therefore means that it is reserved for developers and experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or
data to be ensured and, more generally, to use and operate it in the
same conditions as regards security.
.
The fact that you are presently reading this means that you have had
knowledge of the CeCILL-2 license and that you accept its terms.
.
On Eole systems, the complete text of the CeCILL-2 License can be found
in '/usr/share/common-licenses/CeCILL-2-en'.

1
debian/eole-ninesurvey.install vendored Normal file
View File

@ -0,0 +1 @@
usr/share/eole

3
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,3 @@
# Set per distribution debian tag
[DEFAULT]
debian-tag = debian/envole/%(version)s

2
debian/ninesurvey-apps.install vendored Normal file
View File

@ -0,0 +1,2 @@
var/www/html
etc

1
debian/ninesurvey-sso.install vendored Normal file
View File

@ -0,0 +1 @@
usr/share/sso

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)