Compare commits
2 Commits
pkg/stable
...
de5ce3b797
Author | SHA1 | Date | |
---|---|---|---|
de5ce3b797 | |||
9687572302 |
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
10
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,8 +2,8 @@ Source: eole-lemonldap
|
|||||||
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 (>= 9)
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 3.9.3
|
||||||
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-ng.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
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1,6 +1,6 @@
|
|||||||
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: eole-lemonldap
|
Upstream-Name: {PROJECT}
|
||||||
Source: http://dev-eole.ac-dijon.fr/projects/sso
|
Source: ${URL}
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2020 Équipe EOLE <eole@ac-dijon.fr>
|
Copyright: 2020 Équipe EOLE <eole@ac-dijon.fr>
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,8 +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
|
#export DH_OPTIONS=-v
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
Reference in New Issue
Block a user