[scoop] 04/04: dropped docs package (REJECT-FAQ: split this only if it's big)

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Sep 3 09:10:16 UTC 2014


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

danstender-guest pushed a commit to branch master
in repository scoop.

commit 2f17a51a8fefbe8b4f6942dcf30563a090dfc289
Author: Daniel Stender <daniel at danielstender.com>
Date:   Wed Sep 3 11:05:38 2014 +0200

    dropped docs package (REJECT-FAQ: split this only if it's big)
---
 debian/changelog                                   |  2 +-
 debian/control                                     | 24 +++-------------------
 .../{scoop-doc.doc-base => python-scoop.doc-base}  |  4 ++--
 .../{scoop-doc.examples => python-scoop.examples}  |  0
 debian/rules                                       |  2 +-
 5 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbfb9a7..bfd5d4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,4 +6,4 @@ scoop (0.7.1-1) unstable; urgency=medium
     Scoop in Debian until 2006 was another program (web-based
     collaborative media application).
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 03 Sep 2014 08:50:37 +0200
+ -- Daniel Stender <debian at danielstender.com>  Wed, 03 Sep 2014 11:02:19 +0200
diff --git a/debian/control b/debian/control
index 18d0d55..8ed040f 100644
--- a/debian/control
+++ b/debian/control
@@ -25,29 +25,11 @@ Depends:
  python-greenlet (>= 0.3.4~),
  python-zmq (>= 13.1.0~),
  ${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ ${sphinxdoc:Depends}
 Recommends:
  openssh-client
-Suggests:
- scoop-doc
 Description: Python library for concurrent parallel programming
  SCOOP (Scalable COncurrent Operations in Python) is a distributed task
  module allowing concurrent parallel programming on various environments,
- from heterogeneous grids to supercomputers.
- .
- This package provides the Python modules.
-
-Package: scoop-doc
-Architecture: all
-Section: doc
-Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends}
-Suggests:
- python-scoop
-Description: Python library for concurrent parallel programming (docs)
- SCOOP (Scalable COncurrent Operations in Python) is a distributed task
- module allowing concurrent parallel programming on various environments,
- from heterogeneous grids to supercomputers.
- .
- This package contains the documentation.
+ from heterogeneous grids to supercomputers.
\ No newline at end of file
diff --git a/debian/scoop-doc.doc-base b/debian/python-scoop.doc-base
similarity index 52%
rename from debian/scoop-doc.doc-base
rename to debian/python-scoop.doc-base
index 9de7a4e..d1775fb 100644
--- a/debian/scoop-doc.doc-base
+++ b/debian/python-scoop.doc-base
@@ -3,5 +3,5 @@ Title: Documentation of python-scoop
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/scoop-doc/html/index.html
-Files: /usr/share/doc/scoop-doc/html/*.html
\ No newline at end of file
+Index: /usr/share/doc/python-scoop/html/index.html
+Files: /usr/share/doc/python-scoop/html/*.html
\ No newline at end of file
diff --git a/debian/scoop-doc.examples b/debian/python-scoop.examples
similarity index 100%
rename from debian/scoop-doc.examples
rename to debian/python-scoop.examples
diff --git a/debian/rules b/debian/rules
index d19204e..9ac2a90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_test:
 override_dh_auto_install:
 	dh_auto_install
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N doc debian/scoop-doc/usr/share/doc/scoop-doc/html
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N doc debian/python-scoop/usr/share/doc/python-scoop/html
 endif
 
 override_dh_compress:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git



More information about the debian-science-commits mailing list