Merge packaging from upstream

This commit is contained in:
Philippe Caseiro 2020-12-09 09:42:51 +01:00
parent 9b8e8acce3
commit 9c967b27ed
5 changed files with 19 additions and 27 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

14
debian/control vendored
View File

@ -1,25 +1,25 @@
Source: eole-lemonldap Source: eole-lemonldap-ng
Section: web Section: web
Priority: optional Priority: optional
Maintainer: Équipe EOLE <eole@ac-dijon.fr> 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-ng
Architecture: all Architecture: all
Depends: eole-lemonldap-pkg, Depends: eole-lemonldap-ng-pkg,
${misc:Depends} ${misc:Depends}
Description: Dictionnaires et templates pour la configuration d'un serveur LemonLDAP::NG Description: Dictionnaires et templates pour la configuration d'un serveur LemonLDAP::NG
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-ng,
libapache2-mod-perl2, libapache2-mod-perl2,
${misc:Depends} ${misc:Depends}
Description: Dictionnaire pour calculer les valeurs automatiquement sur Scribe Description: Dictionnaire pour calculer les valeurs automatiquement sur Scribe
@ -27,7 +27,7 @@ Description: Dictionnaire pour calculer les valeurs automatiquement sur Scribe
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-pkg Package: eole-lemonldap-ng-pkg
Architecture: all Architecture: all
Section: metapackages Section: metapackages
Depends: lemonldap-ng, Depends: lemonldap-ng,

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-ng
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 +0,0 @@
usr

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 $@