[Pkg-bazaar-commits] r52 ./bzr/unstable: Revamp description, and add plugins to Suggests/Recommends.

Adeodato Simó dato at net.com.org.es
Sat Dec 1 12:18:22 UTC 2007


------------------------------------------------------------
revno: 52
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Sat 2007-12-01 13:18:22 +0100
message:
  Revamp description, and add plugins to Suggests/Recommends.
modified:
  changelog
  control
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2007-12-01 10:55:19 +0000
+++ b/changelog	2007-12-01 12:18:22 +0000
@@ -1,3 +1,13 @@
+bzr (1.0~rc1-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    + revamp the description.
+    + add bzrtools to Recommends.
+    + add bzr-gtk and bzr-svn to Suggests.
+    + drop conflicts on obsolete bzr-doc.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Sat, 01 Dec 2007 13:14:07 +0100
+
 bzr (1.0~rc1-2) unstable; urgency=low
 
   * Install images that come with the documentation.

=== modified file 'control'
--- a/control	2007-11-23 00:46:19 +0000
+++ b/control	2007-12-01 12:18:22 +0000
@@ -12,16 +12,25 @@
 Package: bzr
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, python (>> 2.5) | python-celementtree
-Recommends: python-paramiko, python-pycurl
-Suggests: xdg-utils, libxml2-utils
-Conflicts: bzr-doc
+Recommends: bzrtools, python-paramiko, python-pycurl
+Suggests: bzr-gtk, bzr-svn, xdg-utils, libxml2-utils
 XB-Python-Version: ${python:Versions}
-Description: Bazaar, the next-generation distributed version control system
- Open source distributed version control system that is powerful, friendly,
- and scalable.
- .
- It manages trees of files and subdirectories. In particular, it records
- revisions of trees, representing their state at a particular point in time,
- and information about those revisions and their relationships. Recording and
- retrieving tree revisions is useful in several ways if you are writing
- software or documents or doing similar creative work.
+Description: easy to use distributed version control system
+ Bazaar is a distributed version control system designed to be easy to
+ use and intuitive, yet able to adapt to many workflows, reliable, and
+ easily extendable.
+ .
+ Publishing of branches can be done over plain HTTP, that is, no special
+ software the server is needed to host Bazaar branches. Branches can
+ be pushed to the server via sftp (which most SSH instalations come
+ with), FTP, or over a custom and faster protocol if bzr is installed in
+ the remote end.
+ .
+ Merging in Bazaar is easy, as the implementation is able to avoid many
+ spurious conclicts, deals well with repeated merges between branches,
+ and is able to handle modifications to renamed files correctly.
+ .
+ Bazaar is written in Python, and has a flexible plugin interface which
+ can be used to extend its functionality. Many plugins exist, providing
+ useful commands (bzrtools), graphical interfaces (bzr-gtk), or native
+ interaction with Subversion branches (bzr-svn).



More information about the Pkg-bazaar-commits mailing list