[Python-modules-commits] r15177 - in packages/python-jpype/trunk (11 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Dec 28 08:40:11 UTC 2010


    Date: Tuesday, December 28, 2010 @ 08:40:08
  Author: takaki
Revision: 15177

[svn-inject] Applying Debian modifications (0.5.4.1-3) to trunk

Added:
  packages/python-jpype/trunk/debian/
  packages/python-jpype/trunk/debian/changelog
  packages/python-jpype/trunk/debian/compat
  packages/python-jpype/trunk/debian/control
  packages/python-jpype/trunk/debian/copyright
  packages/python-jpype/trunk/debian/docs
  packages/python-jpype/trunk/debian/pycompat
  packages/python-jpype/trunk/debian/rules
  packages/python-jpype/trunk/debian/source/
  packages/python-jpype/trunk/debian/source/format
  packages/python-jpype/trunk/debian/watch


Property changes on: packages/python-jpype/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-jpype/trunk/debian/changelog
===================================================================
--- packages/python-jpype/trunk/debian/changelog	                        (rev 0)
+++ packages/python-jpype/trunk/debian/changelog	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,19 @@
+python-jpype (0.5.4.1-3) unstable; urgency=low
+
+  * debian/control: add java6-runtime-headeless to Depends:. (Closes: 601510) 
+  * debian/source/format: 3.0 (quilt).
+  * debian/control: Bumped Standards-version to 3.9.1 - no changes necessary.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 28 Oct 2010 14:03:10 +0900
+
+python-jpype (0.5.4.1-2) unstable; urgency=low
+
+  * debian/control: add openjdk-6-jdk to Build-Depends:. (Closes: #559090)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 20 Dec 2009 17:03:26 +0900
+
+python-jpype (0.5.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #551485)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 18 Oct 2009 16:56:17 +0900

Added: packages/python-jpype/trunk/debian/compat
===================================================================
--- packages/python-jpype/trunk/debian/compat	                        (rev 0)
+++ packages/python-jpype/trunk/debian/compat	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1 @@
+7

Added: packages/python-jpype/trunk/debian/control
===================================================================
--- packages/python-jpype/trunk/debian/control	                        (rev 0)
+++ packages/python-jpype/trunk/debian/control	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,22 @@
+Source: python-jpype
+Section: python
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk | default-jdk, python-all-dev, python-support
+Standards-Version: 3.9.1
+Homepage: http://jpype.sourceforge.net/
+
+Package: python-jpype
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, default-jre | java6-runtime-headless
+Provides: ${python:Provides}
+Description: Binding the worlds of Java and Python
+ JPype is an effort to allow Python programs full access to java class
+ libraries. This is achieved not through re-implementing Python, as
+ Jython/JPython has done, but rather through interfacing at the native
+ level in both Virtual Machines.
+ .
+ Eventually, it should be possible to replace Java with Python in many,
+ though not all, situations. JSP, Servlets, RMI servers and IDE plugins
+ are good candidates.

Added: packages/python-jpype/trunk/debian/copyright
===================================================================
--- packages/python-jpype/trunk/debian/copyright	                        (rev 0)
+++ packages/python-jpype/trunk/debian/copyright	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,37 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Sun, 18 Oct 2009 16:56:17 +0900
+
+It was downloaded from http://jpype.sourceforge.net/ .
+
+Upstream Author:
+
+    Steve Menard <devilwolf at users.sourceforge.net>
+
+
+Copyright:
+
+    Copyright 2004-2008 Steve Menard
+
+License:
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+On Debian systems, the complete text of the Apache version 2.0 license
+can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the Apache License, Version 2.0

Added: packages/python-jpype/trunk/debian/docs
===================================================================
--- packages/python-jpype/trunk/debian/docs	                        (rev 0)
+++ packages/python-jpype/trunk/debian/docs	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,6 @@
+README-LINUX.TXT
+README-LINUX.TXT
+README.txt
+README.txt
+examples
+test

Added: packages/python-jpype/trunk/debian/pycompat
===================================================================
--- packages/python-jpype/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-jpype/trunk/debian/pycompat	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1 @@
+2

Added: packages/python-jpype/trunk/debian/rules
===================================================================
--- packages/python-jpype/trunk/debian/rules	                        (rev 0)
+++ packages/python-jpype/trunk/debian/rules	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+
+# export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+ 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Add here any variable or target overrides you need.


Property changes on: packages/python-jpype/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-jpype/trunk/debian/source/format
===================================================================
--- packages/python-jpype/trunk/debian/source/format	                        (rev 0)
+++ packages/python-jpype/trunk/debian/source/format	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-jpype/trunk/debian/watch
===================================================================
--- packages/python-jpype/trunk/debian/watch	                        (rev 0)
+++ packages/python-jpype/trunk/debian/watch	2010-12-28 08:40:08 UTC (rev 15177)
@@ -0,0 +1,24 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php python-jpype-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/python-jpype-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/python-jpype-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/python-jpype/python-jpype-(.*)\.tar\.gz
+http://sf.net/jpype/JPype-(.*)\.zip
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html python-jpype-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list