[Pkg-ocaml-maint-commits] r1377 - trunk/packages/unison/unison2.9.1/trunk/debian
Sylvain LE GALL
gildor-guest@costa.debian.org
Thu, 12 May 2005 22:20:12 +0000
Author: gildor-guest
Date: 2005-05-12 22:20:11 +0000 (Thu, 12 May 2005)
New Revision: 1377
Modified:
trunk/packages/unison/unison2.9.1/trunk/debian/changelog
trunk/packages/unison/unison2.9.1/trunk/debian/rules
Log:
Backport changes made in sarge -- SLG
Modified: trunk/packages/unison/unison2.9.1/trunk/debian/changelog
===================================================================
--- trunk/packages/unison/unison2.9.1/trunk/debian/changelog 2005-05-12 22:19:46 UTC (rev 1376)
+++ trunk/packages/unison/unison2.9.1/trunk/debian/changelog 2005-05-12 22:20:11 UTC (rev 1377)
@@ -1,3 +1,13 @@
+unison2.9.1 (2.9.1-2) unstable; urgency=low
+
+ * Backport of sarge changes. Unison doesn't read/write on
+ $HOME/.unison, it is only a hack used in Fspath.canonizeFspath
+ and called from Os.unisonDir. Set the HOME variable before
+ generating to be $(CURDIR) in debian/rules (Closes in sarge:#308773)
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org> Fri, 13 May 2005 00:11:09 +0200
+
+
unison2.9.1 (2.9.1-1) unstable; urgency=medium
* Transition to ocaml 3.08.3
Modified: trunk/packages/unison/unison2.9.1/trunk/debian/rules
===================================================================
--- trunk/packages/unison/unison2.9.1/trunk/debian/rules 2005-05-12 22:19:46 UTC (rev 1376)
+++ trunk/packages/unison/unison2.9.1/trunk/debian/rules 2005-05-12 22:20:11 UTC (rev 1377)
@@ -38,7 +38,7 @@
$(MAKE) UISTYLE=text NATIVE=$(NATIVE) NAME=unison$(VERSION)
- $(CURDIR)/unison$(VERSION) -doc all > $(CURDIR)/unison-manual.txt
+ env HOME=$(CURDIR) $(CURDIR)/unison$(VERSION) -doc all > $(CURDIR)/unison-manual.txt
if [ "x$(NATIVE)" = "xtrue" ]; then \
/usr/bin/chrpath -d unison$(VERSION)-gtk; \