diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/copyright b/debian/copyright index 1f9e3b1..b347a7b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: eole-lemonldap -Source: http://dev-eole.ac-dijon.fr/projects/sso +Upstream-Name: {PROJECT} +Source: ${URL} Files: * Copyright: 2020 Équipe EOLE diff --git a/debian/rules b/debian/rules index 7862967..7091394 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@