--- octave-ga-0.9.7.orig/debian/compat
+++ octave-ga-0.9.7/debian/compat
@@ -0,0 +1 @@
+6
--- octave-ga-0.9.7.orig/debian/copyright
+++ octave-ga-0.9.7/debian/copyright
@@ -0,0 +1,22 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48
+Upstream-Name: ga package for Octave
+Upstream-Maintainer: Luca Favatella <slackydeb@gmail.com>
+Upstream-Source: http://octave.sourceforge.net/ga/index.html
+
+Files: debian/*
+Copyright: © 2008 Olafur Jens Sigurdsson <ojsbug@gmail.com>
+License: GPL-3+
+
+Files: inst/*.m
+Copyright: © 2008 Luca Favatella <slackydeb@gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ 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+
+ 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'.
--- octave-ga-0.9.7.orig/debian/changelog
+++ octave-ga-0.9.7/debian/changelog
@@ -0,0 +1,58 @@
+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 <thomas.weber.mail@gmail.com>  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 <rafael@debian.org>  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 <thomas.weber.mail@gmail.com>  Sat, 04 Apr 2009 22:18:20 +0200
+
+octave-ga (0.9.4-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  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 <thomas.weber.mail@gmail.com>  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 <rafael@debian.org>  Wed, 21 May 2008 20:26:32 +0200
--- octave-ga-0.9.7.orig/debian/control
+++ octave-ga-0.9.7/debian/control
@@ -0,0 +1,24 @@
+Source: octave-ga
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug@gmail.com>,
+ Thomas Weber <thomas.weber.mail@gmail.com>,
+ Rafael Laboissiere <rafael@debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.0),
+Build-Depends-Indep: octave-communications, octave-miscellaneous
+Standards-Version: 3.8.1
+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}, octave-communications
+Description: genetic optimization code for Octave
+ This package provides function to work with genetic algorithms in Octave, a
+ numerical computation software.  It proveides the ga() function, which
+ works similarly to other optimization functions in Octave.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
--- octave-ga-0.9.7.orig/debian/source.lintian-overrides
+++ octave-ga-0.9.7/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+octave-ga source: build-depends-without-arch-dep debhelper
+octave-ga source: build-depends-without-arch-dep octave-pkg-dev
--- octave-ga-0.9.7.orig/debian/watch
+++ octave-ga-0.9.7/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://octave.sourceforge.net/packages.html \
+    http://downloads\.sourceforge\.net/octave/ga-([\d.]+)\.tar\.gz\?download
--- octave-ga-0.9.7.orig/debian/rules
+++ octave-ga-0.9.7/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
