--- genetic-0.1.1b.orig/debian/control.in +++ genetic-0.1.1b/debian/control.in @@ -0,0 +1,22 @@ +Source: genetic +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: @cdbs@ +Standards-Version: 3.8.1 +Homepage: http://home.gna.org/oomadness/en/genetic/ + +Package: python-genetic +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: genetic algorithms in Python + python-genetic provides genetic algorithms for Python, as often used + in artificial intelligence. It should be able to solve any problem that + consists in minimizing functions. + . + You'll find some demos using Genetic in this package, including an + impressively simple program that provides a solution to the well-known TSP + (Travelling Salesman Problem). Also, make sure to read + demo/genetic_demo_2.py for the list of the special "magic" genes that make + Genetic really fun and ... living ! + --- genetic-0.1.1b.orig/debian/compat +++ genetic-0.1.1b/debian/compat @@ -0,0 +1 @@ +5 --- genetic-0.1.1b.orig/debian/examples +++ genetic-0.1.1b/debian/examples @@ -0,0 +1 @@ +demo/* --- genetic-0.1.1b.orig/debian/rules +++ genetic-0.1.1b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + + +DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG +DEB_COMPRESS_EXCLUDE := .py + +binary-install/python-genetic:: + find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \; + --- genetic-0.1.1b.orig/debian/control +++ genetic-0.1.1b/debian/control @@ -0,0 +1,22 @@ +Source: genetic +Section: python +Priority: optional +Maintainer: Angel Ramos +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Standards-Version: 3.8.1 +Homepage: http://home.gna.org/oomadness/en/genetic/ + +Package: python-genetic +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: genetic algorithms in Python + python-genetic provides genetic algorithms for Python, as often used + in artificial intelligence. It should be able to solve any problem that + consists in minimizing functions. + . + You'll find some demos using Genetic in this package, including an + impressively simple program that provides a solution to the well-known TSP + (Travelling Salesman Problem). Also, make sure to read + demo/genetic_demo_2.py for the list of the special "magic" genes that make + Genetic really fun and ... living ! + --- genetic-0.1.1b.orig/debian/copyright +++ genetic-0.1.1b/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Marc Dequènes on +Wed, 14 May 2003 14:07:02 +0200. + +It was downloaded from http://home.gna.org/oomadness/en/genetic/ + +Upstream Author: Jiba + +Copyright: + + Genetic is copyright (c) 2001-2003 Jean-Baptiste LAMY + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- genetic-0.1.1b.orig/debian/changelog +++ genetic-0.1.1b/debian/changelog @@ -0,0 +1,130 @@ +genetic (0.1.1b-11) unstable; urgency=low + + * QA upload. + * Build using dh_python2 + + -- Matthias Klose Sat, 17 Dec 2011 12:52:08 +0100 + +genetic (0.1.1b-10) unstable; urgency=low + + * Solved incorrect version number. + + -- Angel Ramos Fri, 8 May 2009 3:58:00 +0100 + +genetic (0.1.1b-9.1) unstable; urgency=low + + * Fixed maintainer's name in control file. + + -- Angel Ramos Thu, 7 May 2009 1:48:00 +0100 + +genetic (0.1.1b-9) unstable; urgency=low + + * New maintainer. (Closes: #521930) + + -- Angel Ramos Wed, 6 May 2009 18:33:00 +0100 + +genetic (0.1.1b-8) unstable; urgency=low + + * Orphaned. + * Added missing '${misc:Depends}' dependency. + * Bumped Standards-Version (no changes). + * Fixed reference in copyright file to the right GPL version. + + -- Marc Dequènes (Duck) Mon, 30 Mar 2009 23:24:55 +0200 + +genetic (0.1.1b-7) unstable; urgency=low + + * Moved homepage information to new control field. + * Increased Standards-Version (no changes). + + -- Marc Dequènes (Duck) Sun, 16 Mar 2008 17:52:31 +0100 + +genetic (0.1.1b-6) unstable; urgency=low + + * Added watch file. + + -- Marc Dequènes (Duck) Tue, 27 Jun 2006 00:45:31 +0200 + +genetic (0.1.1b-5) unstable; urgency=low + + * Rebuilt with improved Python tools, added 'debian/pycompat', and + removed useless XS-/XB- fields. + + -- Marc Dequènes (Duck) Tue, 27 Jun 2006 00:30:33 +0200 + +genetic (0.1.1b-4) unstable; urgency=low + + * Comply with new policy (Closes: #373434). + * Switched to debhelper compat 5. + * Increased Standards-Version to 3.7.2.0 (no changes). + * Added homepage in description and updated URL in 'debian/copyright'. + * Dropped obsolete Conflicts/Replaces on python2.3-genetic (<< 0.1.1b- + 3) which is now in stable. + * Switched patch system to quilt. + * Updated FSF postal address in 'debian/copyright'. + + -- Marc Dequènes (Duck) Sat, 17 Jun 2006 03:33:57 +0200 + +genetic (0.1.1b-3) unstable; urgency=high + + * Package rearrangement to comply with python policy (Build-Depends & + Depends changes, removal of 'python2.3-genetic, ...) (Closes FTBFS). + + -- Marc Dequènes (Duck) Thu, 8 Jul 2004 00:41:56 +0200 + +genetic (0.1.1b-2) unstable; urgency=low + + * Corrected permissions for files in '/usr/share/'. + * Updated Maintainer field. + + -- Marc Dequènes (Duck) Sun, 18 Apr 2004 20:14:07 +0200 + +genetic (0.1.1b-1) unstable; urgency=low + + * 0.1.1b : renamed source dir. + * Switched to CDBS. + * Split patches out of '.diff.gz'. + + -- Marc Dequènes (Duck) Wed, 14 Apr 2004 08:09:44 +0200 + +genetic (0.1.1-6) unstable; urgency=low + + * Improved package Description (Thx to mmenal). + + -- Marc Dequènes Tue, 18 Nov 2003 13:11:05 +0100 + +genetic (0.1.1-5) unstable; urgency=low + + * Added dummy package which select the the right package for the + default Python version. + + -- Marc Dequènes Mon, 10 Nov 2003 05:11:32 +0100 + +genetic (0.1.1-4) unstable; urgency=low + + * 'debian/changelog' and 'debian/control' are now UTF-8 encoded. + * Updated Standards-Version. + * Improved 'debian/copyright'. + + -- Marc Dequènes Wed, 5 Nov 2003 17:30:03 +0100 + +genetic (0.1.1-3) unstable; urgency=low + + * Cleanly rebuilded against python 2.3. + * Updated 'Standards-Version'. + + -- Marc Dequènes Tue, 19 Aug 2003 14:08:54 +0200 + +genetic (0.1.1-2) unstable; urgency=low + + * now signing packages with real identity. + * Recompiled for python 2.3. + + -- Marc Dequènes Fri, 1 Aug 2003 21:55:41 +0200 + +genetic (0.1.1-1) unstable; urgency=low + + * Initial Release. + + -- The Duck Wed, 14 May 2003 14:07:02 +0200 + --- genetic-0.1.1b.orig/debian/watch +++ genetic-0.1.1b/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://download.gna.org/oomadness/ \ + Genetic-(.*).tar.gz \ + debian uupdate --- genetic-0.1.1b.orig/debian/patches/build_config_fix.patch +++ genetic-0.1.1b/debian/patches/build_config_fix.patch @@ -0,0 +1,12 @@ +Index: genetic-0.1.1b/setup.py +=================================================================== +--- genetic-0.1.1b.orig/setup.py 2006-06-17 03:31:11.954001632 +0200 ++++ genetic-0.1.1b/setup.py 2006-06-17 03:31:23.366266704 +0200 +@@ -20,6 +20,6 @@ + url = "", + + package_dir = {"genetic" : ""}, +- packages = ["genetic", "genetic.demo"], ++ packages = ["genetic"], + ) + --- genetic-0.1.1b.orig/debian/patches/series +++ genetic-0.1.1b/debian/patches/series @@ -0,0 +1 @@ +build_config_fix.patch