#!/bin/sh

# dh_octave_substvar: This script is deprecated. Use dh_octave_substvars instead.

# This file is part of the dh-octave Debian package.

# Copyright (c) 2026  Rafael Laboissière <rafael@debian.org>
#
# 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 <https://www.gnu.org/licenses/>.

echo "*******************************************************"
echo "***************** DEPRECATION WARNING *****************"
echo "The dh_octave_substvar script is deprecated and will be"
echo "removed in a future release of dh-octave. Please, use"
echo "dh_octave_substvars instead."
echo "*******************************************************"

dh_octave_substvars $*
