[Pkg-octave-commit] [SCM] octave-secs1d branch, master, updated. 00fce55783441b9603732fe2bb4bc8fe3e1cc61f

Rafael Laboissiere rafael at debian.org
Sat May 23 01:16:33 UTC 2009


The following commit has been merged in the master branch:
commit 00fce55783441b9603732fe2bb4bc8fe3e1cc61f
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat May 23 03:13:08 2009 +0200

    Add patch for autloading the package when Octave starts
    
    Also, add the Policy-required file README.source, build-depends on quilt,
    include patchsys-quilt.mk in debian/rules, and adjust the list of exclusions
    in .gitignore accordingly.

diff --git a/.gitignore b/.gitignore
index 2e191d9..69b5cf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.pc/
 COPYING
 ChangeLog
 DESCRIPTION
@@ -6,6 +7,7 @@ Makefile
 configure
 debian/files
 debian/octave-secs1d*
+debian/stamp-patched
 global-list
 inst/
 local-list
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..dbd55c8
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+README.source for octave-secs1d
+===============================
+
+This package uses quilt to manage all modifications to the upstream sources.
+See `/usr/share/doc/quilt/README.source' to get more information on how to
+use it.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 23 May 2009 01:45:01 +0200
+
diff --git a/debian/control b/debian/control
index 6a7c6b7..94a0438 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/secs1d
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-secs1d.git
diff --git a/debian/patches/autoload-yes.diff b/debian/patches/autoload-yes.diff
new file mode 100644
index 0000000..f6f92b7
--- /dev/null
+++ b/debian/patches/autoload-yes.diff
@@ -0,0 +1,14 @@
+Autoload the package when starting Octave.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 21:08:51 +0200
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -7,6 +7,6 @@
+ Description: A Drift-Diffusion simulator for 1d semiconductor devices
+ Categories: Electrical Engineering
+ Depends: octave (>= 2.9.17)
+-Autoload: no
++Autoload: yes
+ License: GPL version 2 or later
+ Url: http://www.comson.org/dem 
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-secs1d



More information about the Pkg-octave-commit mailing list