[Pkg-ocaml-maint-commits] r1368 - trunk/packages/unison/trunk/debian

Sylvain LE GALL gildor-guest@costa.debian.org
Sun, 08 May 2005 22:56:31 +0000


Author: gildor-guest
Date: 2005-05-08 22:56:30 +0000 (Sun, 08 May 2005)
New Revision: 1368

Modified:
   trunk/packages/unison/trunk/debian/NEWS.Debian
   trunk/packages/unison/trunk/debian/README.Debian
   trunk/packages/unison/trunk/debian/changelog
   trunk/packages/unison/trunk/debian/control
Log:
Commit before upload -- SLG


Modified: trunk/packages/unison/trunk/debian/NEWS.Debian
===================================================================
--- trunk/packages/unison/trunk/debian/NEWS.Debian	2005-05-08 22:28:00 UTC (rev 1367)
+++ trunk/packages/unison/trunk/debian/NEWS.Debian	2005-05-08 22:56:30 UTC (rev 1368)
@@ -1,3 +1,18 @@
+unison (2.10.2-2) unstable; urgency=low
+
+ Upgrading from version 2.9.1 to 2.10.2 involves a lot of changes. In particular, most of
+ the configuration of the former stable release (2.9.1) are no more valid. Archive
+ format has changed: if you have any unsynchronized changes when you upgrade to this new
+ archive format, you have to merge them all by hand. You can also use the new package 
+ unison2.9.1 (which is the former stable release) to synchronise your old archive before
+ migrating.
+
+ Version 2.10.2 and 2.9.1 are not compatible. You will need to have the same version of 
+ unison on both end of the synchronisation link (ie if you need to synchronise two 
+ computers, you will need to have unison 2.10.2 on both).
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon, 25 Apr 2005 23:06:44 +0200  
+ 
 unison (2.10.2-1) unstable; urgency=medium
 
   With this new stable release, a package split has been made. Now the package

Modified: trunk/packages/unison/trunk/debian/README.Debian
===================================================================
--- trunk/packages/unison/trunk/debian/README.Debian	2005-05-08 22:28:00 UTC (rev 1367)
+++ trunk/packages/unison/trunk/debian/README.Debian	2005-05-08 22:56:30 UTC (rev 1368)
@@ -1,3 +1,7 @@
+#----------------------------#
+# Documentation              #
+#----------------------------#
+
 Documentation for Unison is in the manual, which is available in 
 text formats in /usr/share/doc/unison. The same documentation 
 can also be accessed over the command line, and you can list the 
@@ -18,6 +22,10 @@
 
  -- Robert McQueen <robot101@debian.org>  Wed, 29 Aug 2001 21:18:29 +0100
 
+#----------------------------#
+# Unison and UnisonXXX       #
+#----------------------------#
+
 This package has been split when Unison 2.10.2 was released. 
 There exist now two version of the package : 
 - unison, unison-gtk ( version 2.10.2 )
@@ -45,3 +53,21 @@
 
  -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon, 25 Apr 2005 23:06:44 +0200  
 
+#----------------------------#
+# ssh-askpass                #
+#----------------------------#
+
+Ssh-askpass is a recommended package when using unison-gtk. The reason 
+for this is that if you use SSH access and that the key for this specific
+SSH login is password protected and that you don't have added it to your
+ssh-agent, you should be asked for a password in console mode. If unison
+was launched from menu, you won't be aware of this and the command will
+fail without explanation. The problem will be the same for simple password
+access. So it is strongly recommended to install ssh-askpass if you want 
+to use SSH access.
+
+However, it is not a dependency, because there is no obvious call to 
+ssh-askpass in the unison source. Moreover, using SSH is not mandatory for
+unison, ssh is only a "recommends" for unison and not a "depends".
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon,  9 May 2005 00:47:47 +0200

Modified: trunk/packages/unison/trunk/debian/changelog
===================================================================
--- trunk/packages/unison/trunk/debian/changelog	2005-05-08 22:28:00 UTC (rev 1367)
+++ trunk/packages/unison/trunk/debian/changelog	2005-05-08 22:56:30 UTC (rev 1368)
@@ -1,3 +1,13 @@
+unison (2.10.2-2) unstable; urgency=low
+
+  * Using PACKAGE_VERSION to substitute variable in doc-base. (Closes: #307411)
+  * unison-gtk now recommends ssh-askpass, put a note in README.Debian
+    concerning the fact that ssh-askpass is required for using a password
+    protected SSH connection (Closes: #238854)
+  * Stat the changes of archive format from 2.9.1 to 2.10.2 in NEWS.Debian (Closes: #308126)
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon,  9 May 2005 00:47:47 +0200
+
 unison (2.10.2-1) unstable; urgency=medium
 
   * Transition to ocaml 3.08.3 ( Closes: #304124 )

Modified: trunk/packages/unison/trunk/debian/control
===================================================================
--- trunk/packages/unison/trunk/debian/control	2005-05-08 22:28:00 UTC (rev 1367)
+++ trunk/packages/unison/trunk/debian/control	2005-05-08 22:56:30 UTC (rev 1368)
@@ -34,6 +34,7 @@
 Architecture: any
 Depends: unison (= ${Source-Version}), ${shlibs:Depends}, ${interpreter:Depends}
 Conflicts: unison-gtk (<< 2.9.1-3)
+Recommends: ssh-askpass
 Description: A file-synchronization tool for Unix and Windows - GTK interface
  This package adds the optional GTK interface to the file synchronization
  tool 'unison'.