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

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Wed Apr 1 17:04:51 UTC 2015


    Date: Wednesday, April 1, 2015 @ 17:04:50
  Author: zyga-guest
Revision: 32110

debian/control: wrap-and-sort

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

Modified: packages/python-morris/trunk/debian/changelog
===================================================================
--- packages/python-morris/trunk/debian/changelog	2015-04-01 17:00:22 UTC (rev 32109)
+++ packages/python-morris/trunk/debian/changelog	2015-04-01 17:04:50 UTC (rev 32110)
@@ -1,3 +1,9 @@
+python-morris (1.2-2) UNRELEASED; urgency=medium
+
+  * debian/control: wrap-and-sort
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Wed, 01 Apr 2015 19:04:19 +0200
+
 python-morris (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #762405)

Modified: packages/python-morris/trunk/debian/control
===================================================================
--- packages/python-morris/trunk/debian/control	2015-04-01 17:00:22 UTC (rev 32109)
+++ packages/python-morris/trunk/debian/control	2015-04-01 17:04:50 UTC (rev 32110)
@@ -3,14 +3,13 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
- python3-sphinx,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+               python3-sphinx
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
@@ -21,9 +20,7 @@
 
 Package: python-morris
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
 Enhances: python-sphinx
 Description: announcement (signal/event) system for Python 2
  Morris is a simple Python library for creating notification mechanism similar
@@ -41,9 +38,7 @@
 
 Package: python3-morris
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: announcement (signal/event) system for Python 3
  Morris is a simple Python library for creating notification mechanism similar
  to Qt signals or C# events. Application developers can create signals with a




More information about the Python-modules-commits mailing list