[Pkg-octave-commit] [SCM] octave-bim branch, master, updated. 1803928e2d0009ebea8bbc61b18b238051143d59

Rafael Laboissiere rafael at debian.org
Fri May 22 11:38:28 UTC 2009


The following commit has been merged in the master branch:
commit 035309313d1f8094428676f6bc679046154f5d54
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 22 13:35:13 2009 +0200

    Set Autoload to "yes" via a quilt patch
    
    Include patchsys-quilt.mk in debian/rules and build-depend on quilt, as
    well.

diff --git a/debian/control b/debian/control
index 4a8acd7..50aa83f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>,
  Thomas Weber <thomas.weber.mail at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4)
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4), quilt
 Build-Depends-Indep: octave-msh
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/bim
diff --git a/debian/patches/autoload-yes.diff b/debian/patches/autoload-yes.diff
new file mode 100644
index 0000000..811f5ac
--- /dev/null
+++ b/debian/patches/autoload-yes.diff
@@ -0,0 +1,13 @@
+Autoload the pacakge at Octave start
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 13:33:43 +0200
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -6,5 +6,5 @@
+ Title: PDE Solver using a Finite Element/Finite Volume approach
+ Description: Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM)
+ Depends: octave (>= 3.0.0), fpl, msh 
+-Autoload: no
++Autoload: yes
+ License: GPL version 2 or later
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f889c5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+autoload-yes.diff
diff --git a/debian/rules b/debian/rules
index 833b313..065f784 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 clean::
 	rm -rf src/Makeconf src/config.log src/config.status

-- 
octave-bim



More information about the Pkg-octave-commit mailing list