[Pkg-octave-commit] [SCM] octave-benchmark branch, master, updated. 9a7dbc36dfd1f9187b5209f80e3f97592f1ad19c

Rafael Laboissiere rafael at debian.org
Sun May 17 13:39:30 UTC 2009


The following commit has been merged in the master branch:
commit 923d1cc99de386854c7584ef1f41c1682199ca13
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 17 15:37:41 2009 +0200

    Make the package Architecture: all
    
    Also, drop the ${shlibs:Depends} variable from the Depends field and add the
    appropriate Lintian overrides to source.lintian-overrides.

diff --git a/debian/control b/debian/control
index ca69474..0801361 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Vcs-Git: git://git.debian.org/git/pkg-octave/octave-benchmark.git
 Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-benchmark.git
 
 Package: octave-benchmark
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${octave:Depends}
 Description: code to benchmark speed of Octave
  This package contains a collection of routines to benchmark speed of
  Octave, a numerical computation software.  It contains functions to
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..b9f67b4
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,2 @@
+octave-benchmark source: build-depends-without-arch-dep debhelper
+octave-benchmark source: build-depends-without-arch-dep octave-pkg-dev

-- 
octave-benchmark



More information about the Pkg-octave-commit mailing list