--- octave-symbolic-1.0.9.orig/debian/changelog +++ octave-symbolic-1.0.9/debian/changelog @@ -0,0 +1,104 @@ +octave-symbolic (1.0.9-2build1) oneiric; urgency=low + + * Rebuild against libginac2. + + -- Colin Watson Fri, 09 Sep 2011 03:16:07 +0100 + +octave-symbolic (1.0.9-2) unstable; urgency=low + + * debian/control: + - Remove Rafael Laboissiere from Uploaders (Closes: #571870) + - Remove Ólafur Jens Sigurðsson from Uploaders + * New patch: register_symbols, ensure that symbols from the package are + registered. Patch taken from upstream SVN (closes: #607071) + + -- Thomas Weber Thu, 06 Jan 2011 22:51:58 +0100 + +octave-symbolic (1.0.9-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. + * Use octave-symbolic.docs for installation of documentation, following the + change in octave-pkg-dev 0.7.1. + * Dropped patches (applied upstream): + + symfsolve-tests.diff + + use-cell-instead-of-list.diff + + -- Thomas Weber Thu, 31 Dec 2009 00:40:39 +0100 + +octave-symbolic (1.0.8-1) unstable; urgency=low + + * New upstream release + * debian/patches/symfsolve-tests.diff: Add tests to function symfsolve + * debian/patches/use-cell-instead-of-list.diff: Use cell() instead of the + deprecated list() + * debian/control: + + (Build-Depends): Add quilt + + (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: Include patchsys-quilt.mk + * debian/README.source: Add file explaining the quilt patch system, as + required by the Policy + + -- Rafael Laboissiere Sun, 24 May 2009 20:51:56 +0200 + +octave-symbolic (1.0.7-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 (closes: #516942). + + -- Thomas Weber Mon, 06 Apr 2009 23:30:53 +0200 + +octave-symbolic (1.0.7-1) 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) + + [ Thomas Weber ] + * New upstream release + * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental + version + + -- Thomas Weber Thu, 11 Dec 2008 17:59:16 +0000 + +octave-symbolic (1.0.6-1) unstable; urgency=low + + [ Ólafur Jens Sigurðsson ] + * New upstream version + + [ Thomas Weber ] + * Add pkg-config to build-dependencies. + + -- Thomas Weber Sat, 17 May 2008 10:56:39 +0200 + +octave-symbolic (1.0.5-2) unstable; urgency=low + + * debian/control: bump dependency on octave-pkg-dev to 0.5.6, in order to + get pkg-config (closes: #477736). + + -- Thomas Weber Mon, 28 Apr 2008 17:35:09 +0200 + +octave-symbolic (1.0.5-1) unstable; urgency=low + + * Initial release (closes: #468529) + + -- Ólafur Jens Sigurðsson Sat, 23 Feb 2008 15:03:04 +0100 + --- octave-symbolic-1.0.9.orig/debian/rules +++ octave-symbolic-1.0.9/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/class/octave-pkg.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + --- octave-symbolic-1.0.9.orig/debian/watch +++ octave-symbolic-1.0.9/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://octave.sourceforge.net/packages.php \ + http://downloads\.sourceforge\.net/octave/symbolic-([\d.]+)\.tar\.gz\?download --- octave-symbolic-1.0.9.orig/debian/clean +++ octave-symbolic-1.0.9/debian/clean @@ -0,0 +1 @@ +src/Makeconf src/config.log src/config.status --- octave-symbolic-1.0.9.orig/debian/README.source +++ octave-symbolic-1.0.9/debian/README.source @@ -0,0 +1,8 @@ +README.source for octave-symbolic +================================= + +This package uses quilt to manage all modifications to the upstream sources. +See `/usr/share/doc/quilt/README.source' to get more information on how to +use it. + + -- Rafael Laboissiere , Sat, 23 May 2009 13:06:34 +0200 --- octave-symbolic-1.0.9.orig/debian/compat +++ octave-symbolic-1.0.9/debian/compat @@ -0,0 +1 @@ +7 --- octave-symbolic-1.0.9.orig/debian/control +++ octave-symbolic-1.0.9/debian/control @@ -0,0 +1,25 @@ +Source: octave-symbolic +Section: math +Priority: optional +Maintainer: Debian Octave Group +Uploaders: Thomas Weber +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.0), + libginac-dev, pkg-config, quilt +Standards-Version: 3.8.1 +Homepage: http://octave.sourceforge.net/symbolic +Vcs-Git: git://git.debian.org/git/pkg-octave/octave-symbolic.git +Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-symbolic.git + + +Package: octave-symbolic +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} +Description: symbolic package for Octave + This package provides a symbolic package for octave based on GiNaC + and CLN. + . + It contains geometric functions, can plot symbolic functions and solve systems + of symbolic equations. + . + This Octave add-on package is part of the Octave-Forge project. --- octave-symbolic-1.0.9.orig/debian/copyright +++ octave-symbolic-1.0.9/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48 +Upstream-Name: Symbolic package for Octave +Upstream-Maintainer: The Octave-Forge Community +Upstream-Source: http://octave.sourceforge.net/symbolic/index.html + +Files: inst/splot.m, src/differentiate.cc, src/ov-ex.cc, src/symbols.cc, + src/op-vpa.cc, src/sym-ops.h, src/sym-create.cc, src/ov-relational.cc, + src/ov-ex-mat.cc, src/ov-ex.h, src/op-ex-mat.cc, src/op-ex.cc, + src/sym-bool.cc, src/ov-ex-mat.h, src/ov-vpa.h, src/ov-relational.h, + src/ov-vpa.cc +Copyright: © 2002 Ben Sapp +License: GPL-2+ + +Files: inst/findsym.m, inst/poly2sym.m, inst/sym2poly.m, inst/symfsolve.m, + src/findsymbols.cc, src/syminfo.cc, src/numden.cc, src/symlsolve.cc, + src/sumterms.cc +Copyright: © 2003 Willem J. Atsma +License: GPL-2+ + +Files: src/probably_prime.cc +Copyright: © 2001 Paul Kienzle +License: GPL-2+ + +Files: debian/* +Copyright: © 2008 Ólafur Jens Sigurðsson +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-symbolic-1.0.9.orig/debian/octave-symbolic.docs +++ octave-symbolic-1.0.9/debian/octave-symbolic.docs @@ -0,0 +1 @@ +doc/symbolic.html --- octave-symbolic-1.0.9.orig/debian/patches/register_symbols +++ octave-symbolic-1.0.9/debian/patches/register_symbols @@ -0,0 +1,11 @@ +From: Søren Hauberg +Subject: Register symbols when loading the package into Octave to avoid strange crashes. +Origin: upstream, http://octave.svn.sourceforge.net/viewvc/octave?view=revision&revision=6293 +Bug-Debian: http://bugs.debian.org/607071 +--- a/PKG_ADD ++++ b/PKG_ADD +@@ -41,3 +41,4 @@ + autoload ("syminfo", fullfile (fileparts (mfilename ("fullpath")), "symbols.oct")); + autoload ("symlsolve", fullfile (fileparts (mfilename ("fullpath")), "symbols.oct")); + autoload ("sumterms", fullfile (fileparts (mfilename ("fullpath")), "symbols.oct")); ++symbols (); --- octave-symbolic-1.0.9.orig/debian/patches/series +++ octave-symbolic-1.0.9/debian/patches/series @@ -0,0 +1,2 @@ + +register_symbols