[Python-apps-commits] r4154 - in packages/pygccxml/trunk (8 files)

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Fri Nov 20 21:49:47 UTC 2009


    Date: Friday, November 20, 2009 @ 21:49:46
  Author: azatoth-guest
Revision: 4154

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pygccxml/trunk/debian/
  packages/pygccxml/trunk/debian/changelog
  packages/pygccxml/trunk/debian/compat
  packages/pygccxml/trunk/debian/control
  packages/pygccxml/trunk/debian/copyright
  packages/pygccxml/trunk/debian/docs
  packages/pygccxml/trunk/debian/rules
  packages/pygccxml/trunk/debian/watch


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

Added: packages/pygccxml/trunk/debian/changelog
===================================================================
--- packages/pygccxml/trunk/debian/changelog	                        (rev 0)
+++ packages/pygccxml/trunk/debian/changelog	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1,5 @@
+pygccxml (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Carl Fürstenberg <carl at excito.com>  Fri, 20 Nov 2009 21:58:19 +0100

Added: packages/pygccxml/trunk/debian/compat
===================================================================
--- packages/pygccxml/trunk/debian/compat	                        (rev 0)
+++ packages/pygccxml/trunk/debian/compat	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1 @@
+7

Added: packages/pygccxml/trunk/debian/control
===================================================================
--- packages/pygccxml/trunk/debian/control	                        (rev 0)
+++ packages/pygccxml/trunk/debian/control	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1,17 @@
+Source: pygccxml
+Priority: extra
+Maintainer: Carl Fürstenberg <carl at excito.com>
+Build-Depends: debhelper (>= 7), python-dev, python-support
+Standards-Version: 3.8.3
+Section: python
+Homepage: http://www.language-binding.net/pygccxml/pygccxml.html
+
+Package: python-gccxml
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Specialized XML reader that reads the output from GCCXML
+ The purpose of the GCC-XML extension is to generate an XML description
+ of a C++ program from GCC’s internal representation.
+ .
+ The purpose of pygccxml is to read a generated file and provide a simple 
+ framework to navigate C++ declarations, using Python classes.

Added: packages/pygccxml/trunk/debian/copyright
===================================================================
--- packages/pygccxml/trunk/debian/copyright	                        (rev 0)
+++ packages/pygccxml/trunk/debian/copyright	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1,35 @@
+Name: pygccxml
+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/pygccxml/trunk/debian/docs
===================================================================
--- packages/pygccxml/trunk/debian/docs	                        (rev 0)
+++ packages/pygccxml/trunk/debian/docs	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1 @@
+README.txt

Added: packages/pygccxml/trunk/debian/rules
===================================================================
--- packages/pygccxml/trunk/debian/rules	                        (rev 0)
+++ packages/pygccxml/trunk/debian/rules	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh  $@


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

Added: packages/pygccxml/trunk/debian/watch
===================================================================
--- packages/pygccxml/trunk/debian/watch	                        (rev 0)
+++ packages/pygccxml/trunk/debian/watch	2009-11-20 21:49:46 UTC (rev 4154)
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/pygccxml/pygccxml-(.+).zip   	 




More information about the Python-apps-commits mailing list