--- octave-ad-1.0.6.orig/debian/compat
+++ octave-ad-1.0.6/debian/compat
@@ -0,0 +1 @@
+7
--- octave-ad-1.0.6.orig/debian/copyright
+++ octave-ad-1.0.6/debian/copyright
@@ -0,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48
+Upstream-Name: AD package for Octave
+Upstream-Maintainer: Thomas Kasper <thomaskasper@@gmx.net>
+Upstream-Source: http://octave.sourceforge.net/ad/index.html
+
+Files: debian/*
+Copyright: © 2008 Olafur Jens Sigurdsson <ojsbug@gmail.com>
+License: GPL-3+
+
+Files: doc/ad.texi (in debian.patches/documentation-source.diff)
+Copyright: @ 2006, 2007 Thomas Kasper <thomaskasper@@gmx.net>
+License: other
+ Permission is granted to make and distribute verbatim copies of
+ this manual provided the copyright notice and this permission notice
+ are preserved on all copies.
+
+ Permission is granted to copy and distribute modified versions of this
+ manual under the conditions for verbatim copying, provided that the
+ entire resulting derived work is distributed under the terms of a
+ permission notice identical to this one.
+
+ Permission is granted to copy and distribute translations of this manual
+ into another language, under the same conditions as for modified
+ versions.
+
+Files: inst/*
+Copyright: (C) 2006, 2007 Thomas Kasper, <thomaskasper@gmx.net>
+License: GPL-2+
+
+Files: src/*
+Copyright: (C) 2006, 2007 Thomas Kasper, <thomaskasper@gmx.net>
+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-ad-1.0.6.orig/debian/octave-ad.docs
+++ octave-ad-1.0.6/debian/octave-ad.docs
@@ -0,0 +1 @@
+doc/ad.pdf
--- octave-ad-1.0.6.orig/debian/changelog
+++ octave-ad-1.0.6/debian/changelog
@@ -0,0 +1,78 @@
+octave-ad (1.0.6-3) unstable; urgency=low
+
+  * Upload to unstable 
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Sun, 08 Nov 2009 18:07:53 +0100
+
+octave-ad (1.0.6-2) experimental; urgency=low
+
+  * debian/control: Build-depend on octave-pkg-dev >= 0.7.1, for the changed
+    behaviour in doc handling
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Thu, 16 Jul 2009 08:21:47 +0200
+
+octave-ad (1.0.6-1) experimental; 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
+  * Bump Standards-Version to 3.8.2, no changes needed
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Tue, 14 Jul 2009 23:11:28 +0200
+
+octave-ad (1.0.5-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/copyright:
+    + Use DEP5 URL in Format-Specification
+    + Use separate License stanzas for instructing about the location of
+      the different licenses used in the package
+  * debian/rules: Remove documentation source ad.texi from /usr/share/doc
+
+ -- Rafael Laboissiere <rafael@debian.org>  Sat, 23 May 2009 21:33:55 +0200
+
+octave-ad (1.0.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, 28 Mar 2009 19:25:40 +0100
+
+octave-ad (1.0.4) experimental; urgency=low
+
+  [ Rafael Laboissiere ]
+  * debian/rules: Use debian/clean instead of manually cleaning files
+  * debian/compat, debian/control: Bump build-dependency on debhelper to
+    >= 7.0.0, otherwise debian/clean is moot
+  * debian/clean: New file
+  * debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
+
+  [ Ólafur Jens Sigurðsson ]
+  * New upstream release
+  * Remove patch, no longer neccesery
+  * Remove build depends on quilt
+
+  [ Thomas Weber ]
+  * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental
+    version
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  Sat, 29 Nov 2008 20:12:22 +0100
+
+octave-ad (1.0.2-1) unstable; urgency=low
+
+  [ Ólafur Jens Sigurðsson ]
+  * Initial release. (Closes: #468533)
+
+ -- Rafael Laboissiere <rafael@debian.org>  Sat, 14 Jun 2008 17:38:29 +0000
--- octave-ad-1.0.6.orig/debian/clean
+++ octave-ad-1.0.6/debian/clean
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status
--- octave-ad-1.0.6.orig/debian/control
+++ octave-ad-1.0.6/debian/control
@@ -0,0 +1,25 @@
+Source: octave-ad
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug@gmail.com>,
+ Rafael Laboissiere <rafael@debian.org>,
+ Thomas Weber <thomas.weber.mail@gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.1)
+Standards-Version: 3.8.2
+Homepage: http://octave.sourceforge.net/ad
+Vcs-Git: git://git.debian.org/git/pkg-octave/octave-ad.git
+Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-ad.git
+
+Package: octave-ad
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Description: automatic forward differentiation in Octave
+ Automatic Differentiation (AD) is a technique to analytically compute
+ the derivative of a function at a given inner point of its domain.
+ It overcomes the accuracy and efficiency problems related to the
+ method of finite differences.  This package implements the AD
+ algorithms in Octave, a numerical computation software.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
--- octave-ad-1.0.6.orig/debian/watch
+++ octave-ad-1.0.6/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://octave.sourceforge.net/packages.html \
+    http://downloads\.sourceforge\.net/octave/ad-([\d.]+)\.tar\.gz\?download
--- octave-ad-1.0.6.orig/debian/rules
+++ octave-ad-1.0.6/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
