summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 905197d)
raw | patch | inline | side by side (parent: 905197d)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 25 Aug 2005 23:31:43 +0000 (16:31 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 27 Aug 2005 04:46:32 +0000 (21:46 -0700) |
You can define WITH_SEND_EMAIL to include the send-email command as
part of the installation. Since Debian, unlike RPM/Fedora, has the
two necessary Perl modules available as part of the mainline
distribution, there is no reason for us to shy away from shipping
send-email.
Signed-off-by: Junio C Hamano <junkio@cox.net>
part of the installation. Since Debian, unlike RPM/Fedora, has the
two necessary Perl modules available as part of the mainline
distribution, there is no reason for us to shy away from shipping
send-email.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history | |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/Makefile b/Makefile
index adb4965f4921735aec1985ba6f169c96a12c7442..c0fdaa701f973ec84a9c4524af451432ee2adcf0 100644 (file)
--- a/Makefile
+++ b/Makefile
git-request-pull-script git-bisect-script
SCRIPTS += git-count-objects-script
-# SCRIPTS += git-send-email-script
SCRIPTS += git-revert-script
SCRIPTS += git-octopus-script
git-show-index git-daemon git-var git-peek-remote git-show-branch \
git-update-server-info git-show-rev-cache git-build-rev-cache
+ifdef WITH_SEND_EMAIL
+SCRIPTS += git-send-email-script
+endif
+
ifndef NO_CURL
PROG+= git-http-pull
endif
diff --git a/debian/changelog b/debian/changelog
index da7526e2cbaf6cf737515032b916d5e2e54d677e..5b7b4d3ff3e3fb228588c320c52f07a8e0a0cd91 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+git-core (0.99.5-1) unstable; urgency=low
+
+ * Enable git-send-email-script on Debian. There is no reason to shy
+ away from it, since we have the necessary Perl modules available.
+
+ -- Junio C Hamano <junkio@cox.net> Thu, 25 Aug 2005 14:16:59 -0700
+
git-core (0.99.5-0) unstable; urgency=low
* GIT 0.99.5
diff --git a/debian/rules b/debian/rules
index c46b4d9466afc9e40522e1f0e842add623dd4d21..86464bf30b7fb578f415cc2ac9950a68d3a1917f 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
export MOZILLA_SHA1=YesPlease
endif
+# We do have the requisite perl modules in the mainline, and
+# have no reason to shy away from this script.
+export WITH_SEND_EMAIL=YesPlease
PREFIX := /usr
MANDIR := /usr/share/man/