[Pkg-bazaar-commits] r56 ./bzr/unstable: More improvements.

Adeodato Simó dato at net.com.org.es
Mon Dec 3 16:39:58 UTC 2007


------------------------------------------------------------
revno: 56
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Mon 2007-12-03 17:39:58 +0100
message:
  More improvements.
modified:
  changelog
  control
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2007-12-01 12:18:22 +0000
+++ b/changelog	2007-12-03 16:39:58 +0000
@@ -4,7 +4,10 @@
     + revamp the description.
     + add bzrtools to Recommends.
     + add bzr-gtk and bzr-svn to Suggests.
+    + remove libxml2-utils from Suggests.
     + drop conflicts on obsolete bzr-doc.
+    + demote python-pycurl to Suggests, mention in the description
+      what's useful for.
 
  -- Adeodato Simó <dato at net.com.org.es>  Sat, 01 Dec 2007 13:14:07 +0100
 

=== modified file 'control'
--- a/control	2007-12-01 12:50:44 +0000
+++ b/control	2007-12-03 16:39:58 +0000
@@ -12,8 +12,8 @@
 Package: bzr
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, python (>> 2.5) | python-celementtree
-Recommends: bzrtools, python-paramiko, python-pycurl
-Suggests: bzr-gtk, bzr-svn, xdg-utils, libxml2-utils
+Recommends: bzrtools, python-paramiko
+Suggests: bzr-gtk, bzr-svn, python-pycurl, xdg-utils
 XB-Python-Version: ${python:Versions}
 Description: easy to use distributed version control system
  Bazaar is a distributed version control system designed to be easy to
@@ -34,3 +34,7 @@
  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).
+ .
+ Install python-paramiko if you are going to push branches to remote
+ hosts with sftp, and python-pycurl if you'd like for SSL certificates
+ always to be verified.



More information about the Pkg-bazaar-commits mailing list