[Pkg-ocaml-maint-commits] r3570 - in /trunk/packages/unison2.9.1/trunk/debian: README.Debian control control.in rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Thu Feb 15 22:59:43 CET 2007


Author: gildor
Date: Thu Feb 15 22:59:42 2007
New Revision: 3570

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3570
Log:
* Merge the change done in the latest release
-- SLG

Modified:
    trunk/packages/unison2.9.1/trunk/debian/README.Debian
    trunk/packages/unison2.9.1/trunk/debian/control
    trunk/packages/unison2.9.1/trunk/debian/control.in
    trunk/packages/unison2.9.1/trunk/debian/rules

Modified: trunk/packages/unison2.9.1/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison2.9.1/trunk/debian/README.Debian?rev=3570&op=diff
==============================================================================
--- trunk/packages/unison2.9.1/trunk/debian/README.Debian (original)
+++ trunk/packages/unison2.9.1/trunk/debian/README.Debian Thu Feb 15 22:59:42 2007
@@ -71,3 +71,21 @@
 unison, ssh is only a "recommends" for unison and not a "depends".
 
  -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org>  Mon,  9 May 2005 00:47:47 +0200
+ 
+#-----------------#
+# removable media #
+#-----------------#
+
+Using unison with removable media is not safe. If you run unison in batch mode
+with one of the replica on a removable media and if the media get disconnected
+during the operation unison will consider that most files of one replica has
+just been deleted and will delete the file of the other replica since it is
+running in batch mode.
+
+This happens if you run in batch mode. If you are not running in batch you 
+should notice that unison propose to delete a lot of files!
+
+As usual: keep an eye of what is proposed by unison! This is one of the reason 
+why unison keep asking you what you really want to do.
+
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 15 Feb 2007 22:12:48 +0100

Modified: trunk/packages/unison2.9.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison2.9.1/trunk/debian/control?rev=3570&op=diff
==============================================================================
--- trunk/packages/unison2.9.1/trunk/debian/control (original)
+++ trunk/packages/unison2.9.1/trunk/debian/control Thu Feb 15 22:59:42 2007
@@ -2,8 +2,8 @@
 Section: net
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.09.2-7), liblablgtk2-ocaml-dev, chrpath
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.2), liblablgtk2-ocaml-dev, dpatch, chrpath
+Standards-Version: 3.6.2.0
 
 Package: unison2.9.1
 Architecture: any
@@ -30,6 +30,10 @@
  making it ideal for slower links. Unison has a clear and precise 
  specification, and is resilient to failure due to its careful 
  handling of the replicas and its private structures.
+ .
+ This package is a compatibility version of unison that can work with
+ sarge unison version. If you do not intend to use unison with a 
+ remote sarge unison version, you don't need it.
 
 Package: unison2.9.1-gtk
 Architecture: any
@@ -40,3 +44,7 @@
 Description: A file-synchronization tool for Unix and Windows - GTK interface
  This package adds the optional GTK interface to the file synchronization
  tool 'unison'.
+ .
+ This package is a compatibility version of unison that can work with
+ sarge unison version. If you do not intend to use unison with a 
+ remote sarge unison version, you don't need it.

Modified: trunk/packages/unison2.9.1/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison2.9.1/trunk/debian/control.in?rev=3570&op=diff
==============================================================================
--- trunk/packages/unison2.9.1/trunk/debian/control.in (original)
+++ trunk/packages/unison2.9.1/trunk/debian/control.in Thu Feb 15 22:59:42 2007
@@ -30,6 +30,10 @@
  making it ideal for slower links. Unison has a clear and precise 
  specification, and is resilient to failure due to its careful 
  handling of the replicas and its private structures.
+ .
+ This package is a compatibility version of unison that can work with
+ sarge unison version. If you do not intend to use unison with a 
+ remote sarge unison version, you don't need it.
 
 Package: unison2.9.1-gtk
 Architecture: any
@@ -40,3 +44,7 @@
 Description: A file-synchronization tool for Unix and Windows - GTK interface
  This package adds the optional GTK interface to the file synchronization
  tool 'unison'.
+ .
+ This package is a compatibility version of unison that can work with
+ sarge unison version. If you do not intend to use unison with a 
+ remote sarge unison version, you don't need it.

Modified: trunk/packages/unison2.9.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison2.9.1/trunk/debian/rules?rev=3570&op=diff
==============================================================================
--- trunk/packages/unison2.9.1/trunk/debian/rules (original)
+++ trunk/packages/unison2.9.1/trunk/debian/rules Thu Feb 15 22:59:42 2007
@@ -118,7 +118,7 @@
 #	# string
 #	for i in $(RENAME); do \
 #	  DST=$$i; \
-#	  DST=$${DST/unison/$(UNISON_PACKAGE)}; \
+#	  DST=`echo $$DST | sed "s/unison/${UNISON_PACKAGE}/"`; \
 #	  DST=$${DST%%.in}; \
 #	  sed -e "\
 #	    s/@VERSION@/$(VERSION)/g;                               \




More information about the Pkg-ocaml-maint-commits mailing list