[Python-modules-commits] [rpyc] 01/12: Install doc package without the py3-specific name

Carl Suster arcresu-guest at moszumanska.debian.org
Fri Dec 1 07:25:54 UTC 2017


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

arcresu-guest pushed a commit to branch debian/master
in repository rpyc.

commit 501a25775bb7c13b73ca992f6a2b3b4a5d16cb5e
Author: Carl Suster <carl at contraflo.ws>
Date:   Fri Dec 1 16:00:33 2017 +1100

    Install doc package without the py3-specific name
---
 debian/control                                                 | 4 ++--
 debian/{python3-rpyc-doc.doc-base => python-rpyc-doc.doc-base} | 6 +++---
 debian/python-rpyc-doc.links                                   | 3 +++
 debian/python3-rpyc-doc.links                                  | 3 ---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index b5648fe..9dda3c2 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: python3-rpyc
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 Recommends: python3-paramiko
-Suggests: python3-rpyc-doc
+Suggests: python-rpyc-doc
 Description: transparent and symmetric Remote Python Call library -- Python3 module
  RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
  Python library for symmetrical remote procedure calls, clustering and
@@ -31,7 +31,7 @@ Description: transparent and symmetric Remote Python Call library -- Python3 mod
  .
  This package provides the Python 3 module.
 
-Package: python3-rpyc-doc
+Package: python-rpyc-doc
 Architecture: all
 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Recommends: python3-rpyc
diff --git a/debian/python3-rpyc-doc.doc-base b/debian/python-rpyc-doc.doc-base
similarity index 54%
rename from debian/python3-rpyc-doc.doc-base
rename to debian/python-rpyc-doc.doc-base
index 84c9130..b24adc9 100644
--- a/debian/python3-rpyc-doc.doc-base
+++ b/debian/python-rpyc-doc.doc-base
@@ -5,8 +5,8 @@ Abstract: This manual describes rpyc - a Remote Python Call library
 Section: Programming/Python
 
 Format: text
-Files: /usr/share/doc/python3-rpyc-doc/rst/*.txt
+Files: /usr/share/doc/python-rpyc-doc/rst/*.txt
 
 Format: HTML
-Index: /usr/share/doc/python3-rpyc-doc/html/index.html
-Files: /usr/share/doc/python3-rpyc-doc/html/*.html
+Index: /usr/share/doc/python-rpyc-doc/html/index.html
+Files: /usr/share/doc/python-rpyc-doc/html/*.html
diff --git a/debian/python-rpyc-doc.links b/debian/python-rpyc-doc.links
new file mode 100644
index 0000000..d70ad52
--- /dev/null
+++ b/debian/python-rpyc-doc.links
@@ -0,0 +1,3 @@
+/usr/share/doc/python-rpyc-doc/html/_sources/      /usr/share/doc/python-rpyc-doc/rst
+/usr/share/doc/python-rpyc-doc/html/_sources/      /usr/share/doc/python3-rpyc/rst
+/usr/share/doc/python-rpyc-doc/html                /usr/share/doc/python3-rpyc/html
diff --git a/debian/python3-rpyc-doc.links b/debian/python3-rpyc-doc.links
deleted file mode 100644
index 5b559a0..0000000
--- a/debian/python3-rpyc-doc.links
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/share/doc/python3-rpyc-doc/html/_sources/      /usr/share/doc/python3-rpyc-doc/rst
-/usr/share/doc/python3-rpyc-doc/html/_sources/      /usr/share/doc/python3-rpyc/rst
-/usr/share/doc/python3-rpyc-doc/html                /usr/share/doc/python3-rpyc/html

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



More information about the Python-modules-commits mailing list