Compare commits

..

3 Commits

Author SHA1 Message Date
de5ce3b797 Adding compat file 2020-12-09 10:33:04 +01:00
9687572302 Try to fix packaging 2020-12-09 10:17:34 +01:00
3ea07a6ea2 Fix copyright 2020-12-09 10:03:25 +01:00
4 changed files with 7 additions and 6 deletions

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
10

4
debian/control vendored
View File

@ -2,8 +2,8 @@ Source: eole-lemonldap
Section: web
Priority: optional
Maintainer: Équipe EOLE <eole@ac-dijon.fr>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: https://dev-eole.ac-dijon.fr/projects/sso
Vcs-Git: https://dev-eole.ac-dijon.fr/git/eole-lemonldap-ng.git
Vcs-Browser: https://dev-eole.ac-dijon.fr/projects/sso/repository

4
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: eole-lemonldap-ng
Source: http://dev-eole.ac-dijon.fr/projects/sso
Upstream-Name: {PROJECT}
Source: ${URL}
Files: *
Copyright: 2020 Équipe EOLE <eole@ac-dijon.fr>

4
debian/rules vendored
View File

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