[Python-modules-commits] r10239 - in packages/llvm-py/trunk (7 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Sun Nov 1 18:59:41 UTC 2009
Date: Sunday, November 1, 2009 @ 18:59:41
Author: chaica-guest
Revision: 10239
[svn-inject] Applying Debian modifications to trunk
Added:
packages/llvm-py/trunk/debian/
packages/llvm-py/trunk/debian/changelog
packages/llvm-py/trunk/debian/compat
packages/llvm-py/trunk/debian/control
packages/llvm-py/trunk/debian/copyright
packages/llvm-py/trunk/debian/rules
packages/llvm-py/trunk/debian/watch
Property changes on: packages/llvm-py/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/llvm-py/trunk/debian/changelog
===================================================================
--- packages/llvm-py/trunk/debian/changelog (rev 0)
+++ packages/llvm-py/trunk/debian/changelog 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1,5 @@
+llvm-py (0.5+svn82-1) unstable; urgency=low
+
+ * Initial release. (Closes: #552132)
+
+ -- Carl Chenet <chaica at ohmytux.com> Sat, 31 Oct 2009 14:51:47 +0100
Added: packages/llvm-py/trunk/debian/compat
===================================================================
--- packages/llvm-py/trunk/debian/compat (rev 0)
+++ packages/llvm-py/trunk/debian/compat 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1 @@
+7
Added: packages/llvm-py/trunk/debian/control
===================================================================
--- packages/llvm-py/trunk/debian/control (rev 0)
+++ packages/llvm-py/trunk/debian/control 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1,22 @@
+Source: llvm-py
+Section: python
+XS-Python-Version: >= 2.4
+Priority: optional
+Maintainer: Carl Chenet <chaica at ohmytux.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4), python-all-dev, python-support, llvm, llvm-dev
+Standards-Version: 3.8.3
+Homepage: http://mdevan.nfshost.com/llvm-py/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/llvm-py/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/llvm-py/trunk/
+
+Package: python-llvm-py
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Description: Python bindings for LLVM
+ llvm-py provides Python bindings for LLVM. It's goal is to expose
+ enough of LLVM APIs to implement a compiler backend or a VM in pure Python.
+ .
+ llvm-py consists of Python and C modules that wrap over the native C++/C
+ bindings of LLVM, and does not use / have dependencies on "glue utilities"
+ like Boost.Python, swig etc.
Added: packages/llvm-py/trunk/debian/copyright
===================================================================
--- packages/llvm-py/trunk/debian/copyright (rev 0)
+++ packages/llvm-py/trunk/debian/copyright 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1,38 @@
+This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+Tue, 29 May 2009 12:07:12 +0100.
+
+It was downloaded from http://llvm-py.googlecode.com/svn/trunk/
+
+Author: Mahadevan R <mdevan.foobar at gmail.com>
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+ * Neither the name of this software, nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is © 2009, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
Added: packages/llvm-py/trunk/debian/rules
===================================================================
--- packages/llvm-py/trunk/debian/rules (rev 0)
+++ packages/llvm-py/trunk/debian/rules 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: packages/llvm-py/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/llvm-py/trunk/debian/watch
===================================================================
--- packages/llvm-py/trunk/debian/watch (rev 0)
+++ packages/llvm-py/trunk/debian/watch 2009-11-01 18:59:41 UTC (rev 10239)
@@ -0,0 +1,2 @@
+version=3
+http://mdevan.nfshost.com/llvm-py/llvm-py-(.*)\.tar\.bz2
More information about the Python-modules-commits
mailing list