[Python-modules-commits] r34180 - in packages/python-guacamole/trunk/debian (changelog control)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Sun Sep 6 10:34:10 UTC 2015


    Date: Sunday, September 6, 2015 @ 10:34:09
  Author: zyga-guest
Revision: 34180

Suggest installation of python-guacamole-doc from python-guacamole and
python3-guacamole (closes: #797760)

Modified:
  packages/python-guacamole/trunk/debian/changelog
  packages/python-guacamole/trunk/debian/control

Modified: packages/python-guacamole/trunk/debian/changelog
===================================================================
--- packages/python-guacamole/trunk/debian/changelog	2015-09-06 10:25:39 UTC (rev 34179)
+++ packages/python-guacamole/trunk/debian/changelog	2015-09-06 10:34:09 UTC (rev 34180)
@@ -1,3 +1,10 @@
+python-guacamole (0.9.2-2) UNRELEASED; urgency=medium
+
+  * Suggest installation of python-guacamole-doc from python-guacamole and
+    python3-guacamole (closes: #797760)
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Sun, 06 Sep 2015 12:29:27 +0200
+
 python-guacamole (0.9.2-1) unstable; urgency=medium
 
   * New upstream maintenance release

Modified: packages/python-guacamole/trunk/debian/control
===================================================================
--- packages/python-guacamole/trunk/debian/control	2015-09-06 10:25:39 UTC (rev 34179)
+++ packages/python-guacamole/trunk/debian/control	2015-09-06 10:34:09 UTC (rev 34180)
@@ -6,9 +6,9 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
+               python-mock,
                python-setuptools,
                python-unittest2,
-               python-mock,
                python3-all,
                python3-doc,
                python3-setuptools,
@@ -23,6 +23,7 @@
 Package: python-guacamole
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-guacamole-doc
 Description: framework for creating command line applications (Python 2)
  Guacamole is a flexible, modular system for creating command line
  applications.  Guacamole comes with built-in support for writing command line
@@ -61,6 +62,7 @@
 Package: python3-guacamole
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-guacamole-doc
 Description: framework for creating command line applications (Python 3)
  Guacamole is a flexible, modular system for creating command line
  applications.  Guacamole comes with built-in support for writing command line




More information about the Python-modules-commits mailing list