[Pkg-octave-commit] [octave] 01/02: debian_missing_handler.m: Fix liboctave-dev package name.

Mike Miller mtmiller at moszumanska.debian.org
Mon Dec 30 20:14:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

mtmiller pushed a commit to branch master
in repository octave.

commit c5a8a4ab89f8b3808508931270a8ccdf837a706c
Author: Mike Miller <mtmiller at debian.org>
Date:   Mon Dec 30 13:07:46 2013 -0500

    debian_missing_handler.m: Fix liboctave-dev package name.
---
 debian/debian_missing_handler.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/debian_missing_handler.m b/debian/debian_missing_handler.m
index 401d209..157b6e9 100644
--- a/debian/debian_missing_handler.m
+++ b/debian/debian_missing_handler.m
@@ -29,7 +29,7 @@ function msg = debian_missing_handler (name)
     case "info-file"
       msg = "please install the Debian package \"octave-info\" to get the Octave manual";
     case "mkoctfile"
-      msg = "please install the Debian package \"octave-dev\" to get the mkoctfile command";
+      msg = "please install the Debian package \"liboctave-dev\" to get the mkoctfile command";
     otherwise
       msg = [];
   endswitch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list