Skip to content

Debian Changelog octave-epstk (2.1-7)

2006

octave-epstk (2.1-7) unstable; urgency=low

   [ Thomas Weber ]
   * Build-depend on gs-common (Closes: #383509) (thanks, Andreas Jochens)
   * Really include the NEWS file
   * Remove temporary files (created during build) from the package, going back
     to the original package size

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 18 Aug 2006 16:30:32 +0200

octave-epstk (2.1-6) unstable; urgency=low

   * debian/patches/60_source-etc-epstk-conf.patch: Allow the user to
     specify another configuration file through the variable
     eConfigFile
   * debian/NEWS.Debian: Document the change above
   * debian/epstk.conf-demos: Configuration file for running the demos
     at package building
   * debian/rules: Use the above

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 16 Aug 2006 14:55:16 +0200

octave-epstk (2.1-5) unstable; urgency=low

   * debian/rules:
     - Call both octave2.1-depends and octave2.9-depends
     - Run the demos in batch mode using both octave2.1 and octave2.9
     - Remove files in m/ left by running the demos
   * debian/control:
     - In the Depends field, use the new substvars ${octave<major>:Depends}
     - Build-depends on recent versions of the octave2.{1,9}-headers packages
 
   * debian/patches/50_add_plotdecimate.patch: New plotdecimate function
     provided by Francesco Potorti` (renamed from the old patch
     50_add_plotcollapse.patch)
 
   * debian/patches/50_source-etc-epstk-conf.patch: Only sources
     /etc/epstk.conf if this file exists
 
   * debian/patches/50_psd-path.patch: Avoid warning "implicit conversion
     from matrix to string" when calling edsymbol

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 14 Aug 2006 17:31:09 +0200

octave-epstk (2.1-4) unstable; urgency=low

   [ Thomas Weber ]
   * Add plotcollapse.m script from Francesco Potorti` (Closes: #365757)
     Update copyright file accordingly.
 
   [ Rafael Laboissiere ]
   * debian/control:
     - Hardcoded the binary depend to octave2.9 | octave2.1, since epstk
       works with both version of Octave.  This is an interim solution in
       waiting a better way to reintroduce the ${octave:Depends}
       variable in substvars.
     - Build-depends on both octave2.1-headers and octave2.9-headers

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 12 Aug 2006 13:34:58 +0200

octave-epstk (2.1-3) unstable; urgency=low

   * debian/control:
     - Bumped Standards-Version to 3.7.2 (no changes needed)
     - Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends,
       complying with section 7.6 of the Debian Policy

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 16 Jun 2006 13:05:33 +0200

octave-epstk (2.1-2) unstable; urgency=low

   [ Thomas Weber ]
   * Update FSF postal address in copyright file
   * Bumped standards version to 3.6.2. No changes needed.
   * Bumped debhelper compat version to 5.
   * Switch to CDBS.
   * Add 50_fix_legend_scaling.dpatch (Closes: #347665)
 
   [ Rafael Laboissiere ]
   * debian/rules:
     - Use CDBS' simple-patchsys instead of dpatch
     - Added call to octave-depends in post-install action
     - Clean patched files m/*-center.psd
   * debian/patches/*.patch: Renamed from *.dpatch
   * debian/patches/README: Description of the patches.  This information
     used to be in the headers of the old dpatches.

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 20 Mar 2006 08:33:24 +0100

2005

octave-epstk (2.1-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere
 
   * New upstream release
   * debian/patches/50_source-etc-epstk-conf.dpatch: Adjusted for new
     upstream sources.
   * debian/rules: Drop renaming of test.m, which is not distributed
     anymore.

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Sat, 9 Apr 2005 10:28:13 +0200

octave-epstk (2.0.2-4) unstable; urgency=low

   +++ Changes by Rafael Laboissiere
 
   * debian/patches/50_axis-value-labels.dpatch: This patch slipped
     unnoticed in the last upload of the package.  I am mentioning it here
     for the record.
   * debian/README.Debian: Document the patch above.

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Sun, 27 Feb 2005 16:41:45 +0100

octave-epstk (2.0.2-3) unstable; urgency=low

   +++ Changes by Rafael Laboissiere
 
   * debian/control:
     - Build-Depends on octave2.1-headers (>= 2.1.65)
     - Depends on the automatically generated substvar ${octave: Depends}
     - Suggests only gv | postscript
   * debian/rules:
     - Include defs.make from octave2.1-headers
     - Use $(MDIR) as install dir
     - Rename test.m to epstk_test.m  (closes: #296903)

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Sun, 27 Feb 2005 15:27:29 +0100

octave-epstk (2.0.2-2) unstable; urgency=low

   +++ Changes by Rafael Laboissiere:
 
   * debian/patches/50_source-etc-epstk-conf.dpatch: Added patch for file
     m/eview.m, which also needs to source /etc/epstk.conf
   * debian/patches/50_psd-path.dpatch: Implement the global variable
     ePsdPath for searching *.psd files
   * debian/epstk.conf: Set default value for ePsdPath
   * debian/README.Debian: Added file

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Thu, 10 Feb 2005 20:35:43 +0100

octave-epstk (2.0.2-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere:
 
   * New upstream release
   * debian/control:
     - Set maintainer to Debian Octave Group
     - Build-Depend on dpatch
   * debian/rules:
     - Adjusted to use dpatch
   * debian/patches/50_source-etc-epstk-conf.dpatch:
     - Added patch for sourcing /etc/epstk.conf in function einit

 -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Thu, 10 Feb 2005 17:35:06 +0100

2004

octave-epstk (2.0-6) unstable; urgency=low

   * m/*.m: Applied new upstream patch to fix demos (Closes: #247863)

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 16 Jun 2004 23:10:40 -0500

octave-epstk (2.0-5) unstable; urgency=low

   * m/{ebitmap,eidx2rgb,ejpgread,eplot,edsymbol,eimagesc,epline,epolaris}.m:
     New upstream versions
   * debian/control: Increased Standards-Version to 3.6.1

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 7 Apr 2004 22:42:24 -0500

2003

octave-epstk (2.0-4) unstable; urgency=low

   * m/eclose.m: New upstream version for Octave 2.1.50
   * debian/control: Increased Standards-Version to 3.6.0

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 24 Jul 2003 21:39:27 -0500

octave-epstk (2.0-3) unstable; urgency=low

   * debian/rules: Install additional files needed for demos

 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 5 May 2003 21:27:39 -0500

octave-epstk (2.0-2) unstable; urgency=low

   * debian/rules: Also install m/*.jpg (Closes: #177156)

 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 19 Jan 2003 09:48:56 -0600

octave-epstk (2.0-1) unstable; urgency=low

   * Upgraded to new upstream version 2.0 released today
   * As with previous releases:
     - converted upstream .zip files into .orig.tar.gz
     - small patch to einit.m and eview.m to read /etc/epstk.conf
   * doc/listing.pdf: Added new documentation file
   * debian/copyright: Fixed small typo (thanks, Christian Steigies)

 -- Dirk Eddelbuettel <edd@debian.org>  Tue, 14 Jan 2003 21:18:17 -0600

2002

octave-epstk (1.9-1) unstable; urgency=low

   * Upgraded to new upstream release 1.9
   * As with previous releases:
     - converted upstream .zip files into .orig.tar.gz
     - small patch to einit.m and eview.m to read /etc/epstk.conf
   * This version closes two forwarded bugs (Closes: #125848, #125854)

 -- Dirk Eddelbuettel <edd@debian.org>  Tue, 22 Jan 2002 22:48:39 -0600

2001

octave-epstk (1.8-1) unstable; urgency=low

   * Upgraded to new upstream release 1.8
   * As with previous releases:
     - converted upstream .zip into .orig.tar.gz
     - small patch to einit.m and eview.m to read /etc/epstk.conf

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 5 Jul 2001 22:30:22 -0500

2000

octave-epstk (1.7-1) unstable; urgency=low

   * Upgraded to new upstream release 1.7
 
   * As with release 1.6,
     - converted upstream .zip into .orig.tar.gz
     - small patch to einit.m and eview.m to read /etc/epstk.conf
 
   * debian/control: Added Build-Depends

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 27 Jul 2000 22:12:57 -0400

1999

octave-epstk (1.6-2) unstable; urgency=low

   * debian/rules: Adapted to use /usr/share/ following the recommendation
     on FHS transition from the Technical Committee
   * debian/rules: Test for debhelper >= 2.0.40 for FHS compliance
   * debian/control: Upgraded to Debian Policy 3.0.1

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 21 Oct 1999 20:06:03 -0400

octave-epstk (1.6-1) unstable; urgency=low

   * Initial Debian release, with Debian diffs blessed upstream.
 
   * Converted upstream .zip archive into .tar.gz
   * Uncompressed the two (large) .ps files with documentation
   * Saved web page at http://programmierer.freepage.de/dalles/epstk.html
     as README as it is the only document which provides a quick overview
 
   * Created a conffile /etc/epstk.conf for default variables (thanks to
     Rafael Laboissiere for the suggestion)
   * einit.m: source("/etc/epstk.conf"); to read Debian configuration
   * eview.m: source("/etc/epstk.conf"); to get value of eViewCommand

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 2 Jul 1999 19:48:18 -0400