[Python-apps-commits] r4194 - in packages/py++/trunk (7 files)

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Fri Nov 27 20:53:29 UTC 2009


    Date: Friday, November 27, 2009 @ 20:53:28
  Author: azatoth-guest
Revision: 4194

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/py++/trunk/debian/
  packages/py++/trunk/debian/changelog
  packages/py++/trunk/debian/compat
  packages/py++/trunk/debian/control
  packages/py++/trunk/debian/copyright
  packages/py++/trunk/debian/docs
  packages/py++/trunk/debian/rules


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

Added: packages/py++/trunk/debian/changelog
===================================================================
--- packages/py++/trunk/debian/changelog	                        (rev 0)
+++ packages/py++/trunk/debian/changelog	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1,5 @@
+py++ (1.0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Carl Fürstenberg <azatoth at gmail.com>  Fri, 27 Nov 2009 21:08:59 +0100

Added: packages/py++/trunk/debian/compat
===================================================================
--- packages/py++/trunk/debian/compat	                        (rev 0)
+++ packages/py++/trunk/debian/compat	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1 @@
+7

Added: packages/py++/trunk/debian/control
===================================================================
--- packages/py++/trunk/debian/control	                        (rev 0)
+++ packages/py++/trunk/debian/control	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1,15 @@
+Source: py++
+Priority: extra
+Section: python
+Maintainer: Carl Fürstenberg <azatoth at gmail.com>
+Build-Depends: debhelper (>= 7), python-dev, python-support
+Standards-Version: 3.8.3
+Homepage: http://www.language-binding.net/pyplusplus/pyplusplus.html
+
+Package: py++
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pygccxml
+Description: Boost.Python code generator
+ Py++ is a code generator for Boost.Python that simplifies writing
+ Python bindings of a C/C++ library. The tool is implemented as a Python
+ module which is controlled by a user script.

Added: packages/py++/trunk/debian/copyright
===================================================================
--- packages/py++/trunk/debian/copyright	                        (rev 0)
+++ packages/py++/trunk/debian/copyright	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1,35 @@
+Name: py++
+Source: http://www.language-binding.net/pygccxml/pygccxml.html
+
+Copyright: 2004-2008 Roman Yakovenko.
+License: 
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2009, Carl Fürstenberg <azatoth at gmail.com>
+License: BSD
+ On Debian systems the full text of the GNU General Public 
+ License can be found in the `/usr/share/common-licenses/BSD'
+ file.

Added: packages/py++/trunk/debian/docs
===================================================================
--- packages/py++/trunk/debian/docs	                        (rev 0)
+++ packages/py++/trunk/debian/docs	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1,4 @@
+announcement.txt
+LICENSE_1_0.txt
+README.txt
+README.txt

Added: packages/py++/trunk/debian/rules
===================================================================
--- packages/py++/trunk/debian/rules	                        (rev 0)
+++ packages/py++/trunk/debian/rules	2009-11-27 20:53:28 UTC (rev 4194)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh  $@


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




More information about the Python-apps-commits mailing list