debian/0000755000000000000000000000000012302707360007166 5ustar debian/copyright0000644000000000000000000000267511760234033011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Struct package for Octave Upstream-Contact: Olaf Till Source: http://octave.sourceforge.net/struct/ Files: * Copyright: 2000 Etienne Grossmann 2000 Paul Kienzle 2010-2012 Olaf Till License: GPL-3+ Files: debian/* Copyright: 2008 Ólafur Jens Sigurðsson 2008-2009, 2012 Rafael Laboissiere 2009-2011 Thomas Weber 2012 Sébastien Villemot License: GPL-3+ 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/octave-struct.lintian-overrides0000644000000000000000000000013511760234045015352 0ustar octave-struct: hardening-no-stackprotector * octave-struct: hardening-no-fortify-functions * debian/changelog0000644000000000000000000000701412302707360011042 0ustar octave-struct (1.0.10-1build1) trusty; urgency=medium * Rebuild for octave 3.8. -- Matthias Klose Mon, 24 Feb 2014 18:26:56 +0000 octave-struct (1.0.10-1) unstable; urgency=low [ Sébastien Villemot ] * Imported Upstream version 1.0.10 * autoload-yes.patch: new patch * debian/copyright: reflect upstream changes * debian/check.m: run test_struct at build time * Remove obsolete Lintian overrides for source package * Add Lintian overrides for false positives on hardening flags [ Rafael Laboissiere ] * debian/watch: Use the SourceForge redirector -- Sébastien Villemot Sat, 26 May 2012 22:08:14 +0200 octave-struct (1.0.9-2) unstable; urgency=low [ Sébastien Villemot ] * Add Sébastien Villemot to Uploaders * Bump to dephelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.0, to compile against Octave 3.6 * Bump to Standards-Version 3.9.3, no changes needed * debian/copyright: update using machine-readable format 1.0 -- Thomas Weber Sun, 11 Mar 2012 20:51:13 +0100 octave-struct (1.0.9-1) unstable; urgency=low * New upstream release * This release contains binary-dependant .oct files, so switch Architecture from 'all' to 'any' * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571869) - Remove Ólafur Jens Sigurðsson from Uploaders * Bump standards version to 3.9.1, no changes required * Switch to dpkg-source 3.0 (quilt) format -- Thomas Weber Thu, 28 Apr 2011 23:49:27 +0200 octave-struct (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 Sat, 19 Dec 2009 23:03:00 +0100 octave-struct (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 Sun, 24 May 2009 23:15:06 +0200 octave-struct (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 Mon, 06 Apr 2009 23:41:27 +0200 octave-struct (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 Thu, 11 Dec 2008 16:39:03 +0000 octave-struct (1.0.5-1) unstable; urgency=low [ Ólafur Jens Sigurðsson ] * New upstream version -- Thomas Weber Thu, 15 May 2008 12:33:51 +0200 octave-struct (1.0.4-1) unstable; urgency=low * Initial release (closes: #468528) -- Ólafur Jens Sigurðsson Sat, 23 Feb 2008 14:56:34 +0100 debian/check.m0000644000000000000000000000003111760234045010415 0ustar verbose = 1; test_struct debian/compat0000644000000000000000000000000211727061576010400 0ustar 9 debian/patches/0000755000000000000000000000000011760234045010617 5ustar debian/patches/autoload-yes.patch0000644000000000000000000000071511760234045014251 0ustar Description: Autoload the package when starting Octave Author: Sébastien Villemot Forwarded: not-needed Last-Update: 2012-05-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,6 @@ Description: Additional Structure manipulations functions. Categories: Structs Depends: octave (>= 2.9.7) -Autoload: no +Autoload: yes License: GPLv3+ Url: http://octave.sf.net debian/patches/series0000644000000000000000000000002311760234045012027 0ustar autoload-yes.patch debian/control0000644000000000000000000000151511727062043010575 0ustar Source: octave-struct 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.0) Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/struct Vcs-Git: git://git.debian.org/git/pkg-octave/octave-struct.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-struct.git Package: octave-struct Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} Description: additional structure manipulation functions for Octave This package provides additional structure manipulation functions for octave. . This Octave add-on package is part of the Octave-Forge project. debian/rules0000755000000000000000000000012511727061410010243 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/source/0000755000000000000000000000000011727061410010465 5ustar debian/source/format0000644000000000000000000000001411727061410011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006411760003060010210 0ustar version=3 http://sf.net/octave/struct-(.+)\.tar\.gz