[Python-modules-commits] r28769 - in packages/oct2py/trunk (10 files)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Sun May 4 00:42:44 UTC 2014


    Date: Sunday, May 4, 2014 @ 00:42:43
  Author: noahfx-guest
Revision: 28769

[svn-inject] Applying Debian modifications (1.3.0-1) to trunk

Added:
  packages/oct2py/trunk/debian/
  packages/oct2py/trunk/debian/changelog
  packages/oct2py/trunk/debian/compat
  packages/oct2py/trunk/debian/control
  packages/oct2py/trunk/debian/copyright
  packages/oct2py/trunk/debian/docs
  packages/oct2py/trunk/debian/rules
  packages/oct2py/trunk/debian/source/
  packages/oct2py/trunk/debian/source/format
  packages/oct2py/trunk/debian/watch


Property changes on: packages/oct2py/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/oct2py/trunk/debian/changelog
===================================================================
--- packages/oct2py/trunk/debian/changelog	                        (rev 0)
+++ packages/oct2py/trunk/debian/changelog	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,5 @@
+oct2py (1.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #743499)
+
+ -- Josue Ortega <josueortega at debian.org.gt>  Sat, 03 May 2014 12:45:43 -0600

Added: packages/oct2py/trunk/debian/compat
===================================================================
--- packages/oct2py/trunk/debian/compat	                        (rev 0)
+++ packages/oct2py/trunk/debian/compat	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1 @@
+9

Added: packages/oct2py/trunk/debian/control
===================================================================
--- packages/oct2py/trunk/debian/control	                        (rev 0)
+++ packages/oct2py/trunk/debian/control	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,47 @@
+Source: oct2py
+Section: python
+Priority: optional
+Maintainer: Josue Ortega <josueortega at debian.org.gt>
+Build-Depends: debhelper (>= 9~),
+ python-setuptools(>= 2.0.2~),
+ python-all (>= 2.6.6-3~),
+ python-numpy (>= 1.6.0),
+ python-scipy (>= 0.9.0),
+ ipython (>= 1.2.1~),
+ python-nose (>= 1.3.0~),
+ python3-all,
+ python3-scipy (>= 0.13.3~),
+ python3-numpy (>=1.8.1~),
+ ipython3 (>= 1.2.1~),
+ python3-nose (>= 1.3.1~),
+ octave (>= 3.6.4~)
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Homepage: http://blink1073.github.io/oct2py/docs/
+
+Package: python-oct2py
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${misc:Depends},
+ ${python:Depends},
+ octave (>= 3.6.4~)
+Sugests: ipython (>= 1.2.1~)
+Description: Python to GNU Octave bridge --> run m-files from Python
+ Oct2Py is a means to seamlessly call M-files and Octave functions from
+ Python. It manages the Octave session for you, sharing data behind the
+ scenes using MAT files.
+
+Package: python3-oct2py
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${misc:Depends},
+ ${python3:Depends},
+  octave (>= 3.6.4~)
+Sugests: ipython3 (>= 1.2.1~)
+Description: Python3 to GNU Octave bridge --> run m-files from Python
+ Oct2Py is a means to seamlessly call M-files and Octave functions from
+ Python. It manages the Octave session for you, sharing data behind the
+ scenes using MAT files.
+ .
+ This is the Python 3 version of the package.
\ No newline at end of file

Added: packages/oct2py/trunk/debian/copyright
===================================================================
--- packages/oct2py/trunk/debian/copyright	                        (rev 0)
+++ packages/oct2py/trunk/debian/copyright	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: oct2py
+Source: http://blink1073.github.io/oct2py/docs/
+
+Files: *
+Copyright: 2012 - 2014 Steven Silves <steven.silvester at ieee.org>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Josue Ortega <josueortega at debian.org.gt>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
\ No newline at end of file

Added: packages/oct2py/trunk/debian/docs
===================================================================
--- packages/oct2py/trunk/debian/docs	                        (rev 0)
+++ packages/oct2py/trunk/debian/docs	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,4 @@
+faq.txt
+README.rst
+release.txt
+thanks.txt

Added: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules	                        (rev 0)
+++ packages/oct2py/trunk/debian/rules	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=oct2py
+
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+


Property changes on: packages/oct2py/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/oct2py/trunk/debian/source/format
===================================================================
--- packages/oct2py/trunk/debian/source/format	                        (rev 0)
+++ packages/oct2py/trunk/debian/source/format	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/oct2py/trunk/debian/watch
===================================================================
--- packages/oct2py/trunk/debian/watch	                        (rev 0)
+++ packages/oct2py/trunk/debian/watch	2014-05-04 00:42:43 UTC (rev 28769)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/o/oct2py/oct2py-(\d+.\d+.\d*)\.tar.gz




More information about the Python-modules-commits mailing list