# Build architecture-independent files here.
binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_md5sums
dh_builddeb
+# Build architecture-dependent files here.
+binary-arch: build install
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
#!/bin/sh
recipients="root+git" # adresse pour l'envoi du mail
# On modifie un peu la sortie de git show :
-# 1) on ajoute "From git hostname" devant le nom en From
-# 2) on retire le [PATCH] dans le sujet, replacé par git-commit:
+# 1) on insère "git hostname - " devant le nom en From:
+# 2) on remplace "[PATCH]" par "git-commit:" dans le champ Subject:
# 3) on ajoute un champ To:
+# 4) on ajoute un champ Content-Type:
# et on envoie le tout via sendmail
PATH=/usr/sbin:/usr/bin:/sbin:/bin
git show --pretty=email |