[Pkg-bazaar-commits] ./bzrtools/experimental r672: Suggest rather than Recommend graphviz, since graphviz is a heavy dependency but the graph-ancestry command is not commonly used.

Jelmer Vernooij jelmer at debian.org
Fri Apr 10 07:14:38 UTC 2009


------------------------------------------------------------
revno: 672
committer: Jelmer Vernooij <jelmer at debian.org>
branch nick: debian-experimental
timestamp: Tue 2009-01-27 18:42:44 +0100
message:
  Suggest rather than Recommend graphviz, since graphviz is a heavy dependency but the graph-ancestry command is not commonly used.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-13 15:29:22 +0000
+++ b/debian/changelog	2009-01-27 17:42:44 +0000
@@ -1,3 +1,11 @@
+bzrtools (1.11.0-2) UNRELEASED; urgency=low
+
+  * Suggest rather than Recommend graphviz, since graphviz is a heavy
+    dependency but the graph-ancestry command is not commonly used. 
+    (LP: #321852)
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Tue, 27 Jan 2009 18:39:26 +0100
+
 bzrtools (1.11.0-1) experimental; urgency=low
 
   * New upstream release.

=== modified file 'debian/control'
--- a/debian/control	2009-01-13 16:13:01 +0000
+++ b/debian/control	2009-01-27 17:42:44 +0000
@@ -14,8 +14,8 @@
 Package: bzrtools
 Architecture: all
 Depends: ${python:Depends}, bzr (>= 1.11~), bzr (<< 1.12~), patch, ${misc:Depends}
-Recommends: rsync, graphviz
-Suggests: librsvg2-bin
+Recommends: rsync
+Suggests: librsvg2-bin, graphviz
 XB-Python-Version: ${python:Versions}
 Description: Collection of tools for bzr
  This package contains a collection of plugins for bzr - a distributed 



More information about the Pkg-bazaar-commits mailing list