[Pkg-octave-commit] [SCM] octave-linear-algebra branch, master, updated. f2a2b0e3d295508603143760b4c5f3c5108866ee

Rafael Laboissiere rafael at debian.org
Fri May 22 20:11:42 UTC 2009


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

    Add patch for making the test of smwsolve succeed
    
    Also, build-depend on quilt, include patchsys-quilt.mk in debian/rules,
    and include .pc in the list of exclusions.

diff --git a/.gitignore b/.gitignore
index f0fa3db..2fb1236 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.pc/
 COPYING
 ChangeLog
 DESCRIPTION
diff --git a/debian/changelog b/debian/changelog
index 3824011..0ec5a3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
 octave-linear-algebra (1.0.7-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/patches/smwsolve-norm-in-test.diff: Add patch for making the
+    test of smwsolve succeed
   * debian/control:
+    + (Build-Depends): Add quilt
     + (Standards-Version): Bump to 3.8.1 (no changes needed)
     + (Depends): Add ${misc:Depends}
     + (Vcs-Git, Vcs-Browser): Adjust to new Git repository
-  * debian/rules: Fix wrong permission of script cartprod.m
+  * debian/rules:
+    + Include patchsys-quilt.mk
+    + Fix wrong permission of script cartprod.m
   * debian/copyright: Use DEP5 URL in Format-Specification
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 12 Apr 2009 17:51:03 +0200
diff --git a/debian/control b/debian/control
index 21a43e3..092352f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Thomas Weber <thomas.weber.mail at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>
 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/linear-algebra
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-linear-algebra.git
diff --git a/debian/rules b/debian/rules
index 144cc02..9036594 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
 
 wrongperm = cartprod.m
 pkgdir = $(CURDIR)/debian/octave-linear-algebra/usr/share/octave/packages/*/linear-algebra-*

-- 
octave-linear-algebra



More information about the Pkg-octave-commit mailing list