~ubuntu-branches/ubuntu/utopic/deap/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Daniel Stender, Miriam Ruiz, Daniel Stender, Jakub Wilk
  • Date: 2014-07-06 00:03:41 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140706000341-s7gij1ki3d8xz6t9
Tags: 1.0.1-1
[ Miriam Ruiz ]
* New Upstream Release. Closes: #675200
* Upgraded Standards-Version from 3.9.2 to 3.9.5
* Switched to dh_python2
* Upgraded debian/compat to 9
* Added build-arch and build-indep targets to debian/rules
* Using awk to remove connection from the documentation to google analytics
* Using jquery.js and underscore.js from libjs-jquery and libjs-underscore
* Added patches/doc.patch

[ Daniel Stender ]
* deb/control:
  + Added myself to Uploaders.
  + Added version to b-p on python-all.
  + Updated Homepage.
  + Wrapped and sorted.
* deb/copyright:
  + Changed copyright file towards DEP-5.
  + Updated Source URI (project source moved to Github).
  + Added email addresses for copyright holders.
  + Dropped license for eap/toolbox.py (not included anymore).
  + Extended copyrights to 2014.
  + Added myself to copyrights for deb/*.
  + Specified license location.
* Added watch file [initial version by Jackson Doak].

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
 
Uploaders: Miriam Ruiz <little_miry@yahoo.es>
6
 
Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
7
 
 python-all, python-support, python-setuptools, python-sphinx, dvipng
8
 
Standards-Version: 3.9.2
9
 
Homepage: https://code.google.com/p/deap/
10
 
Vcs-Svn: svn://svn.debian.org/python-modules/packages/deap/trunk/
11
 
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/deap/trunk/
 
5
Uploaders: Miriam Ruiz <miriam@debian.org>, Daniel Stender <debian@danielstender.com>
 
6
Build-Depends:
 
7
 debhelper (>= 9),
 
8
 dh-buildinfo,
 
9
 dvipng,
 
10
 python-all (>= 2.6.6-3~),
 
11
 python-setuptools,
 
12
 python-sphinx,
 
13
 quilt
 
14
Standards-Version: 3.9.5
 
15
Homepage: http://deap.gel.ulaval.ca/doc/default/
 
16
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/deap/trunk/
 
17
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/deap/trunk/
12
18
 
13
19
Package: python-deap
14
20
Architecture: all
15
 
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 
21
Depends: ${misc:Depends}, ${shlibs:Depends}
16
22
Provides: ${python:Provides}
17
23
Suggests: python-deap-doc
18
24
Description: Distributed Evolutionary Algorithms in Python
25
31
Package: python-deap-doc
26
32
Section: doc
27
33
Architecture: all
28
 
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 
34
Depends: libjs-jquery, libjs-underscore, ${misc:Depends}, ${shlibs:Depends}
29
35
Recommends: python-deap
30
36
Description: Distributed Evolutionary Algorithms in Python - documentation
31
37
 DEAP is intended to be an easy to use distributed evolutionary algorithm