[Pkg-octave-commit] r1863 - in octave-forge-pkgs: octave-ann/trunk/debian octave-bioinfo/trunk/debian octave-database/trunk/debian

Ólafur Jens Sigurðsson ojs-guest at alioth.debian.org
Sun May 11 23:31:52 UTC 2008


tags 480760 pending
tags 480762 pending
tags 480767 pending
thanks

Author: ojs-guest
Date: 2008-05-11 23:31:51 +0000 (Sun, 11 May 2008)
New Revision: 1863

Added:
   octave-forge-pkgs/octave-ann/trunk/debian/changelog
   octave-forge-pkgs/octave-ann/trunk/debian/compat
   octave-forge-pkgs/octave-ann/trunk/debian/control
   octave-forge-pkgs/octave-ann/trunk/debian/copyright
   octave-forge-pkgs/octave-ann/trunk/debian/rules
   octave-forge-pkgs/octave-ann/trunk/debian/watch
   octave-forge-pkgs/octave-bioinfo/trunk/debian/changelog
   octave-forge-pkgs/octave-bioinfo/trunk/debian/compat
   octave-forge-pkgs/octave-bioinfo/trunk/debian/control
   octave-forge-pkgs/octave-bioinfo/trunk/debian/copyright
   octave-forge-pkgs/octave-bioinfo/trunk/debian/rules
   octave-forge-pkgs/octave-bioinfo/trunk/debian/watch
   octave-forge-pkgs/octave-database/trunk/debian/changelog
   octave-forge-pkgs/octave-database/trunk/debian/compat
   octave-forge-pkgs/octave-database/trunk/debian/control
   octave-forge-pkgs/octave-database/trunk/debian/copyright
   octave-forge-pkgs/octave-database/trunk/debian/rules
   octave-forge-pkgs/octave-database/trunk/debian/watch
Log:
upload bioinfo, ann and database

Added: octave-forge-pkgs/octave-ann/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/changelog	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,5 @@
+octave-ann (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #480760)
+
+ -- Olafur Jens Sigurdsson <ojs at heima.gjk.dk>  Sat, 10 May 2008 20:54:32 +0200

Added: octave-forge-pkgs/octave-ann/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/compat	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1 @@
+6

Added: octave-forge-pkgs/octave-ann/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/control	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,24 @@
+Source: octave-ann
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
+ Rafael Laboissiere <rafael at debian.org>,
+ Thomas Weber <thomas.weber.mail at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5)
+Standards-Version: 3.7.3
+Homepage: http://octave.sourceforge.net/ann
+Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-ann/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-ann/
+
+Package: octave-ann
+Architecture: any
+Depends: ${shlibs:Depends}, ${octave:Depends}
+Description: octave binding to the approximate nearest neighbors library
+ This package wraps the ANN library into Octave, a numerical
+ computation software. The ANN library provides data structures and
+ functions for computing exact and approximate nearest neighbors on an
+ arbitrarily high dimensional point set.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file

Added: octave-forge-pkgs/octave-ann/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/copyright	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,16 @@
+Original source may be found at http://octave.sf.net.
+
+Files: debian/*
+Copyright: Copyright 2008 Olafur Jens Sigurdsson <ojsbug at gmail.com>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.
+
+Files: src/ann/*
+Copyright: Copyright 1997-2005 University of Maryland, Sunil Arya and
+ David Mount
+License: GPL-2.1+
+
+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. The
+complete text of the GNU General Public License, version 3, can be found
+in the file /usr/share/common-licenses/GPL-3.

Added: octave-forge-pkgs/octave-ann/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/rules	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
+clean::
+	rm -rf src/Makeconf src/config.log src/config.status


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

Added: octave-forge-pkgs/octave-ann/trunk/debian/watch
===================================================================
--- octave-forge-pkgs/octave-ann/trunk/debian/watch	                        (rev 0)
+++ octave-forge-pkgs/octave-ann/trunk/debian/watch	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/ann-(.+)\.tar\.gz

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/changelog	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,5 @@
+octave-bioinfo (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #480762)
+
+ -- Olafur Jens Sigurdsson <ojs at heima.gjk.dk>  Sat, 10 May 2008 23:43:33 +0200

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/compat	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1 @@
+6

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/control	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,26 @@
+Source: octave-bioinfo
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
+ Rafael Laboissiere <rafael at debian.org>,
+ Thomas Weber <thomas.weber.mail at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5)
+Standards-Version: 3.7.3
+Homepage: http://octave.sourceforge.net/bioinfo/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-bioinfo/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-bioinfo/
+
+Package: octave-bioinfo
+Architecture: any
+Depends: ${shlibs:Depends}, ${octave:Depends}
+Description: bioinformatic functions for Octave
+ This package provides functions to do work in bioinformatics in
+ Octave, a numerical computation software. It contains functions to
+ convert amino acid characters into integers (aa2int), convert between
+ amino acid representations (aminolookup), cleave peptides (cleave),
+ convert integers into amino acid characters (int2aa) and reverse a
+ nucleotide sequence (seqreverse).
+ .
+ This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/copyright	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,15 @@
+Original source may be found at http://octave.sf.net.
+
+Files: debian/*
+Copyright: Copyright 2008 Olafur Jens Sigurdsson <ojsbug at gmail.com>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.
+
+Files: inst/*
+Copyright: Copyright (C) 2008 Bill Denney <bill at denney.ws>
+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. The
+complete text of the GNU General Public License, version 3, can be found
+in the file /usr/share/common-licenses/GPL-3.

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/rules	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
+clean::
+	rm -rf src/Makeconf src/config.log src/config.status


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

Added: octave-forge-pkgs/octave-bioinfo/trunk/debian/watch
===================================================================
--- octave-forge-pkgs/octave-bioinfo/trunk/debian/watch	                        (rev 0)
+++ octave-forge-pkgs/octave-bioinfo/trunk/debian/watch	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/bioinfo-(.+)\.tar\.gz

Added: octave-forge-pkgs/octave-database/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/changelog	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,5 @@
+octave-database (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #480767)
+
+ -- Olafur Jens Sigurdsson <ojs at heima.gjk.dk>  Sun, 11 May 2008 13:38:27 +0200

Added: octave-forge-pkgs/octave-database/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/compat	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1 @@
+6

Added: octave-forge-pkgs/octave-database/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/control	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,24 @@
+Source: octave-database
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group
+<pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
+ Rafael Laboissiere <rafael at debian.org>,
+  Thomas Weber <thomas.weber.mail at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5)
+Standards-Version: 3.7.3
+Homepage: http://octave.sourceforge.net/database
+Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-database/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-database/
+
+Package: octave-database
+Architecture: any
+Depends: ${shlibs:Depends}, ${octave:Depends}
+Description: octave bindings to common databases
+ This package provides functions for Octave, a numerical computation
+ lanugage, to communicate with databases like postgresql, mysql,
+ sqlite and standard ODBC databases.
+ .
+ This Octave add-on package is part of the Octave-Forge project.
\ No newline at end of file

Added: octave-forge-pkgs/octave-database/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/copyright	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,31 @@
+Original source may be found at http://octave.sf.net.
+
+Files: debian/*
+Copyright: Copyright 2008 Olafur Jens Sigurdsson <ojsbug at gmail.com>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.
+
+Files: src/libpq-fe.h
+Copyright: Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
+	   Portions Copyright (c) 1994, Regents of the University of California
+License: BSD
+
+Files: src/mysql_filtered.h
+Copyright: Copyright (C) 2000-2003 MySQL AB
+License: GPL2
+
+Files: src/mysql.i
+       src/odbc.i
+       src/postgres.i
+       src/sqlite3.i
+       inst/*
+Copyright: Copyright (c) 2008, Xavier Delacour <xavier.delacour at gmail.com>
+License: BSD
+
+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. The
+complete text of the GNU General Public License, version 3, can be found
+in the file /usr/share/common-licenses/GPL-3.
+
+On Debian systems, the complete text of the BSD license, can be found
+in the file /usr/share/common-licenses/BSD.

Added: octave-forge-pkgs/octave-database/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/rules	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+
+clean::
+	rm -rf src/Makeconf src/config.log src/config.status


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

Added: octave-forge-pkgs/octave-database/trunk/debian/watch
===================================================================
--- octave-forge-pkgs/octave-database/trunk/debian/watch	                        (rev 0)
+++ octave-forge-pkgs/octave-database/trunk/debian/watch	2008-05-11 23:31:51 UTC (rev 1863)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/database-(.+)\.tar\.gz




More information about the Pkg-octave-commit mailing list