[Pkg-octave-commit] [SCM] octave-nlwing2 branch, master, updated. 59a9b88df0748727f1b9515fc3a52b41e9a60e3f

Rafael Laboissiere rafael at debian.org
Sun May 24 16:50:09 UTC 2009


The following commit has been merged in the master branch:
commit 3259d53aeb3ef51ba4647299080de09e659f3c8a
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 24 18:48:15 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 c6a72a4..da20e8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.pc/
 COPYING
 ChangeLog
 DESCRIPTION
@@ -6,6 +7,7 @@ Makefile
 configure
 debian/files
 debian/octave-nlwing2*
+debian/stamp-patched
 global-list
 inst/
 local-list
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..c68384d
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,8 @@
+README.source for octave-nlwing2
+================================
+
+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>, Sun, 24 May 2009 18:45:47 +0200
diff --git a/debian/changelog b/debian/changelog
index fa98925..e62e770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+octave-nlwing2 (1.1.1-2) UNRELEASED; urgency=low
+
+  * debian/patches/autoload-yes.diff: Add patch for autoloading the
+    package when Octave starts
+  * debian/rules: Include patchsys-quilt.mk
+  * debian/control: Build-Depends on  quilt
+  * debian/README.source: Add file explaining the quilt patch system, as
+    required by the Policy
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 May 2009 18:43:07 +0200
+
 octave-nlwing2 (1.1.1-1) unstable; urgency=low
 
   * Initial release (closes: #529196)
diff --git a/debian/control b/debian/control
index e94ba59..81c00af 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 (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.6.4)
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.6.4), quilt
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/benchmark
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-nlwing2.git
diff --git a/debian/patches/autoload-yes.diff b/debian/patches/autoload-yes.diff
new file mode 100644
index 0000000..bb5b823
--- /dev/null
+++ b/debian/patches/autoload-yes.diff
@@ -0,0 +1,11 @@
+Autoload the package when Octave starts
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 May 2009 18:43:07 +0200
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -10,3 +10,4 @@
+ flow vorticity quantities as the angle of attack progresses.
+ License: GPL v3
+ Depends: octave (>= 3.0.0)
++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-nlwing2



More information about the Pkg-octave-commit mailing list