[Python-modules-commits] r15316 - in packages/deap/trunk (12 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Jan 13 01:07:59 UTC 2011


    Date: Thursday, January 13, 2011 @ 01:07:54
  Author: miriam
Revision: 15316

[svn-inject] Applying Debian modifications (0.6-1) to trunk

Added:
  packages/deap/trunk/debian/
  packages/deap/trunk/debian/README.source
  packages/deap/trunk/debian/changelog
  packages/deap/trunk/debian/compat
  packages/deap/trunk/debian/control
  packages/deap/trunk/debian/copyright
  packages/deap/trunk/debian/python-deap-doc.doc-base
  packages/deap/trunk/debian/python-deap-doc.install
  packages/deap/trunk/debian/rules
  packages/deap/trunk/debian/source/
  packages/deap/trunk/debian/source/format
  packages/deap/trunk/debian/source/options


Property changes on: packages/deap/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/deap/trunk/debian/README.source
===================================================================
--- packages/deap/trunk/debian/README.source	                        (rev 0)
+++ packages/deap/trunk/debian/README.source	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Added: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog	                        (rev 0)
+++ packages/deap/trunk/debian/changelog	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,5 @@
+deap (0.6-1) unstable; urgency=low
+
+  * Initial release. Closes: #609834
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 09 Dec 2010 23:05:47 +0100

Added: packages/deap/trunk/debian/compat
===================================================================
--- packages/deap/trunk/debian/compat	                        (rev 0)
+++ packages/deap/trunk/debian/compat	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1 @@
+7

Added: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control	                        (rev 0)
+++ packages/deap/trunk/debian/control	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,35 @@
+Source: deap
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
+ python, python-support, python-setuptools, python-sphinx
+Standards-Version: 3.9.1
+Homepage: https://code.google.com/p/deap/
+
+Package: python-deap
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Suggests: python-deap-doc
+Description: Distributed Evolutionary Algorithms in Python
+ DEAP is intended to be an easy to use distributed evolutionary algorithm
+ library in the Python language. Its two main components are modular and can
+ be used separately. The first module is a Distributed Task Manager (DTM),
+ which is intended to run on cluster of computers. The second part is the
+ Evolutionary Algorithms in Python (EAP) framework.
+
+Package: python-deap-doc
+Section: doc
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: python-deap
+Description: Distributed Evolutionary Algorithms in Python - documentation
+ DEAP is intended to be an easy to use distributed evolutionary algorithm
+ library in the Python language. Its two main components are modular and can
+ be used separately. The first module is a Distributed Task Manager (DTM),
+ which is intended to run on cluster of computers. The second part is the
+ Evolutionary Algorithms in Python (EAP) framework.
+ .
+ This package contains the documentation.

Added: packages/deap/trunk/debian/copyright
===================================================================
--- packages/deap/trunk/debian/copyright	                        (rev 0)
+++ packages/deap/trunk/debian/copyright	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source: http://code.google.com/p/deap/downloads/list
+Upstream-Maintainer: DEAP Development Team <deap-users at googlegroups.com>
+Debianized-By: Miriam Ruiz <little_miry at yahoo.es>
+Debianized-Date: Thu, 09 Dec 2010 23:05:47 +0100
+
+Files: *
+Copyright: Copyright (C) 2010, François-Michel De Rainville, Félix-Antoine Fortin
+Licence: LGPL-3+
+
+Files: eap/toolbox.py
+Copyright: Copyright (C) 2005, Michele Simionato
+           Copyright (C) 2010, François-Michel De Rainville
+Licence: LGPL-3+
+
+Files: debian/*
+Copyright: Copyright (C) 2010, Miriam Ruiz <little_miry at yahoo.es>
+Licence: LGPL-3+
+
+Licence: LGPL-3+
+ This program 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 version 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the latest version of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL'.
+ .
+ The complete text of version 3 of the Lesser GNU General Public License
+ can be found in `/usr/share/common-licenses/LGPL-3'.

Added: packages/deap/trunk/debian/python-deap-doc.doc-base
===================================================================
--- packages/deap/trunk/debian/python-deap-doc.doc-base	                        (rev 0)
+++ packages/deap/trunk/debian/python-deap-doc.doc-base	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,11 @@
+Document: deap
+Title: Documentation of DEAP (Distributed Evolutionary Algorithms in Python)
+Author: Cournapeau David <cournape at gmail.com>
+Abstract: This manual describes the DEAP Python module.
+ DEAP is intended to be an easy to use distributed
+ evolutionary algorithm library in the Python language.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-deap/html/index.html
+Files: /usr/share/doc/python-deap/html/*

Added: packages/deap/trunk/debian/python-deap-doc.install
===================================================================
--- packages/deap/trunk/debian/python-deap-doc.install	                        (rev 0)
+++ packages/deap/trunk/debian/python-deap-doc.install	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1 @@
+build/html usr/share/doc/python-deap/

Added: packages/deap/trunk/debian/rules
===================================================================
--- packages/deap/trunk/debian/rules	                        (rev 0)
+++ packages/deap/trunk/debian/rules	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -vs)
+
+config: config-stamp
+config-stamp: 
+	dh_testdir
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch $@
+
+build: $(PYVERS:%=build-python%)
+	mkdir -p build/html/
+	sphinx-build doc/ build/html/
+
+build-python%: config-stamp
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f config-stamp build-python?.* install-python?.*
+	rm -f `find . -name "*.pyc"`
+	rm -rf build doc/build
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+	dh_testdir
+	dh_testroot
+	python$* setup.py install \
+		--no-compile \
+		--root=$(CURDIR)/debian/python-deap
+	touch $@
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	dh_installman
+	dh_link
+	dh_compress --exclude=.js --exclude=.pdf --exclude=.py
+	dh_fixperms
+	dh_pysupport
+	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: config build clean binary-indep binary-arch binary install


Property changes on: packages/deap/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/deap/trunk/debian/source/format
===================================================================
--- packages/deap/trunk/debian/source/format	                        (rev 0)
+++ packages/deap/trunk/debian/source/format	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/deap/trunk/debian/source/options
===================================================================
--- packages/deap/trunk/debian/source/options	                        (rev 0)
+++ packages/deap/trunk/debian/source/options	2011-01-13 01:07:54 UTC (rev 15316)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"




More information about the Python-modules-commits mailing list