[Pkg-octave-commit] r1197 - in octave-forge-pkgs: octave-informationtheory/trunk/debian octave-io/trunk/debian octave-irsa/trunk/debian octave-linear/trunk/debian

Ólafur Jens Sigurðsson ojs-guest at alioth.debian.org
Sun Feb 10 22:38:24 UTC 2008


Author: ojs-guest
Date: 2008-02-10 22:38:23 +0000 (Sun, 10 Feb 2008)
New Revision: 1197

Added:
   octave-forge-pkgs/octave-informationtheory/trunk/debian/changelog
   octave-forge-pkgs/octave-informationtheory/trunk/debian/compat
   octave-forge-pkgs/octave-informationtheory/trunk/debian/control
   octave-forge-pkgs/octave-informationtheory/trunk/debian/copyright
   octave-forge-pkgs/octave-informationtheory/trunk/debian/postinst
   octave-forge-pkgs/octave-informationtheory/trunk/debian/postrm
   octave-forge-pkgs/octave-informationtheory/trunk/debian/rules
   octave-forge-pkgs/octave-io/trunk/debian/changelog
   octave-forge-pkgs/octave-io/trunk/debian/compat
   octave-forge-pkgs/octave-io/trunk/debian/control
   octave-forge-pkgs/octave-io/trunk/debian/copyright
   octave-forge-pkgs/octave-io/trunk/debian/postinst
   octave-forge-pkgs/octave-io/trunk/debian/postrm
   octave-forge-pkgs/octave-io/trunk/debian/rules
   octave-forge-pkgs/octave-irsa/trunk/debian/changelog
   octave-forge-pkgs/octave-irsa/trunk/debian/compat
   octave-forge-pkgs/octave-irsa/trunk/debian/control
   octave-forge-pkgs/octave-irsa/trunk/debian/copyright
   octave-forge-pkgs/octave-irsa/trunk/debian/postinst
   octave-forge-pkgs/octave-irsa/trunk/debian/postrm
   octave-forge-pkgs/octave-irsa/trunk/debian/rules
   octave-forge-pkgs/octave-linear/trunk/debian/changelog
   octave-forge-pkgs/octave-linear/trunk/debian/compat
   octave-forge-pkgs/octave-linear/trunk/debian/control
   octave-forge-pkgs/octave-linear/trunk/debian/copyright
   octave-forge-pkgs/octave-linear/trunk/debian/postinst
   octave-forge-pkgs/octave-linear/trunk/debian/postrm
   octave-forge-pkgs/octave-linear/trunk/debian/rules
Log:
commiting the first version of io, linear-algebra, informationtheory and irsa packages from octave-forge

Added: octave-forge-pkgs/octave-informationtheory/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/changelog	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,6 @@
+octave-informationtheory (0.1.2) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 10 Feb 2008 17:45:04 +0100
+

Added: octave-forge-pkgs/octave-informationtheory/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/compat	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-informationtheory/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/control	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,13 @@
+Source: octave-informationtheory
+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-informationtheory
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The informationtheory package from octave-forge
+ This package provides functions for basic Information Theory
+ definitions, and source coding.
\ No newline at end of file

Added: octave-forge-pkgs/octave-informationtheory/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/copyright	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,29 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 10 Feb 2008 17:45:04 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	Muthiah Annamalai <muthiah.annamalai at uta.edu>
+
+Copyright: 
+
+    Copyright (C) 2007 Muthiah Annamalai
+    Copyright (C) 2006 Joseph Wakeling <joseph.wakeling at webdrake.net>
+
+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-informationtheory/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/postinst	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-informationtheory/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/postrm	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-informationtheory/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/rules	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-informationtheory/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-io/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/changelog	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,6 @@
+octave-io (1.0.3) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 10 Feb 2008 18:12:10 +0100
+

Added: octave-forge-pkgs/octave-io/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/compat	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-io/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/control	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,13 @@
+Source: octave-io
+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-io
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The io package from octave-forge
+ This package provides functions to input/output data in different
+ formats in octave. 
\ No newline at end of file

Added: octave-forge-pkgs/octave-io/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/copyright	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,37 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 10 Feb 2008 18:12:10 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Authors: 
+
+	 Paul Kienzle <pkienzle at users.sf.net>
+	 Kai Habel
+	 Stefan van der Walt <stefan at sun.ac.za>
+	 Tomer Altman <taltman at lbl.gov>
+	 Alois Schloegl <a.schloegl at ieee.org>
+
+Copyright: 
+
+    Copyright (C) 2007 Ólafur Jens Sigurðsson <ojsbug at gmail.com>
+    Copyright (C) 2003 Kai Habel
+    Copyright (C) 2005 Stefan van der Walt
+    Copyright (C) 2003 Tomer Altman
+    Copyright (C) 2001 Paul Kienzle
+    Copyright (C) 2004 Alois Schloegl
+
+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-io/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/postinst	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-io/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/postrm	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-io/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-io/trunk/debian/rules	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-io/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-irsa/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/changelog	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,6 @@
+octave-irsa (1.0.2) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 10 Feb 2008 21:42:04 +0100
+

Added: octave-forge-pkgs/octave-irsa/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/compat	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-irsa/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/control	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,13 @@
+Source: octave-irsa
+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-irsa
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The irsa package from octave-forge
+ This package provides functions to do irregular sampling analysis in
+ octave.
\ No newline at end of file

Added: octave-forge-pkgs/octave-irsa/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/copyright	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,28 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 10 Feb 2008 21:42:04 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Author: 
+
+	Joerg Huber
+
+Copyright: 
+
+    Copyright (C) 2003 Joerg Huber
+
+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-irsa/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/postinst	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-irsa/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/postrm	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-irsa/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/rules	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-irsa/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-linear/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/changelog	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,6 @@
+octave-linear (1.0.2) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Olafur Jens Sigurdsson <ojsbug at gmail.com>  Sun, 10 Feb 2008 22:13:30 +0100
+

Added: octave-forge-pkgs/octave-linear/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/compat	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1 @@
+5

Added: octave-forge-pkgs/octave-linear/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/control	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,13 @@
+Source: octave-linear
+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-linear
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Description: The linear-algebra package from octave-forge
+ This package provides additional functions to work on linear algebra
+ code in octave, including general SVD and matrix functions.
\ No newline at end of file

Added: octave-forge-pkgs/octave-linear/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/copyright	2008-02-10 22:38:23 UTC (rev 1197)
@@ -0,0 +1,42 @@
+This package was debianized by Olafur Jens Sigurdsson <ojsbug at gmail.com> on
+Sun, 10 Feb 2008 22:13:30 +0100
+
+It was downloaded from http://octave.sf.net
+
+Upstream Authors: 
+
+	 Paul Kienzle <pkienzle at users.sf.net>
+	 Sylvain Pelissier <sylvain.pelissier at gmail.com>
+	 Arno Onken <asnelt at asnelt.org>
+	 P.R. Nienhuis <106130.1515 at compuserve.com>
+	 Rolf Fabian <fabian at tu-cottbus.de>
+	 John W. Eaton
+	 Pascal Dupuis
+	 Muthiah Annamalai <muthiah.annamalai at uta.edu>
+
+Copyright: 
+
+    Copyright (C) 2006 Sylvain Pelissier
+    Copyright (C) 2006 Arno Onken
+    Copyright (C) 2000 P.R. Nienhuis
+    Copyright (C) 2001 Rolf Fabian
+    Copyright (C) 1996, 1997 John W. Eaton
+    Copyright (C) 2006 Pascal Dupuis
+    Copyright (C) 2006 Muthiah Annamalai
+    
+
+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-linear/trunk/debian/postinst
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/postinst	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/postinst	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-linear/trunk/debian/postrm
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/postrm	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/postrm	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-linear/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-linear/trunk/debian/rules	2008-02-10 22:38:23 UTC (rev 1197)
@@ -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-linear/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list