[Pkg-octave-commit] [SCM] octave-mapping branch, master, updated. 5f1888b2a8e9ca3a0d6d6b38ff4b298e38beb343

Rafael Laboissiere rafael at debian.org
Fri May 22 19:48:48 UTC 2009


The following commit has been merged in the master branch:
commit 19276accd54ea17eb46e7efeefaf9640e20870d7
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri May 22 21:47:40 2009 +0200

    Add patch for autoloading the package when starting Octave
    
    Also, build-depend on quilt and include patchsys-quilt.mk in debian/rules.

diff --git a/debian/control b/debian/control
index 51eacf9..9b6834b 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
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/mapping
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-mapping.git
diff --git a/debian/patches/autoload-yes.diff b/debian/patches/autoload-yes.diff
new file mode 100644
index 0000000..d8b5ddb
--- /dev/null
+++ b/debian/patches/autoload-yes.diff
@@ -0,0 +1,11 @@
+Autoload the package when starting Octave.
+ 
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 21:08:51 +0200
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -9,3 +9,4 @@
+ Depends: octave (>= 2.9.7)
+ License: GPL version 2 or later
+ Url: http://octave.sf.net
++Autoload: yes
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 71fb86c..038c30c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,4 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk

-- 
octave-mapping



More information about the Pkg-octave-commit mailing list