[Python-modules-commits] [pydispatcher] 02/04: Rename binary packages

Neil Muller drnlmza-guest at moszumanska.debian.org
Sun Nov 29 00:22:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

drnlmza-guest pushed a commit to branch master
in repository pydispatcher.

commit 5da33b44dd7e2a01fe86c9dd5ee3daddaceb8b0e
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date:   Sun Nov 29 02:01:00 2015 +0200

    Rename binary packages
---
 debian/control                                               | 12 ++++++------
 ...ispatcher-doc.doc-base => python-pydispatch-doc.doc-base} |  6 +++---
 ...thon-pydispatcher-doc.docs => python-pydispatch-doc.docs} |  0
 ...ispatcher-doc.examples => python-pydispatch-doc.examples} |  0
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 927a0df..d016d13 100644
--- a/debian/control
+++ b/debian/control
@@ -15,11 +15,11 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/pydispatcher.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pydispatcher.git
 Homepage: http://pydispatcher.sourceforge.net/
 
-Package: python-pydispatcher
+Package: python-pydispatch
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends}
-Suggests: python-pydispatcher-doc
+Suggests: python-pydispatch-doc
 Description: Python signal dispatching mechanism
  PyDispatcher provides the Python programmer with a
  multiple-producer-multiple-consumer signal-registration and routing
@@ -30,11 +30,11 @@ Description: Python signal dispatching mechanism
  .
  This is the Python 2 version of PyDispatcher.
 
-Package: python3-pydispatcher
+Package: python3-pydispatch
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Suggests: python-pydispatcher-doc
+Suggests: python-pydispatch-doc
 Description: Python 3 signal dispatching mechanism
  PyDispatcher provides the Python programmer with a
  multiple-producer-multiple-consumer signal-registration and routing
@@ -45,11 +45,11 @@ Description: Python 3 signal dispatching mechanism
  .
  This package contains the Python 3 version of PyDispatcher.
 
-Package: python-pydispatcher-doc
+Package: python-pydispatch-doc
 Architecture: all
 Depends: ${misc:Depends}
 Section: doc
-Description: documentation for python-pydispatcher
+Description: documentation for python-pydispatch
  PyDispatcher provides the Python programmer with a
  multiple-producer-multiple-consumer signal-registration and routing
  infrastructure for use in multiple contexts. The mechanism of PyDispatcher
diff --git a/debian/python-pydispatcher-doc.doc-base b/debian/python-pydispatch-doc.doc-base
similarity index 56%
rename from debian/python-pydispatcher-doc.doc-base
rename to debian/python-pydispatch-doc.doc-base
index 0d1ae8d..fa6568b 100644
--- a/debian/python-pydispatcher-doc.doc-base
+++ b/debian/python-pydispatch-doc.doc-base
@@ -1,9 +1,9 @@
-Document: python-pydispatcher-doc
+Document: python-pydispatch-doc
 Title: PyDispatcher Documentation
 Abstract: Documentation for PyDispatcher. Includes detailed documentation
  of the PyDispatcher API and structure.
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python-pydispatcher-doc/index.html
-Files: /usr/share/doc/python-pydispatcher-doc/*.html
+Index: /usr/share/doc/python-pydispatch-doc/index.html
+Files: /usr/share/doc/python-pydispatch-doc/*.html
diff --git a/debian/python-pydispatcher-doc.docs b/debian/python-pydispatch-doc.docs
similarity index 100%
rename from debian/python-pydispatcher-doc.docs
rename to debian/python-pydispatch-doc.docs
diff --git a/debian/python-pydispatcher-doc.examples b/debian/python-pydispatch-doc.examples
similarity index 100%
rename from debian/python-pydispatcher-doc.examples
rename to debian/python-pydispatch-doc.examples

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydispatcher.git



More information about the Python-modules-commits mailing list