aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-25 16:31:43 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-26 21:46:32 -0700
commit90bc118fc53916a623cad84e72b7dec597907b1e (patch)
treed1225ecd6b5f7be78e0c2e7f94b5907bfac2390a /debian
parent905197de9f8f1a2ce619ac888ab7a2e1a67acb56 (diff)
downloadgit-90bc118fc53916a623cad84e72b7dec597907b1e.tar.gz
git-90bc118fc53916a623cad84e72b7dec597907b1e.tar.xz
Enable git-send-email-script on Debian.
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>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index da7526e2c..5b7b4d3ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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 c46b4d946..86464bf30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ else
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/