Projet

Général

Profil

0001-debian-remove-override_dh_auto_install-32409.patch

Christophe Siraut, 17 avril 2019 11:09

Télécharger (520 octets)

Voir les différences:

Subject: [PATCH] debian: remove override_dh_auto_install (#32409)

 debian/rules | 3 ---
 1 file changed, 3 deletions(-)
debian/rules
2 2

  
3 3
%:
4 4
	dh $@ --with python2,systemd
5

  
6
override_dh_auto_install:
7
	dh_auto_install --with python2
8
-