[Python-modules-commits] r6440 - in packages/soya-doc/trunk (10 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Sep 2 16:16:16 UTC 2008
Date: Tuesday, September 2, 2008 @ 16:16:15
Author: bernat
Revision: 6440
[svn-inject] Applying Debian modifications to trunk
Added:
packages/soya-doc/trunk/debian/
packages/soya-doc/trunk/debian/changelog
packages/soya-doc/trunk/debian/compat
packages/soya-doc/trunk/debian/control
packages/soya-doc/trunk/debian/control.in
packages/soya-doc/trunk/debian/copyright
packages/soya-doc/trunk/debian/doc
packages/soya-doc/trunk/debian/install
packages/soya-doc/trunk/debian/rules
packages/soya-doc/trunk/debian/watch
Property changes on: packages/soya-doc/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/soya-doc/trunk/debian/changelog
===================================================================
--- packages/soya-doc/trunk/debian/changelog (rev 0)
+++ packages/soya-doc/trunk/debian/changelog 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,95 @@
+soya-doc (0.14~rc1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Updated URLs for Homepage and copyright.
+ * Updated list of authors in copyright information.
+ * Moved homepage information to new control field.
+ * Increased Standards-Version (no changes).
+ * Fixed watch file.
+ * Fixed lintian warning (spelling-error-in-description python Python).
+ * Fixed misplaced 'find' option '-depth'.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sun, 16 Mar 2008 18:21:10 +0100
+
+soya-doc (0.13~rc1-1) unstable; urgency=low
+
+ * New upstream release:
+ + updated dependency versions
+ + added python-cerealizer dependency
+ + tk stuff is no more needed, using python-imaging instead
+ * Updated licenses information.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Wed, 04 Jul 2007 00:13:37 +0200
+
+soya-doc (0.11.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Switched to debhelper compat 5.
+ * Increased Standards-Version to 3.7.2.0 (no changes).
+ * Updated dependencies (new policy packages, removed upper boundary on
+ soya no more needed).
+ * Updated URL in 'debian/copyright' and added homepage in package
+ description.
+ * Build-Depends-Indep is now Build-Depends as cdbs is needed for the
+ clean rule.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Wed, 28 Jun 2006 00:57:32 +0200
+
+soya-doc (0.10.2-2) unstable; urgency=low
+
+ * Switched to Python 2.4 only.
+ * Removing dependency on python-opengl (which was in fact _never_
+ needed, i should stop smoking my curtains...).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Thu, 6 Apr 2006 01:08:51 +0200
+
+soya-doc (0.10.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Deactivated DEB_AUTO_UPDATE_DEBIAN_CONTROL mechanism (follow
+ instructions in 'debian/rule' to regenerate 'debian/control').
+ * Updated FSF postal address in 'debian/copyright'.
+ * Increased Standards-Version to 3.6.2.2 (no changes).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Fri, 31 Mar 2006 02:38:58 +0200
+
+soya-doc (0.10.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Increased Standards-Version (no changes needed).
+ * Include API docs (HTML generation is up to the user ; this may
+ change in the future).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sun, 28 Aug 2005 17:48:05 +0200
+
+soya-doc (0.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * CDBS tweaks.
+ * Enforce a strict soya version because API is not stable yet.
+ * Increased Standards-Version to 3.6.1.1 (no changes needed).
+ * Moved doc into '/usr/share/doc/python-soya-doc/tutorial/' (Closes:
+ #284946).
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Wed, 15 Dec 2004 23:35:05 +0100
+
+soya-doc (0.8.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Corrected dependencies.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sun, 24 Oct 2004 16:46:41 +0200
+
+soya-doc (0.8.1-1) experimental; urgency=low
+
+ * New upstream version.
+ * Added python deps as it is a live lesson.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sun, 17 Oct 2004 20:43:01 +0200
+
+soya-doc (0.7b-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org> Sat, 7 Aug 2004 14:00:09 +0200
+
Added: packages/soya-doc/trunk/debian/compat
===================================================================
--- packages/soya-doc/trunk/debian/compat (rev 0)
+++ packages/soya-doc/trunk/debian/compat 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1 @@
+5
Added: packages/soya-doc/trunk/debian/control
===================================================================
--- packages/soya-doc/trunk/debian/control (rev 0)
+++ packages/soya-doc/trunk/debian/control 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,20 @@
+Source: soya-doc
+Section: doc
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
+Standards-Version: 3.7.3.0
+Homepage: http://home.gna.org/oomadness/en/soya3d/tutorials/
+
+Package: python-soya-doc
+Architecture: all
+Depends: python, python-imaging, python-soya (>= 0.13.2-1), python-cerealizer (>= 0.6-1)
+Description: high level 3D engine for Python
+ Soya 3D is a high level 3D engine for Python. It relies on OpenGL and
+ SDL. It is designed with games in mind, and written partly in Python
+ and partly in C; the goal is to provide a full architecture for making
+ free (GPL) games of professional quality entirely in Python.
+ Soya can also render on PyGame surfaces !
+ .
+ This Package contains the Python library documentation.
+
Added: packages/soya-doc/trunk/debian/control.in
===================================================================
--- packages/soya-doc/trunk/debian/control.in (rev 0)
+++ packages/soya-doc/trunk/debian/control.in 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,20 @@
+Source: soya-doc
+Section: doc
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.3.0
+Homepage: http://home.gna.org/oomadness/en/soya3d/tutorials/
+
+Package: python-soya-doc
+Architecture: all
+Depends: python, python-imaging, python-soya (>= 0.13.2-1), python-cerealizer (>= 0.6-1)
+Description: high level 3D engine for Python
+ Soya 3D is a high level 3D engine for Python. It relies on OpenGL and
+ SDL. It is designed with games in mind, and written partly in Python
+ and partly in C; the goal is to provide a full architecture for making
+ free (GPL) games of professional quality entirely in Python.
+ Soya can also render on PyGame surfaces !
+ .
+ This Package contains the Python library documentation.
+
Added: packages/soya-doc/trunk/debian/copyright
===================================================================
--- packages/soya-doc/trunk/debian/copyright (rev 0)
+++ packages/soya-doc/trunk/debian/copyright 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,49 @@
+This package was debianized by Marc Dequènes (Duck) <Duck at DuckCorp.org> on
+Wed, 14 May 2003 01:20:19 +0200.
+
+It was downloaded from http://home.gna.org/oomadness/en/soya3d/tutorials/
+
+Upstream Author: Jiba (LAMY Jean-Baptiste) <jiba at tuxfamily.org>, BLam (LAMY
+ Bertrand) <blam at tuxfamily.org>, LunacyMaze (GHISLAIN Mary), and a few
+ others now, see '/usr/share/doc/soya-doc/AUTHORS' for a complete list
+
+Copyright:
+
+ Soya3D is copyright (c) 2002-2003 Jean-Baptiste LAMY
+
+ Except for the documentation in /usr/share/doc/python-soya-doc/api-doc/,
+ all the examples and explanations are under the following license:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+ The documentation in /usr/share/doc/python-soya-doc/api-doc/ is under
+ the following license:
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.1
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+
+ You should have received a copy of the GNU Free Documentation License
+ along with this document; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+
+ On Debian systems, the complete text of the GNU Free Documentation
+ License can be found in `/usr/share/common-licenses/GFDL'.
+
Added: packages/soya-doc/trunk/debian/doc
===================================================================
--- packages/soya-doc/trunk/debian/doc (rev 0)
+++ packages/soya-doc/trunk/debian/doc 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1 @@
+AUTHORS
Added: packages/soya-doc/trunk/debian/install
===================================================================
--- packages/soya-doc/trunk/debian/install (rev 0)
+++ packages/soya-doc/trunk/debian/install 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,2 @@
+tutorial usr/share/doc/python-soya-doc/
+doc/* usr/share/doc/python-soya-doc/api-doc/
Added: packages/soya-doc/trunk/debian/rules
===================================================================
--- packages/soya-doc/trunk/debian/rules (rev 0)
+++ packages/soya-doc/trunk/debian/rules 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+
+binary-install/python-soya-doc::
+ find debian/python-soya-doc/usr/share/ -type f ! -name "*.py" -exec chmod -R a-x {} \;
+ #chmod a+x debian/python-soya-doc/usr/share/doc/python-soya-doc/tutorial/buggy.py
+ find debian/python-soya-doc -depth -name ".arch-ids" -exec rm -rf {} \;
+ find debian/python-soya-doc -name "LICENSE" -exec rm -rf {} \;
+
Property changes on: packages/soya-doc/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/soya-doc/trunk/debian/watch
===================================================================
--- packages/soya-doc/trunk/debian/watch (rev 0)
+++ packages/soya-doc/trunk/debian/watch 2008-09-02 16:16:15 UTC (rev 6440)
@@ -0,0 +1,5 @@
+version=3
+opts="uversionmangle=s/rc/~rc/" \
+http://download.gna.org/soya/ \
+ SoyaTutorial-(.*).tar.bz2 \
+ debian uupdate
More information about the Python-modules-commits
mailing list