debian/0000755000000000000000000000000012146406420007165 5ustar debian/compat0000644000000000000000000000000211750265156010374 0ustar 9 debian/octave-secs1d.docs0000644000000000000000000000002612146406355012505 0ustar doc/secs1d_manual.pdf debian/control0000644000000000000000000000152712146406355010604 0ustar Source: octave-secs1d Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1) Standards-Version: 3.9.4 Homepage: http://octave.sourceforge.net/secs1d Vcs-Git: git://git.debian.org/git/pkg-octave/octave-secs1d.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-secs1d.git Package: octave-secs1d Architecture: all Depends: ${misc:Depends}, ${octave:Depends} Description: semi conductor simulator in 1D for Octave This package contains functions for running a drift-diffusion simulator for 1d semiconductor devices in Octave, a scientific computation software. . This Octave add-on package is part of the Octave-Forge project. debian/changelog0000644000000000000000000000414112146406420011037 0ustar octave-secs1d (0.0.9-2) unstable; urgency=low [ Rafael Laboissiere ] * debian/copyright: Use the octave-maintainers mailing list as upstream contact -- Sébastien Villemot Mon, 20 May 2013 13:46:14 +0200 octave-secs1d (0.0.9-1) experimental; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 0.0.9 * debian/patches/autoload-yes.diff: Adjust for new upstream release * debian/copyright: Adjust for new upstream release * debian/rules: Fix permission of some *.m files * Add PDF manual and register it through doc-base [ Sébastien Villemot ] * debian/watch: use SF redirector * Use my @debian.org email address * Remove obsolete DM-Upload-Allowed flag * Bump to Standards-Version 3.9.4, no changes needed * The package is now Architecture: all -- Sébastien Villemot Tue, 25 Sep 2012 13:58:08 +0000 octave-secs1d (0.0.8-4) unstable; urgency=low * Imported Upstream version 0.0.8 * Adapt .gitignore * Bump standards version to 3.9.3 * Add Sébastien Villemot to the list of Uploaders * Bump the build-dependency on octave-pkg-dev to >= 1.0.1 * Bump the debhelper compatibility level to 9 * debian/copyright: update using machine-readable format 1.0 -- Thomas Weber Thu, 22 Mar 2012 17:10:25 +0100 octave-secs1d (0.0.8-3) unstable; urgency=low * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571864) - Remove Ólafur Jens Sigurðsson from Uploaders * Switch to dpkg-source 3.0 (quilt) format * Bump standards version to 3.9.1, no changes required -- Thomas Weber Sun, 01 May 2011 18:24:27 +0200 octave-secs1d (0.0.8-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 Wed, 16 Dec 2009 18:32:41 +0100 octave-secs1d (0.0.8-1) unstable; urgency=low * Initial release. (Closes: #482617) -- Rafael Laboissiere Sun, 24 May 2009 19:06:32 +0200 debian/rules0000755000000000000000000000064612146406355010262 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk pkg = octave-secs1d install/$(pkg):: # Fix permission of some *.m files @echo "************************************************************" @echo "Warning: check whether this permission fix is still needed:" find debian/$(pkg) -name \*.m -exec chmod -x \{} \; @echo "************************************************************" debian/copyright0000644000000000000000000000406012146406355011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SECS1D package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/secs1d/ Files: * Copyright: 2004-2012 Carlo de Falco License: GPL-2+ 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 2, 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 2, can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2008 Olafur Jens Sigurdsson 2009, 2012 Rafael Laboissiere 2012 Thomas Weber 2012 Sébastien Villemot 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/watch0000644000000000000000000000006412146406355010225 0ustar version=3 http://sf.net/octave/secs1d-(.+)\.tar\.gz debian/octave-secs1d.doc-base0000644000000000000000000000034612146406355013237 0ustar Document: octave-scs1d-manual Title: Documentation for the SECS1D Package for GNU Octave Author: Carlo de Falco and Riccardo Sacco Section: Science/Mathematics Format: PDF Files: /usr/share/doc/octave-secs1d/secs1d_manual.pdf.gz debian/patches/0000755000000000000000000000000012146406355010623 5ustar debian/patches/autoload-yes.diff0000644000000000000000000000063012146406355014062 0ustar Description: Autoload the package when starting Octave Author: Rafael Laboissiere Forwarded: not-needed Last-Update: 2012-09-02 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,6 @@ Description: A Drift-Diffusion simulator for 1d semiconductor devices Categories: Electrical Engineering Depends: octave (>= 3.0), bim -Autoload: no +Autoload: yes License: GPL version 2 or later debian/patches/series0000644000000000000000000000002211750265156012034 0ustar autoload-yes.diff debian/source/0000755000000000000000000000000011750265156010476 5ustar debian/source/format0000644000000000000000000000001411750265156011704 0ustar 3.0 (quilt)