[Pkg-octave-commit] r1203 - in octave-forge-pkgs: octave-odebvp/trunk/debian octave-odepkg/trunk/debian octave-optim/trunk/debian octave-outliers/trunk/debian

Ólafur Jens Sigurðsson ojs-guest at alioth.debian.org
Sun Feb 17 21:32:33 UTC 2008


Author: ojs-guest
Date: 2008-02-17 21:32:33 +0000 (Sun, 17 Feb 2008)
New Revision: 1203

Added:
   octave-forge-pkgs/octave-odebvp/trunk/debian/changelog
   octave-forge-pkgs/octave-odebvp/trunk/debian/compat
   octave-forge-pkgs/octave-odebvp/trunk/debian/control
   octave-forge-pkgs/octave-odebvp/trunk/debian/copyright
   octave-forge-pkgs/octave-odebvp/trunk/debian/postinst
   octave-forge-pkgs/octave-odebvp/trunk/debian/postrm
   octave-forge-pkgs/octave-odebvp/trunk/debian/rules
   octave-forge-pkgs/octave-odepkg/trunk/debian/changelog
   octave-forge-pkgs/octave-odepkg/trunk/debian/compat
   octave-forge-pkgs/octave-odepkg/trunk/debian/control
   octave-forge-pkgs/octave-odepkg/trunk/debian/copyright
   octave-forge-pkgs/octave-odepkg/trunk/debian/postinst
   octave-forge-pkgs/octave-odepkg/trunk/debian/postrm
   octave-forge-pkgs/octave-odepkg/trunk/debian/rules
   octave-forge-pkgs/octave-optim/trunk/debian/changelog
   octave-forge-pkgs/octave-optim/trunk/debian/compat
   octave-forge-pkgs/octave-optim/trunk/debian/control
   octave-forge-pkgs/octave-optim/trunk/debian/copyright
   octave-forge-pkgs/octave-optim/trunk/debian/postinst
   octave-forge-pkgs/octave-optim/trunk/debian/postrm
   octave-forge-pkgs/octave-optim/trunk/debian/rules
   octave-forge-pkgs/octave-outliers/trunk/debian/changelog
   octave-forge-pkgs/octave-outliers/trunk/debian/compat
   octave-forge-pkgs/octave-outliers/trunk/debian/control
   octave-forge-pkgs/octave-outliers/trunk/debian/copyright
   octave-forge-pkgs/octave-outliers/trunk/debian/postinst
   octave-forge-pkgs/octave-outliers/trunk/debian/postrm
   octave-forge-pkgs/octave-outliers/trunk/debian/rules
Log:
committing optim, odepkg, odebvp and outliers packages from forge

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/changelog	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,6 @@
+octave-odebvp (1.0.1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 17 Feb 2008 15:38:49 +0100
+

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/compat	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/control	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,13 @@
+Source: octave-odebvp
+Section: math
+Priority: optional
+Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
+Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Standards-Version: 3.7.2
+
+Package: octave-odebvp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The odebvp package from octave-forge
+ This package provides functions to work with linear ordinary
+ differential equations.
\ No newline at end of file

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/copyright	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,28 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 17 Feb 2008 15:38:49 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	 Tiago Charters de Azevedo <tca at diale.org>
+
+Copyright: 
+
+    Copyright (C) 2007 Tiago Charters de Azevedo
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+    
+On Debian systems, the complete text of the GNU General Public License
+can be found in file "/usr/share/common-licenses/GPL".
+
+
+The Debian packaging is (C) 2007, Olafur Jens Sigurdsson <ojsbug at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/postinst	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postinst file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    configure)
+    	octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    abort-upgrade|abort-remove|abort-deconfigure)
+        ;;
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/postrm	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postrm file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    upgrade|remove|purge)
+        octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    failed-upgrade|abort-install|abort-upgrade|disappear)
+        ;;
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-odebvp/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/rules	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+#export DH_OPTIONS
+
+filename = $(wildcard *.gz)
+package = $(shell awk '/^Package:/ {print tolower($$2)}' debian/control)
+mpath = usr/share/octave/packages
+bpath = usr/lib/octave/packages
+pkgname = $(filename:.tar.gz=)
+
+clean:
+
+build:
+	mkdir -p $(CURDIR)/debian/$(package)/$(mpath)
+	mkdir -p $(CURDIR)/debian/$(package)/$(bpath)
+	octave -H -q --no-site-file --eval \
+	"pkg('prefix',[pwd(),'/debian/$(package)/$(mpath)'], \
+	 [pwd(),'/debian/$(package)/$(bpath)']); \
+	 pkg('local_list',[pwd(),'.']); \
+	 pkg('global_list',[pwd(),'.']); \
+	 pkg install $(filename)"
+	rm $(CURDIR)/debian/$(package)/$(mpath)/$(pkgname)/packinfo/COPYING
+
+binary:
+	dh_strip
+	dh_installdocs
+	dh_installchangelogs
+	dh_gencontrol
+	dh_compress
+	dh_installdeb
+	dh_builddeb


Property changes on: octave-forge-pkgs/octave-odebvp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/changelog	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,6 @@
+octave-odepkg (0.3.3) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 17 Feb 2008 16:01:04 +0100
+

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/compat	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/control	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,13 @@
+Source: octave-odepkg
+Section: math
+Priority: optional
+Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
+Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Standards-Version: 3.7.2
+
+Package: octave-odepkg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The odepkg package from octave-forge
+ This package provides a toolkit for Differential Equations and
+ Initial Value Problems.
\ No newline at end of file

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/copyright	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,28 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 17 Feb 2008 16:01:04 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	Thomas Treichl <treichl at users.sourceforge.net>
+
+Copyright: 
+
+    Copyright (C) 2007, Thomas Treichl
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+    
+On Debian systems, the complete text of the GNU General Public License
+can be found in file "/usr/share/common-licenses/GPL".
+
+
+The Debian packaging is (C) 2007, Olafur Jens Sigurdsson <ojsbug at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/postinst	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postinst file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    configure)
+    	octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    abort-upgrade|abort-remove|abort-deconfigure)
+        ;;
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/postrm	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postrm file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    upgrade|remove|purge)
+        octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    failed-upgrade|abort-install|abort-upgrade|disappear)
+        ;;
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-odepkg/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/rules	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+#export DH_OPTIONS
+
+filename = $(wildcard *.gz)
+package = $(shell awk '/^Package:/ {print tolower($$2)}' debian/control)
+mpath = usr/share/octave/packages
+bpath = usr/lib/octave/packages
+pkgname = $(filename:.tar.gz=)
+
+clean:
+
+build:
+	mkdir -p $(CURDIR)/debian/$(package)/$(mpath)
+	mkdir -p $(CURDIR)/debian/$(package)/$(bpath)
+	octave -H -q --no-site-file --eval \
+	"pkg('prefix',[pwd(),'/debian/$(package)/$(mpath)'], \
+	 [pwd(),'/debian/$(package)/$(bpath)']); \
+	 pkg('local_list',[pwd(),'.']); \
+	 pkg('global_list',[pwd(),'.']); \
+	 pkg install $(filename)"
+	rm $(CURDIR)/debian/$(package)/$(mpath)/$(pkgname)/packinfo/COPYING
+
+binary:
+	dh_strip
+	dh_installdocs
+	dh_installchangelogs
+	dh_gencontrol
+	dh_compress
+	dh_installdeb
+	dh_builddeb


Property changes on: octave-forge-pkgs/octave-odepkg/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-optim/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/changelog	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,6 @@
+octave-optim (1.0.0) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 17 Feb 2008 16:33:34 +0100
+

Added: octave-forge-pkgs/octave-optim/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/compat	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-optim/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/control	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,12 @@
+Source: octave-optim
+Section: math
+Priority: optional
+Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
+Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Standards-Version: 3.7.2
+
+Package: octave-optim
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The optim package from octave-forge
+ Unconstrained Non-linear Optimization toolkit for octave.
\ No newline at end of file

Added: octave-forge-pkgs/octave-optim/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/copyright	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,50 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 17 Feb 2008 16:33:34 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	Michael Creel <michael.creel at uab.es>
+	Etienne Grossmann <etienne at cs.uky.edu>
+	Gert Van den Eynde <na.gvandeneynde at na-net.ornl.gov>
+	Rolf Fabian <fabian at tu-cottbus.de>
+	Andreas Helms <helms at astro.physik.uni-potsdam.de>
+	Marco Caliari <mcaliari at math.unipd.it>
+	Sylvain Pelissier <sylvain.pelissier at gmail.com>
+	Lukasz Bodzon <lllopezzz at o2.pl>
+	Ray Muzic <rfm2 at ds2.uh.cwru.edu>
+	Arthur Jutan <jutan at charon.engga.uwo.ca>
+	Ben Sapp <bsapp at lanl.gov>
+	Paul Kienzle <pkienzle at users.sf.net>
+
+Copyright: 
+
+    Copyright (C) 2004,2005,2006  Michael Creel
+    Copyright (C) 2002 Etienne Grossmann
+    Copyright (C) 2002 N.J.Higham
+    Copyright (C) 2000 Ben Sapp
+    Copyright (C) 1992-1994 Richard Shrager
+    Copyright (C) 1992-1994 Arthur Jutan
+    Copyright (C) 1992-1994 Ray Muzic
+    Copyright (C) 2000 Gert Van den Eynde
+    Copyright (C) 2001 Paul Kienzle
+    Copyright (C) 2006 Sylvain Pelissier
+    Copyright (C) 2003 Andy Adler
+    Copyright (C) 2004 Lukasz Bodzon
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+    
+On Debian systems, the complete text of the GNU General Public License
+can be found in file "/usr/share/common-licenses/GPL".
+
+
+The Debian packaging is (C) 2007, Olafur Jens Sigurdsson <ojsbug at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: octave-forge-pkgs/octave-optim/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/postinst	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postinst file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    configure)
+    	octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    abort-upgrade|abort-remove|abort-deconfigure)
+        ;;
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-optim/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/postrm	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postrm file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    upgrade|remove|purge)
+        octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    failed-upgrade|abort-install|abort-upgrade|disappear)
+        ;;
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-optim/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-optim/trunk/debian/rules	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+#export DH_OPTIONS
+
+filename = $(wildcard *.gz)
+package = $(shell awk '/^Package:/ {print tolower($$2)}' debian/control)
+mpath = usr/share/octave/packages
+bpath = usr/lib/octave/packages
+pkgname = $(filename:.tar.gz=)
+
+clean:
+
+build:
+	mkdir -p $(CURDIR)/debian/$(package)/$(mpath)
+	mkdir -p $(CURDIR)/debian/$(package)/$(bpath)
+	octave -H -q --no-site-file --eval \
+	"pkg('prefix',[pwd(),'/debian/$(package)/$(mpath)'], \
+	 [pwd(),'/debian/$(package)/$(bpath)']); \
+	 pkg('local_list',[pwd(),'.']); \
+	 pkg('global_list',[pwd(),'.']); \
+	 pkg install $(filename)"
+	rm $(CURDIR)/debian/$(package)/$(mpath)/$(pkgname)/packinfo/COPYING
+
+binary:
+	dh_strip
+	dh_installdocs
+	dh_installchangelogs
+	dh_gencontrol
+	dh_compress
+	dh_installdeb
+	dh_builddeb


Property changes on: octave-forge-pkgs/octave-optim/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-outliers/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/changelog	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,6 @@
+octave-outliers (0.13.4) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 17 Feb 2008 22:25:04 +0100
+

Added: octave-forge-pkgs/octave-outliers/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/compat	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-outliers/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/control	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,13 @@
+Source: octave-outliers
+Section: math
+Priority: optional
+Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
+Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Standards-Version: 3.7.2
+
+Package: octave-outliers
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The outliers package from octave-forge
+ This package provides functions to do Grubbs, Dixon and Cochran tests
+ for outlier detection and p-value approximating routines.
\ No newline at end of file

Added: octave-forge-pkgs/octave-outliers/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/copyright	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,28 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 17 Feb 2008 22:25:04 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	Lukasz Komsta http://www.komsta.net
+
+Copyright: 
+
+    Copyright (C) 2007 Lukasz Komsta
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+    
+On Debian systems, the complete text of the GNU General Public License
+can be found in file "/usr/share/common-licenses/GPL".
+
+
+The Debian packaging is (C) 2007, Olafur Jens Sigurdsson <ojsbug at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: octave-forge-pkgs/octave-outliers/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/postinst	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postinst file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    configure)
+    	octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    abort-upgrade|abort-remove|abort-deconfigure)
+        ;;
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-outliers/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/postrm	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# 							-*- makefile -*-
+# debian/postrm file for the Debian/GNU Linux octave-forge-statistics package
+# Copyright 2007 by Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+    upgrade|remove|purge)
+        octave -q -H --no-site-file --eval "pkg('rebuild');"
+        ;;
+    failed-upgrade|abort-install|abort-upgrade|disappear)
+        ;;
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        ;;
+esac
+
+
+exit 0
+

Added: octave-forge-pkgs/octave-outliers/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/rules	2008-02-17 21:32:33 UTC (rev 1203)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+#export DH_OPTIONS
+
+filename = $(wildcard *.gz)
+package = $(shell awk '/^Package:/ {print tolower($$2)}' debian/control)
+mpath = usr/share/octave/packages
+bpath = usr/lib/octave/packages
+pkgname = $(filename:.tar.gz=)
+
+clean:
+
+build:
+	mkdir -p $(CURDIR)/debian/$(package)/$(mpath)
+	mkdir -p $(CURDIR)/debian/$(package)/$(bpath)
+	octave -H -q --no-site-file --eval \
+	"pkg('prefix',[pwd(),'/debian/$(package)/$(mpath)'], \
+	 [pwd(),'/debian/$(package)/$(bpath)']); \
+	 pkg('local_list',[pwd(),'.']); \
+	 pkg('global_list',[pwd(),'.']); \
+	 pkg install $(filename)"
+	rm $(CURDIR)/debian/$(package)/$(mpath)/$(pkgname)/packinfo/COPYING
+
+binary:
+	dh_strip
+	dh_installdocs
+	dh_installchangelogs
+	dh_gencontrol
+	dh_compress
+	dh_installdeb
+	dh_builddeb


Property changes on: octave-forge-pkgs/octave-outliers/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list