Compare commits

..

3 Commits

Author SHA1 Message Date
3ea07a6ea2 Fix copyright 2020-12-09 10:03:25 +01:00
771247ef0a Fix depends 2020-12-09 09:51:25 +01:00
9c967b27ed Merge packaging from upstream 2020-12-09 09:42:51 +01:00
5 changed files with 20 additions and 22 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

4
debian/control vendored
View File

@ -5,7 +5,7 @@ Maintainer: Équipe EOLE <eole@ac-dijon.fr>
Build-Depends: debhelper-compat (= 12) Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0 Standards-Version: 4.5.0
Homepage: https://dev-eole.ac-dijon.fr/projects/sso Homepage: https://dev-eole.ac-dijon.fr/projects/sso
Vcs-Git: https://dev-eole.ac-dijon.fr/git/eole-lemonldap.git Vcs-Git: https://dev-eole.ac-dijon.fr/git/eole-lemonldap-ng.git
Vcs-Browser: https://dev-eole.ac-dijon.fr/projects/sso/repository Vcs-Browser: https://dev-eole.ac-dijon.fr/projects/sso/repository
Package: eole-lemonldap Package: eole-lemonldap
@ -16,7 +16,7 @@ Description: Dictionnaires et templates pour la configuration d'un serveur Lemon
Pour toute information complémentaire, veuillez vous rendre sur le Pour toute information complémentaire, veuillez vous rendre sur le
site du projet EOLE. site du projet EOLE.
Package: eole-lemonldap-scribe Package: eole-lemonldap-ng-scribe
Architecture: all Architecture: all
Depends: eole-scribe, Depends: eole-scribe,
eole-lemonldap, eole-lemonldap,

27
debian/copyright vendored
View File

@ -1,22 +1,15 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: {PROJECT} Upstream-Name: eole-lemonldap
Source: {URL} Source: http://dev-eole.ac-dijon.fr/projects/sso
Files: * Files: *
Copyright: YEAR {UPSTREAM} {AUTHOR} <{MAIL}> Copyright: 2020 Équipe EOLE <eole@ac-dijon.fr>
License: {UPSTREAM LICENSE} License: CeCILL-C
Files: debian/* License: CeCILL-C
Copyright: 2012 Équipe EOLE <eole@ac-dijon.fr> This software is governed by the CeCILL-C license under French law and
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, 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 modify and or redistribute the software under the terms of the CeCILL-C
license as circulated by CEA, CNRS and INRIA at the following URL license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info";. "http://www.cecill.info";.
. .
@ -38,7 +31,7 @@ License: CeCILL-2
same conditions as regards security. same conditions as regards security.
. .
The fact that you are presently reading this means that you have had 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. knowledge of the CeCILL-C license and that you accept its terms.
. .
On Eole systems, the complete text of the CeCILL-2 License can be found On Eole systems, the complete text of the CeCILL-C License can be found
in '/usr/share/common-licenses/CeCILL-2-en'. in `/usr/share/common-licenses/CeCILL-2'.

View File

@ -1 +1,6 @@
usr usr/share/creole/
usr/share/eole/creole/dicos/70_lemonldap_ng.xml
usr/share/eole/creole/distrib/
usr/share/eole/diagnose/
usr/share/eole/postservice/99-lemonldap-ng
usr/share/eole/posttemplate/

3
debian/rules vendored
View File

@ -2,7 +2,8 @@
# -*- makefile -*- # -*- makefile -*-
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 export DH_VERBOSE=1
export DH_OPTIONS=-v
%: %:
dh $@ dh $@