debian/0000755000000000000000000000000011743536463007202 5ustar debian/source/0000755000000000000000000000000011734406151010470 5ustar debian/source/format0000644000000000000000000000001411734406151011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211734406475010377 0ustar 9 debian/changelog0000644000000000000000000000622011743536320011044 0ustar octave-ga (0.10.0-1) unstable; urgency=low * Imported Upstream version 0.10.0 (Closes: #622929) * debian/copyright: reflect upstream changes * Drop obsolete Build-Depends/Depends on octave-{communications,miscellanous} -- Sébastien Villemot Wed, 18 Apr 2012 13:08:31 +0000 octave-ga (0.9.8-3) unstable; urgency=low [ Sébastien Villemot ] * Imported Upstream version 0.9.8 * Bump to debhelper compat level 9 * Bump to Standards-Version 3.9.3, no changes needed * Build-depend on octave-pkg-dev >= 1.0.1, to compile against Octave 3.6 * Add Sébastien Villemot to Uploaders * debian/copyright: upgrade to machine-readable format 1.0 -- Thomas Weber Sat, 31 Mar 2012 00:55:07 +0200 octave-ga (0.9.8-2) unstable; urgency=low * Upload to unstable * Bump Standards-Version to 3.9.1 (no changes needed) * Switch to dpkg-source 3.0 (quilt) format -- Thomas Weber Sat, 16 Apr 2011 00:00:25 +0200 octave-ga (0.9.8-1) experimental; urgency=low * New upstream release * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571844) - Remove Ólafur Jens Sigurðsson from Uploaders -- Thomas Weber Wed, 01 Sep 2010 22:13:19 +0200 octave-ga (0.9.7-1) unstable; urgency=low [ Rafael Laboissiere ] * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the package is built against octave3.2 [ Thomas Weber ] * New upstream release. -- Thomas Weber Thu, 03 Dec 2009 23:32:44 +0100 octave-ga (0.9.6-1) unstable; urgency=low * New upstream release * debian/control: + (Standards-Version): Bump to 3.8.1 (no changes needed) + (Depends): Add ${misc:Depends} + (Vcs-Git, Vcs-Browser): Adjust to new Git repository * debian/source.lintian-overrides: Add file for overriding Lintian warnings build-depends-without-arch-dep * debian/copyright: Use DEP5 URL in Format-Specification -- Rafael Laboissiere Sun, 24 May 2009 13:59:53 +0200 octave-ga (0.9.4-2) unstable; urgency=low [ Rafael Laboissiere ] * debian/copyright: Add header * debian/control: Bump build-dependency on octave-pkg-dev to >= 0.6.4, such that the package is built with the versioned packages directory [ Thomas Weber ] * Upload to unstable -- Thomas Weber Sat, 04 Apr 2009 22:18:20 +0200 octave-ga (0.9.4-1) experimental; urgency=low * New upstream release -- Thomas Weber Sat, 06 Dec 2008 11:07:52 +0100 octave-ga (0.9.2~svn20080821-1) unstable; urgency=low [ Thomas Weber ] * Package is Architecture: all, no platform-specific code in it. * Drop (build)-dependency on octave-miscellaneous, it's not needed anymore. * Add (build)-dependency on octave-communications: some unit tests use it at build time. -- Thomas Weber Thu, 21 Aug 2008 15:30:19 +0200 octave-ga (0.1.1-1) unstable; urgency=low [ Olafur Jens Sigurdsson ] * Initial release. (Closes: #480771) -- Rafael Laboissiere Wed, 21 May 2008 20:26:32 +0200 debian/copyright0000644000000000000000000000414711743535453011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ga package for Octave Upstream-Contact: Luca Favatella Source: http://octave.sourceforge.net/ga/ Files: * Copyright: 2008-2012 Luca Favatella License: GPL-2+ Files: debian/* Copyright: 2008 Olafur Jens Sigurdsson 2008-2009 Rafael Laboissiere 2008-2012 Thomas Weber 2012 Sébastien Villemot License: GPL-3+ License: GPL-2+ This program 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; either version 2 of the License, or (at your option) any later version. . This program 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 program; If not, see . . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3+ This program 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; either version 3 of the License, or (at your option) any later version. . This program 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 program; if not, see . . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in the file `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000162311743535402010577 0ustar Source: octave-ga Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1) Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/ga Vcs-Git: git://git.debian.org/git/pkg-octave/octave-ga.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-ga.git Package: octave-ga Architecture: all Depends: ${misc:Depends}, ${octave:Depends} Description: genetic optimization code for Octave This package provides function to work with genetic algorithms in Octave, a numerical computation software. It provides the ga() function, which works similarly to other optimization functions in Octave. . This Octave add-on package is part of the Octave-Forge project. debian/watch0000644000000000000000000000006011734406362010221 0ustar version=3 http://sf.net/octave/ga-(.+)\.tar\.gz debian/rules0000755000000000000000000000012511734406151010246 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk