[Pkg-octave-commit] r1816 - in octave/trunk/debian: . in

Thomas Weber thomas-guest at alioth.debian.org
Sun May 4 09:46:19 UTC 2008


Author: thomas-guest
Date: 2008-05-04 09:46:18 +0000 (Sun, 04 May 2008)
New Revision: 1816

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/control
   octave/trunk/debian/rules
Log:
Add dbg package

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-04-29 07:23:38 UTC (rev 1815)
+++ octave/trunk/debian/changelog	2008-05-04 09:46:18 UTC (rev 1816)
@@ -1,10 +1,14 @@
-octave3.0 (1:3.0.1-3) UNRELEASED; urgency=low
+octave3.0 (1:3.0.1-3) experimental; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/in/PACKAGE.conf: Substitute version of package in the
     addpath(.../oct/) command
 
- -- Rafael Laboissiere <rafael at debian.org>  Sat, 26 Apr 2008 12:45:49 +0200
+  [ Thomas Weber ]
+  * Add -dbg package 
 
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Thu, 01 May 2008 12:49:49 +0200
+
 octave3.0 (1:3.0.1-2) unstable; urgency=low
 
   * Add library path at the beginning of the loadpath (work-around for

Modified: octave/trunk/debian/in/control
===================================================================
--- octave/trunk/debian/in/control	2008-04-29 07:23:38 UTC (rev 1815)
+++ octave/trunk/debian/in/control	2008-05-04 09:46:18 UTC (rev 1816)
@@ -207,3 +207,20 @@
  octave3.0.  Once octave3.0-info is installed in the system, this package
  can be removed.
 :]
+
+Package: octave[V_2_1:2.1:][V_3_0:3.0:]-dbg
+Section: devel
+Priority: extra
+Architecture: any
+Depends: octave[V_2_1:2.1:][V_3_0:3.0:] (=${binary:Version})
+Description: Debug symbols for octave[V_2_1:2.1:][V_3_0:3.0:]
+ 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.
+ .
+ Octave uses some of the best and most respected numerical libraries as
+ balgen, dassl, eispack, fftpack, lapack, linpack, minpack, odepack,
+ ranlib, slatec-fn and villad. Octave can be dynamically extended with
+ user-supplied C++ files.
+ .
+ This package provides the debug symbols.

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2008-04-29 07:23:38 UTC (rev 1815)
+++ octave/trunk/debian/rules	2008-05-04 09:46:18 UTC (rev 1816)
@@ -69,7 +69,7 @@
 f77_compiler	= gfortran
 fc_flag		=
 fc_libs		=
-compilerflags	= -O2
+compilerflags	= -O2 -g
 # linkerflags	= -s
 
 # default to blas, atlas can overload where available (see README.Atlas)
@@ -431,7 +431,7 @@
 		usr/share/man/man1/octave$(major)-depends.1.gz \
 		usr/share/man/man1/octave$(PACKAGEVER)-depends.1.gz
 endif
-	dh_strip -a
+	dh_strip -a --dbg-package=$(PACKAGE)-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a




More information about the Pkg-octave-commit mailing list