--- octave-ident-1.0.7.orig/debian/compat
+++ octave-ident-1.0.7/debian/compat
@@ -0,0 +1 @@
+6
--- octave-ident-1.0.7.orig/debian/copyright
+++ octave-ident-1.0.7/debian/copyright
@@ -0,0 +1,23 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48
+Upstream-Name: Ident package for Octave
+Upstream-Maintainer: Paul Kienzle <pkienzle@users.sourceforge.net>
+Upstream-Source: http://octave.sourceforge.net/ident/index.html
+
+Files: inst/*.m
+Copyright: © 2000 Paul Kienzle
+License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008 Ólafur Jens Sigurðsson <ojsbug@gmail.com>
+License: GPL-3+
+
+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-ident-1.0.7.orig/debian/changelog
+++ octave-ident-1.0.7/debian/changelog
@@ -0,0 +1,61 @@
+octave-ident (1.0.7-2) 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 <thomas.weber.mail@gmail.com>  Sat, 05 Dec 2009 01:00:27 +0100
+
+octave-ident (1.0.7-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
+    + Use separate License stanzas for instructing about the location of
+      the different licenses used in the package
+
+ -- Rafael Laboissiere <rafael@debian.org>  Sun, 24 May 2009 14:32:12 +0200
+
+octave-ident (1.0.6-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>  Sun, 05 Apr 2009 10:40:27 +0200
+
+octave-ident (1.0.6-1) experimental; urgency=low
+
+  [ Ólafur Jens Sigurðsson ]
+  * debian/control: Bumped Standards-Version to 3.8.0 (no changes
+    needed)
+
+  [ Thomas Weber ]
+  * New upstream release
+  * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental
+    version
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Sun, 07 Dec 2008 22:23:22 +0100
+
+octave-ident (1.0.5-1) unstable; urgency=low
+
+  [ Ólafur Jens Sigurðsson ]
+  * New upstream version
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Mon, 12 May 2008 09:20:41 +0200
+
+octave-ident (1.0.4-1) unstable; urgency=low
+
+  * Initial release (closes: #468503)
+
+ -- Ólafur Jens Sigurðsson <ojsbug@gmail.com>  Sat, 09 Feb 2008 13:23:04 +0100
--- octave-ident-1.0.7.orig/debian/control
+++ octave-ident-1.0.7/debian/control
@@ -0,0 +1,26 @@
+Source: octave-ident
+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)
+Standards-Version: 3.8.1
+Homepage: http://octave.sourceforge.net/ident
+Vcs-Git: git://git.debian.org/git/pkg-octave/octave-ident.git
+Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-ident.git
+
+Package: octave-ident
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Description: system identification functions for Octave
+ This package provides functions to do additional system
+ identification control theory under Octave, a numerical computation
+ software. This package allows you to create theta structures from the
+ IIR system Ay = Bx (mktheta), a more general theta structure for MISO
+ systems (poly2th), simulate the effects of the MISO system defined by
+ a theta (idsim) and plot the results of that simulation (idplot).
+ .
+ This Octave add-on package is part of the Octave-Forge project.
--- octave-ident-1.0.7.orig/debian/source.lintian-overrides
+++ octave-ident-1.0.7/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+octave-ident source: build-depends-without-arch-dep debhelper
+octave-ident source: build-depends-without-arch-dep octave-pkg-dev
--- octave-ident-1.0.7.orig/debian/watch
+++ octave-ident-1.0.7/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://octave.sourceforge.net/packages.html \
+    http://downloads\.sourceforge\.net/octave/ident-([\d.]+)\.tar\.gz\?download
--- octave-ident-1.0.7.orig/debian/rules
+++ octave-ident-1.0.7/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
