Projet

Général

Profil

0001-debian-declare-systemd-service-30016.patch

Frédéric Péters, 23 janvier 2019 09:59

Télécharger (645 octets)

Voir les différences:

Subject: [PATCH] debian: declare systemd service (#30016)

 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
debian/rules
4 4
pythonauthentic2=$(CURDIR)/debian/python-authentic2
5 5

  
6 6
%:
7
	dh $@ --with python2
7
	dh $@ --with python2,systemd
8 8

  
9 9
override_dh_install:
10 10
	dh_install
11
-