[Python-modules-commits] r7931 - in packages/soya/trunk/debian (9 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Fri Mar 20 19:38:47 UTC 2009
Date: Friday, March 20, 2009 @ 19:38:47
Author: bernat
Revision: 7931
Some lintian fixes
Modified:
packages/soya/trunk/debian/changelog
packages/soya/trunk/debian/control
packages/soya/trunk/debian/control.in
packages/soya/trunk/debian/copyright
packages/soya/trunk/debian/patches/elementtree
packages/soya/trunk/debian/patches/enable_pyrex
packages/soya/trunk/debian/patches/no_bytecompilation
packages/soya/trunk/debian/patches/openal_sound_autodetect
packages/soya/trunk/debian/patches/useless_shebang
Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/changelog 2009-03-20 19:38:47 UTC (rev 7931)
@@ -3,6 +3,10 @@
* Upload to unstable.
* Fix FTBFS with python-support from experimental. Closes: #517310.
* Bump Standards-Version to 3.8.1.
+ * Some lintian fixes:
+ + debian/copyright refers to /usr/share/common-licenses/GPL-2
+ + add description to each patch
+ + add ${misc:Depends}
-- Vincent Bernat <bernat at debian.org> Fri, 20 Mar 2009 20:16:29 +0100
Modified: packages/soya/trunk/debian/control
===================================================================
--- packages/soya/trunk/debian/control 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/control 2009-03-20 19:38:47 UTC (rev 7931)
@@ -11,7 +11,7 @@
Package: python-soya
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-editobj (>= 0.5.7-4), python-twisted-core, ttf-freefont, python-elementtree
+Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-editobj (>= 0.5.7-4), python-twisted-core, ttf-freefont, python-elementtree, ${misc:Depends}
Suggests: python-soya-doc
Provides: ${python:Provides}
Description: high level 3D engine for Python
Modified: packages/soya/trunk/debian/control.in
===================================================================
--- packages/soya/trunk/debian/control.in 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/control.in 2009-03-20 19:38:47 UTC (rev 7931)
@@ -11,7 +11,7 @@
Package: python-soya
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-editobj (>= 0.5.7-4), python-twisted-core, ttf-freefont, python-elementtree
+Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-editobj (>= 0.5.7-4), python-twisted-core, ttf-freefont, python-elementtree, ${misc:Depends}
Suggests: python-soya-doc
Provides: ${python:Provides}
Description: high level 3D engine for Python
Modified: packages/soya/trunk/debian/copyright
===================================================================
--- packages/soya/trunk/debian/copyright 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/copyright 2009-03-20 19:38:47 UTC (rev 7931)
@@ -25,5 +25,5 @@
02110-1301, USA.
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
Modified: packages/soya/trunk/debian/patches/elementtree
===================================================================
--- packages/soya/trunk/debian/patches/elementtree 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/patches/elementtree 2009-03-20 19:38:47 UTC (rev 7931)
@@ -1,3 +1,5 @@
+Use elementtree from python 2.5 if available
+
--- a/pudding/ext/svgelements.py~ 2006-07-02 10:40:41.000000000 +0200
+++ b/pudding/ext/svgelements.py 2008-09-27 16:02:03.000000000 +0200
@@ -22,7 +22,10 @@
Modified: packages/soya/trunk/debian/patches/enable_pyrex
===================================================================
--- packages/soya/trunk/debian/patches/enable_pyrex 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/patches/enable_pyrex 2009-03-20 19:38:47 UTC (rev 7931)
@@ -1,3 +1,5 @@
+Use pyrex to regenerate .c files
+
--- Soya-0.14/setup.py~ 2008-08-29 13:17:36.000000000 +0200
+++ Soya-0.14/setup.py 2008-09-01 20:45:59.000000000 +0200
@@ -85,10 +85,6 @@
Modified: packages/soya/trunk/debian/patches/no_bytecompilation
===================================================================
--- packages/soya/trunk/debian/patches/no_bytecompilation 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/patches/no_bytecompilation 2009-03-20 19:38:47 UTC (rev 7931)
@@ -1,3 +1,5 @@
+Don't bytecompile, python-support will do it.
+
Index: soya-0.13.1/setup.cfg
===================================================================
--- soya-0.13.1.orig/setup.cfg 2006-08-01 14:54:43.627322248 +0200
Modified: packages/soya/trunk/debian/patches/openal_sound_autodetect
===================================================================
--- packages/soya/trunk/debian/patches/openal_sound_autodetect 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/patches/openal_sound_autodetect 2009-03-20 19:38:47 UTC (rev 7931)
@@ -1,3 +1,5 @@
+Let OpenAL autodetect sound device.
+
--- a/sound/sound.pyx
+++ b/sound/sound.pyx
@@ -70,7 +70,7 @@
Modified: packages/soya/trunk/debian/patches/useless_shebang
===================================================================
--- packages/soya/trunk/debian/patches/useless_shebang 2009-03-20 19:35:46 UTC (rev 7930)
+++ packages/soya/trunk/debian/patches/useless_shebang 2009-03-20 19:38:47 UTC (rev 7931)
@@ -1,3 +1,5 @@
+Remove unneeded sheebang
+
Index: soya-0.13.1/q3bsp2soya.py
===================================================================
--- soya-0.13.1.orig/q3bsp2soya.py 2007-06-19 02:57:12.344219143 +0200
More information about the Python-modules-commits
mailing list