[Python-modules-commits] [obsub] 01/01: Fixed short description (Closes: #860462)
Ondřej Nový
onovy at moszumanska.debian.org
Mon Apr 17 11:19:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository obsub.
commit e4e76c86ce6f2cbd02b85db923d21a436a1d2340
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Apr 17 13:19:30 2017 +0200
Fixed short description (Closes: #860462)
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a44107..d91bfab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+obsub (0.2-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed short description (Closes: #860462)
+
+ -- Ondřej Nový <onovy at debian.org> Mon, 17 Apr 2017 13:15:28 +0200
+
obsub (0.2-3) unstable; urgency=medium
* Fix typo in debian/watch
diff --git a/debian/control b/debian/control
index 0b01dfc..66953c9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/obsub.git
Package: python-obsub
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Python module that implements the observer pattern via a decorator
+Description: Python 2.x module that implements the observer pattern via a decorator
The @event decorator makes functions or methods "observable". Consuming code
can subscribe callbacks to these decorated callables, and the callbacks will be
triggered everytime the callables are invoked.
@@ -29,7 +29,7 @@ Description: Python module that implements the observer pattern via a decorator
Package: python3-obsub
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Test fixtures providing fake versions of various system resources
+Description: Python 3.x module that implements the observer pattern via a decorator
The @event decorator makes functions or methods "observable". Consuming code
can subscribe callbacks to these decorated callables, and the callbacks will be
triggered everytime the callables are invoked.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/obsub.git
More information about the Python-modules-commits
mailing list