summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-01-17 22:18:22 +0100
committerFabien Tassin <fta@sofaraway.org>2008-01-17 22:18:22 +0100
commit6caf497bf96743e55f13599db7a98da8b361e44b (patch)
tree56a980fb8ecc554e5435c92317603aa8d2196976
parent54f63ee35642938b5386429fd3baca9c885f2c93 (diff)
* Add PST to dates passed to cvs so it matches dates from Bonsai
- update src/mozclient.mk.in
-rw-r--r--debian/changelog4
-rw-r--r--src/mozclient.mk.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e2559a8..228aef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,11 @@ mozilla-devscripts (0.02) UNRELEASED; urgency=low
* Move patches for mozilla/client.mk inside src/ as they were previously
missed at install time. This will prevent confusions with other future
scripts
+ * Add PST to dates passed to cvs so it matches dates from Bonsai
+ - update src/mozclient.mk.in
* Drop Changelog.txt, use debian/changelog instead
- -- Fabien Tassin <fta@sofaraway.org> Thu, 03 Jan 2008 21:50:21 +0100
+ -- Fabien Tassin <fta@sofaraway.org> Thu, 17 Jan 2008 22:17:46 +0100
mozilla-devscripts (0.01) hardy; urgency=low
diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in
index acea125..37340cc 100644
--- a/src/mozclient.mk.in
+++ b/src/mozclient.mk.in
@@ -156,7 +156,7 @@ ifneq (,$(DEBIAN_DATE))
mozclient-checkout: MOZCLIENT_DATE = MOZ_CO_DATE="$(DEBIAN_DATE)"
else
mozclient-checkout: DEBIAN_DATE = $(shell $(MOZCLIENT_GETDATE))
-mozclient-checkout: MOZCLIENT_DATE = MOZ_CO_DATE="$(shell echo $(DEBIAN_DATE) | sed -e 's/[rt]/ /')"
+mozclient-checkout: MOZCLIENT_DATE = MOZ_CO_DATE="$(shell echo $(DEBIAN_DATE) | sed -e 's,\(....\)\(..\)\(..\)[rt]\(..\)\(..\),\1/\2/\3 \4:\5 PST,')"
endif
endif
mozclient-checkout: