changeset 5576:c5d1fd921fae

Remove dependency of of-package "ocs" on "odepkg" (bug #59383). * src/of-ocs-5-no-odepkg.patch: Add patch that removes the dependency on "odepkg". * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 31 Oct 2020 17:19:38 +0100
parents 3c05fc63c6dd
children 7422b99c5550
files dist-files.mk src/of-ocs-5-no-odepkg.patch
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Fri Oct 30 15:38:23 2020 -0400
+++ b/dist-files.mk	Sat Oct 31 17:19:38 2020 +0100
@@ -503,6 +503,7 @@
   of-ocs-2-dev-fixes.patch \
   of-ocs-3-break-fixes.patch \
   of-ocs-4-pkgadd-fixes.patch \
+  of-ocs-5-no_odepkg.patch \
   of-ocs.mk \
   of-octcdf.mk \
   of-odepkg-1-fixes.patch \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-ocs-5-no-odepkg.patch	Sat Oct 31 17:19:38 2020 +0100
@@ -0,0 +1,12 @@
+diff --git a/DESCRIPTION b/DESCRIPTION
+index 4b6f0f7..0c710dd 100644
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -5,6 +5,6 @@ Author: Carlo de Falco, Culpo Massimiliano, Marco Merlin
+ Maintainer: Carlo de Falco, Culpo Massimiliano
+ Title: Octave Circuit Simulator
+ Description: Package for solving DC and transient electrical circuit equations 
+-Depends: octave (>= 3.0.0), odepkg
++Depends: octave (>= 4.4.0)
+ Autoload: no
+ License: GPLv2+