[Pkg-octave-commit] [SCM] octave-ocs branch, master, updated. 15cb02ec746a738f9d988304770aaba71fbd1469

Thomas Weber thomas.weber.mail at gmail.com
Wed Apr 21 21:36:44 UTC 2010


The following commit has been merged in the master branch:
commit b8a32ac9d6b03fff6b86a374067438ed5178c63d
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Mon Apr 19 23:14:29 2010 +0200

    Switch to architectury: any

diff --git a/debian/changelog b/debian/changelog
index c1fcd67..8978615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ octave-ocs (0.1.0-1) UNRELEASED; urgency=low
   * debian/control:
     - Remove Rafael Laboissiere from Uploaders (Closes: #571855)
     - Remove Ólafur Jens Sigurðsson <ojsbug at gmail.com> from Uploaders
+  * This release introduces an .oct file, switch architecture to 'any'
+    accordingly. And remove the (now unnecessary) lintian overrides file.
 
  -- Thomas Weber <thomas.weber.mail at gmail.com>  Sun, 28 Feb 2010 22:41:06 +0100
 
diff --git a/debian/control b/debian/control
index eaa392d..9397e50 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,17 @@ Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Thomas Weber <thomas.weber.mail at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.1), quilt
-Build-Depends-Indep: texlive-font-utils, latex-xcolor
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.1), quilt,
+ texlive-font-utils, latex-xcolor
+Build-Depends-Indep: 
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/ocs
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-ocs.git
 Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-ocs.git
 
 Package: octave-ocs
-Architecture: all
-Depends: ${misc:Depends}, ${octave:Depends}
+Architecture: any
+Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
 Description: circuit simulator for Octave
  This package contains fucntion for solving DC and transient
  electrical circuit equations in Octave, a scientific computation
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
deleted file mode 100644
index 58fd169..0000000
--- a/debian/source.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-octave-ocs source: build-depends-without-arch-dep debhelper
-octave-ocs source: build-depends-without-arch-dep octave-pkg-dev

-- 
octave-ocs



More information about the Pkg-octave-commit mailing list