debian/0000755000000000000000000000000012302707356007173 5ustar debian/copyright0000644000000000000000000000570411730752106011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Strings package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/strings/ Files: inst/base64decode.m inst/editdistance.m inst/strjoin.m Copyright: 2006-2007 Muthiah Annamalai License: GPL-3+ Files: inst/cstrcmp.m Copyright: 2012 Carnë Draug License: GPL-3+ Files: src/pcregexp.cc Copyright: 2004, Stefan van der Walt License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: inst/base64encode.m Copyright: Paul Kienzle License: other This program is granted to the public domain Files: inst/strsort.m Copyright: Paul Kienzle License: other This program is granted to the public domain Files: debian/* Copyright: 2008 Ólafur Jens Sigurðsson 2008-2011 Thomas Weber 2008, 2009, 2012 Rafael Laboissiere 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/changelog0000644000000000000000000000660512302707356011054 0ustar octave-strings (1.1.0-1build1) trusty; urgency=medium * Rebuild for octave 3.8. -- Matthias Klose Mon, 24 Feb 2014 18:26:54 +0000 octave-strings (1.1.0-1) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.1.0 * Bump to debhelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.0, to build against Octave 3.6 * Add Sébastien Villemot to the list of Uploaders * debian/copyright: update to machine-readable format 1.0 * Drop the dependencies on octave-control * Bump to Standards-Version 3.9.3, no changes needed * debian/clean: Remove this obsolete file * debian/control: Fix typos and improve wording in package description * debian/patches/autoload-yes.patch: Add patch -- Thomas Weber Sat, 17 Mar 2012 00:55:21 +0100 octave-strings (1.0.7-3) unstable; urgency=low * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571903) - Remove Ólafur Jens Sigurðsson from Uploaders * Switch to dpkg-source 3.0 (quilt) format * Bump standards version to 3.9.1, no changes needed * Add libpcre3-dev to build-depends, it is needed for building pcregexp.oct -- Thomas Weber Thu, 21 Apr 2011 21:32:35 +0200 octave-strings (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 ] * Add dependency on octave-control for swap.m, used by cstrcmp.m -- Thomas Weber Thu, 31 Dec 2009 01:08:03 +0100 octave-strings (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/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 20:25:56 +0200 octave-strings (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:47:14 +0200 octave-strings (1.0.6-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 Sun, 14 Dec 2008 17:21:20 +0100 octave-strings (1.0.5-1) unstable; urgency=low [ Ólafur Jens Sigurðsson ] * New upstream version -- Thomas Weber Thu, 15 May 2008 12:38:29 +0200 octave-strings (1.0.4-1) unstable; urgency=low * Initial release (closes: #468527) -- Ólafur Jens Sigurðsson Sat, 23 Feb 2008 14:43:24 +0100 debian/compat0000644000000000000000000000000211730752106010366 0ustar 9 debian/patches/0000755000000000000000000000000011730752106010617 5ustar debian/patches/autoload-yes.patch0000644000000000000000000000076211730752106014253 0ustar Description: Set autoload to yes Author: Rafael Laboissiere Last-Update: 2012-03-16 --- octave-strings-1.1.0.orig/DESCRIPTION +++ octave-strings-1.1.0/DESCRIPTION @@ -6,7 +6,7 @@ Maintainer: Octave-Forge community = 3.6.0) -Autoload: no +Autoload: yes BuildRequires: pcre-devel [Debian] libpcre3-dev License: GPLv3+, modified BSD, public domain Url: http://octave.sf.net debian/patches/series0000644000000000000000000000002311730752106012027 0ustar autoload-yes.patch debian/control0000644000000000000000000000171411730752106010576 0ustar Source: octave-strings 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), libpcre3-dev Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/strings Vcs-Git: git://git.debian.org/git/pkg-octave/octave-strings.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-strings.git Package: octave-strings Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} Description: additional string manipulation functions for Octave This package provides additional functions to manipulate strings in Octave, including the possibility to decode from and encode into base64, and using Perl-compatible regular expressions. . This Octave add-on package is part of the Octave-Forge project. debian/rules0000755000000000000000000000012511730752106010246 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/source/0000755000000000000000000000000011730752106010470 5ustar debian/source/format0000644000000000000000000000001411730752106011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021111730752106010213 0ustar version=3 http://octave.sourceforge.net/packages.php \ http://downloads\.sourceforge\.net/octave/strings-([\d.]+)\.tar\.gz\?download