Projet

Général

Profil

Tâche #34090

Mis à jour par Laurent Gourvenec il y a environ 2 ans

En 2.9.0, le build fail à cause de fichiers non empaquetés :
<pre>
dh_missing: warning: etc/eole/flask/available/eop.conf exists in debian/tmp but is not installed to anywhere
dh_missing: warning: lib/systemd/system/expireuser.timer exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/eole/postservice/27-expireuser exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/eole/sbin/del_expired_users.py exists in debian/tmp but is not installed to anywhere
</pre>

Après investigation, les fichiers liés à expireuser n'ont l'air d'être empaquetés qu'en 2.7.2. Il faut donc cherry-pick les commits qui vont bien sur les branches dist en 2.8.0, 2.8.1 et en 2.9.0.

Retour