--- octave-outliers-0.13.9.orig/debian/compat +++ octave-outliers-0.13.9/debian/compat @@ -0,0 +1 @@ +6 --- octave-outliers-0.13.9.orig/debian/copyright +++ octave-outliers-0.13.9/debian/copyright @@ -0,0 +1,22 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=48 +Upstream-Name: Outliers package for Octave +Upstream-Maintainer: Lukasz Komsta +Upstream-Source: http://octave.sourceforge.net/outliers/index.html + +Files: inst/*.m +Copyright: © 2007 Lukasz Komsta +License: GPL-2+ + +Files: debian/* +Copyright: © 2008 Ólafur Jens Sigurðsson +License: GPL-3+ + +License: GPL-2+ + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: GPL-3+ + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in the file + `/usr/share/common-licenses/GPL-3'. --- octave-outliers-0.13.9.orig/debian/changelog +++ octave-outliers-0.13.9/debian/changelog @@ -0,0 +1,67 @@ +octave-outliers (0.13.9-2) unstable; urgency=low + + [ Rafael Laboissiere ] + * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the + package is built against octave3.2 + + -- Thomas Weber Sun, 13 Dec 2009 21:10:15 +0100 + +octave-outliers (0.13.9-1) unstable; urgency=low + + * New upstream release + * debian/control: + + (Standards-Version): Bump to 3.8.1 (no changes needed) + + (Depends): Add ${misc:Depends} + + (Vcs-Git, Vcs-Browser): Adjust to new Git repository + * debian/source.lintian-overrides: Add file for overriding Lintian + warnings build-depends-without-arch-dep + * debian/copyright: + + Use DEP5 URL in Format-Specification + + Use separate License stanzas for instructing about the location of + the different licenses used in the package + + -- Rafael Laboissiere Sun, 24 May 2009 18:51:00 +0200 + +octave-outliers (0.13.8-2) unstable; urgency=low + + [ Rafael Laboissiere ] + * debian/copyright: Add header + * debian/control: Bump build-dependency on octave-pkg-dev to >= 0.6.4, + such that the package is built with the versioned packages directory + + [ Thomas Weber ] + * Upload to unstable + + -- Thomas Weber Wed, 08 Apr 2009 23:50:54 +0200 + +octave-outliers (0.13.8-1) experimental; urgency=low + + [ Ólafur Jens Sigurðsson ] + * debian/control: Bumped Standards-Version to 3.8.0 (no changes + needed) + + [ Thomas Weber ] + * New upstream release + * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental + version + + -- Thomas Weber Fri, 12 Dec 2008 01:01:32 +0100 + +octave-outliers (0.13.7-2) unstable; urgency=low + + * debian/control: Improve long description + + -- Rafael Laboissiere Wed, 21 May 2008 11:24:27 +0000 + +octave-outliers (0.13.7-1) unstable; urgency=low + + [ Ólafur Jens Sigurðsson ] + * New upstream version + + -- Thomas Weber Wed, 14 May 2008 15:19:30 +0200 + +octave-outliers (0.13.6-1) unstable; urgency=low + + * Initial release (closes: #468517) + + -- Ólafur Jens Sigurðsson Sun, 17 Feb 2008 22:25:04 +0100 --- octave-outliers-0.13.9.orig/debian/control +++ octave-outliers-0.13.9/debian/control @@ -0,0 +1,26 @@ +Source: octave-outliers +Section: math +Priority: optional +Maintainer: Debian Octave Group +Uploaders: Ólafur Jens Sigurðsson , + Thomas Weber , + Rafael Laboissiere +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.0) +Standards-Version: 3.8.1 +Homepage: http://octave.sourceforge.net/outliers +Vcs-Git: git://git.debian.org/git/pkg-octave/octave-outliers.git +Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-outliers.git + +Package: octave-outliers +Architecture: all +Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} +Description: outliers detection function for Octave + This package provides functions to do Grubbs, Dixon and Cochran tests + for outlier detection and p-value approximating routines in Octave, a + numerical computation software. It was ported from the outliers package + of R, a statistical computation software. + . + This Octave add-on package is part of the Octave-Forge project. + + --- octave-outliers-0.13.9.orig/debian/source.lintian-overrides +++ octave-outliers-0.13.9/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +octave-outliers source: build-depends-without-arch-dep debhelper +octave-outliers source: build-depends-without-arch-dep octave-pkg-dev --- octave-outliers-0.13.9.orig/debian/watch +++ octave-outliers-0.13.9/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://octave.sourceforge.net/packages.html \ + http://downloads\.sourceforge\.net/octave/outliers-([\d.]+)\.tar\.gz\?download --- octave-outliers-0.13.9.orig/debian/rules +++ octave-outliers-0.13.9/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/class/octave-pkg.mk