[Pkg-ocaml-maint-commits] r4549 - in /trunk/packages/unison/trunk/debian: changelog control control.in

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Thu Sep 20 18:37:16 UTC 2007


Author: gildor
Date: Thu Sep 20 18:37:16 2007
New Revision: 4549

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4549
Log:
* Tighten build dependency
* Enhance package description

Modified:
    trunk/packages/unison/trunk/debian/changelog
    trunk/packages/unison/trunk/debian/control
    trunk/packages/unison/trunk/debian/control.in

Modified: trunk/packages/unison/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison/trunk/debian/changelog?rev=4549&op=diff
==============================================================================
--- trunk/packages/unison/trunk/debian/changelog (original)
+++ trunk/packages/unison/trunk/debian/changelog Thu Sep 20 18:37:16 2007
@@ -1,6 +1,8 @@
-unison (2.13.16-8) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+unison (2.13.16-8) unstable; urgency=low
+
+  * Change section from net to utils 
+  * Tighten build-dependency on lablgtk2 and librsvg2
+  * Rework description of the package
 
  -- Sylvain Le Gall <gildor at debian.org>  Thu, 20 Sep 2007 16:53:23 +0200
 

Modified: trunk/packages/unison/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison/trunk/debian/control?rev=4549&op=diff
==============================================================================
--- trunk/packages/unison/trunk/debian/control (original)
+++ trunk/packages/unison/trunk/debian/control Thu Sep 20 18:37:16 2007
@@ -1,8 +1,8 @@
 Source: unison
-Section: net
+Section: utils
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), liblablgtk2-ocaml-dev, chrpath, librsvg2-bin, imagemagick
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), liblablgtk2-ocaml-dev (>= 2.6.0-13), chrpath, librsvg2-bin (>= 2.18.2-1), imagemagick
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/unison
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison/trunk/
@@ -31,12 +31,34 @@
  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.
+ .
+ Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
 
 Package: unison-gtk
 Architecture: any
 Depends: ${shlibs:Depends}, ${F:OCamlInterpreter}
 Conflicts: unison-gtk (<< 2.9.1-3)
 Recommends: ssh-askpass, ssh-client | openssh-client
-Description: A file-synchronization tool for Unix and Windows - GTK interface
- This package adds the optional GTK interface to the file synchronization
- tool 'unison'.
+Description: A file-synchronization tool for Unix and Windows with GTK interface
+ Unison is a file-synchronization tool for Unix and Windows, written
+ in OCaml. It allows two replicas of a collection of files and
+ directories to be stored on different hosts (or different disks
+ on the same host), modified separately, and then brought up to
+ date by propagating the changes in each replica to the other.
+ .
+ Unison offers several advantages over various synchronization methods
+ such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
+ synchronize between Windows and many UNIX platforms. Unison requires
+ no root privileges, system access or kernel changes to function. Unison
+ can synchronize changes to files and directories in both directions,
+ on the same machine, or across a network using ssh or a direct
+ socket connection.
+ .
+ Transfers are optimised using a version of the rsync protocol, 
+ 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 adds the optional GTK interface.
+ .
+ Homepage: http://www.cis.upenn.edu/~bcpierce/unison/

Modified: trunk/packages/unison/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison/trunk/debian/control.in?rev=4549&op=diff
==============================================================================
--- trunk/packages/unison/trunk/debian/control.in (original)
+++ trunk/packages/unison/trunk/debian/control.in Thu Sep 20 18:37:16 2007
@@ -1,8 +1,8 @@
 Source: unison
-Section: net
+Section: utils
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: @cdbs@, liblablgtk2-ocaml-dev, chrpath, librsvg2-bin, imagemagick
+Build-Depends: @cdbs@, liblablgtk2-ocaml-dev (>= 2.6.0-13), chrpath, librsvg2-bin (>= 2.18.2-1), imagemagick
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/unison
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/unison/trunk/
@@ -31,12 +31,34 @@
  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.
+ .
+ Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
 
 Package: unison-gtk
 Architecture: any
 Depends: ${shlibs:Depends}, ${F:OCamlInterpreter}
 Conflicts: unison-gtk (<< 2.9.1-3)
 Recommends: ssh-askpass, ssh-client | openssh-client
-Description: A file-synchronization tool for Unix and Windows - GTK interface
- This package adds the optional GTK interface to the file synchronization
- tool 'unison'.
+Description: A file-synchronization tool for Unix and Windows with GTK interface
+ Unison is a file-synchronization tool for Unix and Windows, written
+ in OCaml. It allows two replicas of a collection of files and
+ directories to be stored on different hosts (or different disks
+ on the same host), modified separately, and then brought up to
+ date by propagating the changes in each replica to the other.
+ .
+ Unison offers several advantages over various synchronization methods
+ such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
+ synchronize between Windows and many UNIX platforms. Unison requires
+ no root privileges, system access or kernel changes to function. Unison
+ can synchronize changes to files and directories in both directions,
+ on the same machine, or across a network using ssh or a direct
+ socket connection.
+ .
+ Transfers are optimised using a version of the rsync protocol, 
+ 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 adds the optional GTK interface.
+ .
+ Homepage: http://www.cis.upenn.edu/~bcpierce/unison/




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