[scoop] 03/04: finalized
Daniel Stender
danstender-guest at moszumanska.debian.org
Wed Sep 3 09:10:15 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 1a575d7a42e2a75f670b909a67c62f83cd2d202b
Author: Daniel Stender <daniel at danielstender.com>
Date: Wed Sep 3 10:59:58 2014 +0200
finalized
---
debian/changelog | 2 +-
debian/control | 8 +++++---
debian/copyright | 10 ++++++----
debian/rules | 2 +-
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f15a88..cbfb9a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ scoop (0.7.1-1) unstable; urgency=medium
* Initial release (Closes: #760188, LP: #1283817):
+ provides Python2 package (python3-greenlet not yet available).
- Scoop in Debian until 2006 was something different (Web-based
+ 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
diff --git a/debian/control b/debian/control
index f431e48..18d0d55 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: scoop
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders:
Daniel Stender <debian at danielstender.com>
-Section: optional
-Priority: extra
+Section: science
+Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
@@ -28,6 +28,8 @@ Depends:
${python: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,
@@ -36,8 +38,8 @@ Description: Python library for concurrent parallel programming
This package provides the Python modules.
Package: scoop-doc
-Section: doc
Architecture: all
+Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends}
diff --git a/debian/copyright b/debian/copyright
index 78f02da..416e6b7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,15 +4,17 @@ Upstream-Contact: SCOOP Development Team <scoop-users at googlegroups.com>
Source: http://code.google.com/p/scoop/
Files: *
-Copyright: SCOOP Development Team <scoop-users at googlegroups.com>
-License: LGPL-3.0
+Copyright: 2012-2014 Yannik Hold-Geoffroy
+ Oliver Gagnon
+ Marc Parizeau
+License: LGPL-3.0+
Files: debian/*
Copyright: 2014 F.-E. Picca <frederic-emmanuel.picca at synchrotron-soleil.fr>
Daniel Stender <debian at danielstender.com>
-License: LGPL-3.0
+License: LGPL-3.0+
-License: LGPL-3.0
+License: LGPL-3.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
diff --git a/debian/rules b/debian/rules
index b928241..d19204e 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/scoop-doc/usr/share/doc/scoop-doc/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