[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. 3.2.2-2-102-g2b393c2
Thomas Weber
tweber at debian.org
Wed Dec 7 17:56:27 UTC 2011
The following commit has been merged in the master branch:
commit 9237c033df45b4f007feef9c50426952d0367b3a
Author: Thomas Weber <tweber at debian.org>
Date: Fri Dec 2 23:20:58 2011 +0100
Remove files from in/ directory
Git-Dch: Ignore
diff --git a/debian/in/PACKAGE-common.lintian-overrides b/debian/in/PACKAGE-common.lintian-overrides
deleted file mode 100644
index 7894372..0000000
--- a/debian/in/PACKAGE-common.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
- at PACKAGE@-common: extra-license-file usr/share/octave/@VERSION@/m/miscellaneous/license.m
- at PACKAGE@-common: package-contains-empty-directory usr/share/octave/packages/@MAJOR@/
diff --git a/debian/in/PACKAGE-headers.postinst b/debian/in/PACKAGE-headers.postinst
deleted file mode 100644
index cafaf14..0000000
--- a/debian/in/PACKAGE-headers.postinst
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh -e
-#
-# postinst script for the Debian GNU/Linux octave2.0-headers package
-#
-# This version written by Dirk Eddelbuettel <edd at debian.org>
-
-#DEBHELPER#
-
-# The current Octave version, known to debian/rules at build time
-VERSION=@VERSION@
-PRIORITY=@PRIORITY@
-
-case "$1" in
- configure)
- #
- # update-alternatives for multiple Octave versions
-
- for f in mkoctfile octave-config octave-depends ; do
- update-alternatives --install /usr/bin/$f $f \
- /usr/bin/$f-$VERSION $PRIORITY \
- --slave /usr/share/man/man1/$f.1.gz $f.1.gz \
- /usr/share/man/man1/$f-$VERSION.1.gz
- done
-
- update-alternatives \
- --install /usr/include/octave octave-include \
- /usr/include/octave-$VERSION/octave $PRIORITY
-
- update-alternatives \
- --install /usr/share/octave/debian/defs.make \
- octave-defs.make \
- /usr/share/octave/debian/defs.make-$VERSION \
- $PRIORITY
-
- ;;
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- ;;
-esac
-
-exit 0
diff --git a/debian/in/PACKAGE-headers.prerm b/debian/in/PACKAGE-headers.prerm
deleted file mode 100644
index e6834a6..0000000
--- a/debian/in/PACKAGE-headers.prerm
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh -e
-#
-# prerm script for the Debian GNU/Linux octave2.0-headers package
-#
-# Written by Dirk Eddelbuettel <edd at debian.org>
-
-#DEBHELPER#
-
-# The current Octave version, known to debian/rules at build time
-VERSION=@VERSION@
-
-case "$1" in
- remove|upgrade|deconfigure)
- #
- # update-alternatives for multiple Octave versions
- for f in mkoctfile octave-config octave-depends ; do
- update-alternatives --remove $f /usr/bin/$f-$VERSION
- done
- update-alternatives --remove octave-include \
- /usr/include/octave-$VERSION/octave
- update-alternatives --remove octave-defs.make \
- /usr/share/octave/debian/defs.make-$VERSION
-
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
-
-
-
diff --git a/debian/in/PACKAGE-htmldoc.doc-base.faq b/debian/in/PACKAGE-htmldoc.doc-base.faq
deleted file mode 100644
index 24c7bc1..0000000
--- a/debian/in/PACKAGE-htmldoc.doc-base.faq
+++ /dev/null
@@ -1,13 +0,0 @@
-Document: octave at MAJOR@-faq
-Title: The GNU Octave FAQ (@MAJOR@ branch)
-Author: John W. Eaton
-Abstract: This document provides answers to Frequently Asked Questions
- about Octave, a (mostly Matlab (R) compatible) high-level language,
- primarily intended for numerical computations. Octave provides a
- convenient command-line interface for solving linear and nonlinear
- problems numerically.
-Section: Science/Mathematics
-
-Format: HTML
-Index: /usr/share/doc/@PACKAGE at -htmldoc/faq/Octave-FAQ.html
-Files: /usr/share/doc/@PACKAGE at -htmldoc/faq/*.html
diff --git a/debian/in/PACKAGE-htmldoc.doc-base.lib b/debian/in/PACKAGE-htmldoc.doc-base.lib
deleted file mode 100644
index 8414a3c..0000000
--- a/debian/in/PACKAGE-htmldoc.doc-base.lib
+++ /dev/null
@@ -1,12 +0,0 @@
-Document: octave at MAJOR@-lib
-Title: The GNU Octave Library (@MAJOR@ branch)
-Author: John W. Eaton
-Abstract: This document describes the Octave libraries. Octave is a
- (mostly Matlab (R) compatible) high-level language, primarily intended
- for numerical computations. It provides a convenient command-line
- interface for solving linear and nonlinear problems numerically.
-Section: Science/Mathematics
-
-Format: HTML
-Index: /usr/share/doc/@PACKAGE at -htmldoc/liboctave/index.html
-Files: /usr/share/doc/@PACKAGE at -htmldoc/liboctave/*.html
diff --git a/debian/in/PACKAGE-htmldoc.doc-base.manual b/debian/in/PACKAGE-htmldoc.doc-base.manual
deleted file mode 100644
index 919dbd1..0000000
--- a/debian/in/PACKAGE-htmldoc.doc-base.manual
+++ /dev/null
@@ -1,12 +0,0 @@
-Document: octave at MAJOR@-manual
-Title: The GNU Octave Manual (@MAJOR@ branch)
-Author: John W. Eaton
-Abstract: Octave is a (mostly Matlab (R) compatible) high-level
- language, primarily intended for numerical computations. It provides
- a convenient command-line interface for solving linear and nonlinear
- problems numerically.
-Section: Science/Mathematics
-
-Format: HTML
-Index: /usr/share/doc/@PACKAGE at -htmldoc/interpreter/index.html
-Files: /usr/share/doc/@PACKAGE at -htmldoc/interpreter/*.html
diff --git a/debian/in/PACKAGE-htmldoc.menu b/debian/in/PACKAGE-htmldoc.menu
deleted file mode 100644
index c02c342..0000000
--- a/debian/in/PACKAGE-htmldoc.menu
+++ /dev/null
@@ -1,32 +0,0 @@
-?package(octave-htmldoc):needs="dwww" \
- section="Apps/Math" \
- title="Octave FAQ" \
- longtitle="The GNU Octave FAQ" \
- description="This document provides answers to Frequently Asked \
- Questions about Octave, a (mostly Matlab (R) compatible) \
- high-level language, primarily intended for numerical \
- computations. Octave provides a convenient command-line \
- interface for solving linear and nonlinear problems \
- numerically." \
- command="/usr/share/doc/@PACKAGE at -htmldoc/Octave-FAQ_toc.html"
-
-?package(octave-htmldoc):needs="dwww" \
- section="Apps/Math" \
- title="Octave" \
- longtitle="The GNU Octave language for numerical computations"\
- description="Octave is a (mostly Matlab (R) compatible) high-level \
- language, primarily intended for numerical computations. \
- It provides a convenient command-line interface for solving \
- linear and nonlinear problems numerically." \
- command="/usr/share/doc/@PACKAGE at -htmldoc/octave_toc.html"
-
-?package(octave-htmldoc):needs="dwww" \
- section="Apps/Math" \
- title="Octave Library" \
- longtitle="The GNU Octave Library"\
- description="This document describes the Octave libraries. Octave \
- is a (mostly Matlab (R) compatible) high-level \
- language, primarily intended for numerical computations. \
- It provides a convenient command-line interface for solving \
- linear and nonlinear problems numerically." \
- command="/usr/share/doc/@PACKAGE at -htmldoc/liboctave_toc.html"
diff --git a/debian/in/PACKAGE-info.lintian-overrides b/debian/in/PACKAGE-info.lintian-overrides
deleted file mode 100644
index 88f480a..0000000
--- a/debian/in/PACKAGE-info.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
- at PACKAGE@-info: install-info-used-in-maintainer-script
diff --git a/debian/in/PACKAGE-info.postinst b/debian/in/PACKAGE-info.postinst
deleted file mode 100644
index 2276de1..0000000
--- a/debian/in/PACKAGE-info.postinst
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/bin/sh
-#
-# postinst script for the Debian GNU/Linux octave package
-#
-# Initial version written by Andrew D. Fernandes <adfernan at cnd.mcgill.ca>
-# This version written by Dirk Eddelbuettel <edd at debian.org>
-
-set -e
-
-# The current Octave version, known to debian/rules at build time
-MAJOR=@MAJOR@
-PRIORITY=@PRIORITY@
-
-#DEBHELPER#
-
-case "$1" in
- configure)
-
- # The following is necessary to ensure a smooth upgrade from
- # octave2.9_2.9.9-8etch1 (see Bug#489832)
- for f in octave2.9 liboctave2.9 Octave2.9-FAQ ; do
- install-info --quiet --remove $f;
- done
-
- install-info --quiet --section "Math" "Octave" \
- --description="The GNU Octave ($MAJOR) language for numerical computations."\
- /usr/share/info/octave$MAJOR.info.gz
- install-info --quiet --section "Math" "Octave Library" \
- --description="The GNU Octave ($MAJOR) C++ library."\
- /usr/share/info/liboctave$MAJOR.info.gz
- install-info --quiet --section "Math" "Octave FAQ" \
- --description="The GNU Octave ($MAJOR) FAQ."\
- /usr/share/info/Octave$MAJOR-FAQ.info.gz
-
- for f in octave at v liboctave at v Octave at v-FAQ ; do
- g=`echo $f | sed s/@v//`
- h=`echo $f | sed s/@v/$MAJOR/`
- update-alternatives --install \
- /usr/share/info/$g.info.gz \
- $g.info.gz \
- /usr/share/info/$h.info.gz $PRIORITY
- done
-
- ;;
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- ;;
-esac
-
-exit 0
diff --git a/debian/in/PACKAGE-info.prerm b/debian/in/PACKAGE-info.prerm
deleted file mode 100644
index 4905066..0000000
--- a/debian/in/PACKAGE-info.prerm
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-#
-# prerm script for the Debian GNU/Linux octave2.0-info package
-#
-# Initial version written by Andrew D. Fernandes <adfernan at cnd.mcgill.ca>
-# This version written by Dirk Eddelbuettel <edd at debian.org>
-
-set -e
-
-MAJOR=@MAJOR@
-
-#DEBHELPER#
-
-case "$1" in
- remove|upgrade|deconfigure)
- for f in octave at v liboctave at v Octave at v-FAQ ; do
- g=`echo $f | sed s/@v//`
- h=`echo $f | sed s/@v/$MAJOR/`
- install-info --quiet --remove $h
- update-alternatives --remove $g.info.gz \
- /usr/share/info/$h.info.gz
- done
-
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
diff --git a/debian/in/PACKAGE.dirs b/debian/in/PACKAGE.dirs
deleted file mode 100644
index a98e4c3..0000000
--- a/debian/in/PACKAGE.dirs
+++ /dev/null
@@ -1,4 +0,0 @@
-etc
-usr/bin
-usr/share/octave/debian
-[V_3_0:usr/share/enscript/hl:]
diff --git a/debian/in/PACKAGE.lintian-overrides b/debian/in/PACKAGE.lintian-overrides
deleted file mode 100644
index a5671a3..0000000
--- a/debian/in/PACKAGE.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
- at PACKAGE@: package-contains-empty-directory usr/lib/octave/api-v at APIVERSION@/
- at PACKAGE@: package-contains-empty-directory usr/lib/octave/packages/@MAJOR@/
diff --git a/debian/in/PACKAGE.menu b/debian/in/PACKAGE.menu
deleted file mode 100644
index 1b209a2..0000000
--- a/debian/in/PACKAGE.menu
+++ /dev/null
@@ -1,4 +0,0 @@
-?package(@PACKAGE@):needs="text" \
- section="Applications/Science/Mathematics" \
- title="Octave (@MAJOR@)" \
- command="/usr/bin/octave- at VERSION@"
diff --git a/debian/in/PACKAGE.postinst b/debian/in/PACKAGE.postinst
deleted file mode 100644
index f17b925..0000000
--- a/debian/in/PACKAGE.postinst
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/sh -e
-#
-# postinst script for the Debian GNU/Linux octave2.0 package
-#
-# Initial version written by Andrew D. Fernandes <adfernan at cnd.mcgill.ca>
-# This version written by Dirk Eddelbuettel <edd at debian.org>
-
-#DEBHELPER#
-
-# The current Octave version, known to debian/rules at build time
-VERSION=@VERSION@
-PRIORITY=@PRIORITY@
-
-rebuild_pkg_database () {
- octave-$VERSION --silent --no-history --no-init-file \
- --eval "pkg ('rebuild');"
-}
-
-case "$1" in
- configure)
- #
- # create /usr/local/ directory, if we may
- install -d /usr/local/share/octave/site-m \
- -m 2775 -o root -g staff 2>/dev/null || true
- #
- # update-alternatives for multiple Octave versions
- for f in octave octave-bug ; do
- update-alternatives \
- --install /usr/bin/$f $f \
- /usr/bin/$f-$VERSION $PRIORITY \
- --slave /usr/share/man/man1/$f.1.gz $f.1.gz \
- /usr/share/man/man1/$f-$VERSION.1.gz
- done
- rebuild_pkg_database
- ;;
-
- triggered)
- rebuild_pkg_database
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- ;;
-esac
-
-exit 0
diff --git a/debian/in/PACKAGE.postrm b/debian/in/PACKAGE.postrm
deleted file mode 100644
index 78e6fb5..0000000
--- a/debian/in/PACKAGE.postrm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-#
-# postrm script for the Debian GNU/Linux octave package
-
-#DEBHELPER#
-
-# The current Octave version, known to debian/rules at build time
-VERSION=@MAJOR@
-
-if [ "$1" = purge ] ; then
- # Remove the packages database file
- rm -f /usr/share/octave/packages/$VERSION/octave_packages
- # Remove the directories, if we can
- rmdir /usr/share/octave/packages/$VERSION/ 2>/dev/null \
- && rmdir /usr/share/octave/packages/ 2>/dev/null \
- && rmdir /usr/share/octave/ 2>/dev/null || true
-fi
-
-
-
diff --git a/debian/in/PACKAGE.prerm b/debian/in/PACKAGE.prerm
deleted file mode 100644
index 2e93e4d..0000000
--- a/debian/in/PACKAGE.prerm
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh -e
-#
-# prerm script for the Debian GNU/Linux octave package
-#
-# Written by Dirk Eddelbuettel <edd at debian.org>
-
-#DEBHELPER#
-
-# The current Octave version, known to debian/rules at build time
-VERSION=@VERSION@
-
-case "$1" in
- remove|upgrade|deconfigure)
- #
- # remove the /usr/local package, if we may
- if [ -w /usr/local/share/octave/site-m ]
- then
- rmdir /usr/local/share/octave/site-m 2>/dev/null || true
- rmdir /usr/local/share/octave 2>/dev/null || true
- fi
- #
- # This is for old installations of the octave package
- if [ -f /usr/share/octave/ls-R ]
- then
- rm -f /usr/share/octave/ls-R
- fi
- #
- # update-alternatives for multiple Octave versions
- for f in octave octave-bug ; do
- update-alternatives --remove $f /usr/bin/$f-$VERSION
- done
-
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
-
-
-
diff --git a/debian/in/PACKAGE.triggers b/debian/in/PACKAGE.triggers
deleted file mode 100644
index dd74283..0000000
--- a/debian/in/PACKAGE.triggers
+++ /dev/null
@@ -1 +0,0 @@
-interest /usr/share/octave/packages/@MAJOR@
diff --git a/debian/in/defs.make b/debian/in/defs.make
deleted file mode 100644
index f15cc50..0000000
--- a/debian/in/defs.make
+++ /dev/null
@@ -1,6 +0,0 @@
-# Installation paths for use in debian/rules of Octave-related packages
-# Written by Rafael Laboissiere <rafael at debian.org>
-# $Id$
-
-MDIR = $(shell octave-config- at VERSION@ --print LOCALAPIFCNFILEDIR)
-OCTDIR = $(shell octave-config- at VERSION@ --print LOCALAPIOCTFILEDIR)
diff --git a/debian/in/octave-depends b/debian/in/octave-depends
deleted file mode 100644
index 567d92a..0000000
--- a/debian/in/octave-depends
+++ /dev/null
@@ -1,80 +0,0 @@
-#!/usr/bin/perl -w
-
-# Copyright (c) 2005 Rafael Laboissiere <rafael at 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 2 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, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-=head1 NAME
-
-octave-depends - calculates Octave dependencies
-
-=cut
-
-use strict;
-use File::Find;
-use Debian::Debhelper::Dh_Lib;
-
-=head1 SYNOPSIS
-
-B<octave-depends> [S<I<debhelper options>>]
-
-=head1 DESCRIPTION
-
-octave-depends is a debhelper-like program that is responsible for
-generating the ${octave:Depends} substitutions and adding them to
-substvars files. Variables ${octave<major>:Depends} are also
-available, where <major> is currently either "-2-1" or "-2-9" (N.B.:
-periods are not allowed in substvar names).
-
-If you use this program, your package must build-depend on octave2.1-headers
-(>= 2.1.73-10) or octave2.9-headers (>= 2.9.7-2).
-
-=cut
-
-init ();
-
-my $octcfg = '/usr/bin/octave-config- at VERSION@';
-my $octpkg = 'octave at MAJOR@';
-my $octpfx = 'octave- at MAJOR@';
-$octpfx =~ s/\./-/;
-
-# The current Octave version
-my $octver = `$octcfg --version 2>&1`
- or die "Command $octcfg not found";
-chomp $octver;
-
-foreach my $package (@{$dh{DOPACKAGES}}) {
-
- delsubstvar($package, "octave:Depends");
- addsubstvar($package, "octave:Depends", $octpkg, ">= $octver");
-
- delsubstvar($package, "$octpfx:Depends");
- addsubstvar($package, "$octpfx:Depends", $octpkg, ">= $octver");
-}
-
-=head1 SEE ALSO
-
-L<debhelper(7)>
-
-This program is not part of debhelper.
-
-=head1 AUTHOR
-
-Rafael Laboissiere <rafael at debian.org>
-
-Most ideas borrowed from dh_python by Josselin Mouette <joss at debian.org>,
-who apparently took ideas from Brendan O'Dea <bod at debian.org>.
-
-=cut
diff --git a/debian/in/octave-update-alternatives b/debian/in/octave-update-alternatives
deleted file mode 100755
index 18edc8a..0000000
--- a/debian/in/octave-update-alternatives
+++ /dev/null
@@ -1,111 +0,0 @@
-#!/bin/bash
-
-if [ $1 = "--remove" ];then REMOVE=$1; fi
-
-major_versions="2.1 2.9"
-man="/usr/share/man/man1/"
-bin="/usr/bin/"
-include="/usr/include/"
-share="/usr/share/"
-info="${share}info"
-debian="${share}octave/debian/"
-
-for v in $major_versions
-do
- if [ $v == "2.1" ]; then VERSION=2.1.72; PRIORITY=80; fi
- if [ $v == "2.9" ]; then VERSION=2.9.4; PRIORITY=70; fi
- packages="octave$v octave$v-headers octave$v-emacsen octave$v-info"
-
- for g in $packages
- do
- if [ -n `dpkg -l | grep -o "$g "` ]
- then
- case $g in
- octave2.? ) OCTAVE="--install ${bin}octave octave \
- ${bin}octave-$VERSION $PRIORITY \
- --slave ${man}octave.1.gz octave.1.gz \
- ${man}octave-$VERSION.1.gz \
- --slave ${bin}octave-bug octave-bug \
- ${bin}octave-bug-$VERSION \
- --slave ${man}octave-bug.1.gz \
- octave-bug.1.gz \
- ${man}octave-bug-$VERSION.1.gz"
- ;;
-
- octave2.?-headers ) if [ $REMOVE = $g ];then ;; fi
- HEADERS="--slave ${bin}mkoctfile mkoctfile \
- ${bin}mkoctfile-$VERSION \
- --slave ${man}mkoctfile.1.gz \
- mkoctfile.1.gz \
- ${man}mkoctfile-$VERSION.1.gz\
- --slave ${bin}octave-config \
- octave-config \
- ${bin}octave-config-$VERSION\
- --slave ${man}octave-config.1.gz \
- octave-config.1.gz \
- ${man}octave-config-$VERSION.1.gz\
- --slave ${bin}octave-depends \
- octave-depends \
- ${bin}octave-depends-$VERSION\
- --slave ${man}octave-depends.1.gz \
- octave-depends.1.gz \
- ${man}octave-depends-$VERSION.1.gz\
- --slave ${include}octave \
- octave-include \
- ${include}octave-$VERSION \
- --slave ${debian}defs.make \
- octave-defs.make \
- ${debian}defs.make-$VERSION"
- ;;
-
- octave2.?-emacsen ) if [ $REMOVE = $g ];then ;; fi
- EMACS="--slave ${bin}octave-tags octave-tags \
- ${bin}octave-tags-$VERSION \
- --slave ${man}octave-tags.1.gz octave-tags.1.gz \
- ${man}octave-tags-$VERSION.1.gz"
- ;;
-
- octave2.?-info ) if [ -n `dpgk -l | grep -o "octave$v` ]
- then
- if [ $REMOVE = $g ];then ;; fi
- INFO="--slave ${info}octave.info.gz \
- octave.info.gz \
- ${info}octave$v.info.gz \
- --slave ${info}liboctave.info.gz \
- liboctave.info.gz \
- ${info}liboctave$v.info.gz \
- --slave ${info}Octave-FAQ.info.gz \
- Octave-FAQ.info.gz \
- ${info}Octave$v-FAQ.info.gz"
- else
- for f in octave at v liboctave at v Octave at v-FAQ
- do
- i=`echo $f | sed s/@v//`
- h=`echo $f | sed s/@v/$v/`
- if [ $REMOVE = $g ];
- then
- INFO="--remove $i.info.gz \
- /usr/share/info/$h.info.gz"
- else
- INFO="--install ${info}$h.info.gz \
- $i.info.gz \
- ${info}$i.info.gz \
- $PRIORITY"
- fi
- done
- fi
- ;;
- # In anticipation of octave-forge package split
-# octave-forge2.? ) if [ $REMOVE = $g ];then ;; fi
-# FORGE="--slave ${bin}mex mex \
-# ${bin}mex-$VERSION \
-# --slave ${man}mex.1.gz \
-# mex.1.gz \
-# ${man}mex-$VERSION.1.gz"
-# ;;
-
- esac
- fi
- done
- update-alternatives $OCTAVE $HEADERS $EMACS $INFO $FORGE
-done
diff --git a/debian/in/PACKAGE.conf b/debian/octave.conf
similarity index 100%
rename from debian/in/PACKAGE.conf
rename to debian/octave.conf
--
Debian packaging for octave
More information about the Pkg-octave-commit
mailing list