[Python-modules-commits] r7933 - in packages/soya-doc/trunk/debian (4 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Fri Mar 20 19:46:17 UTC 2009
Date: Friday, March 20, 2009 @ 19:46:16
Author: bernat
Revision: 7933
* Upload to unstable.
* Bump Standards-Version. No changes required.
Modified:
packages/soya-doc/trunk/debian/changelog
packages/soya-doc/trunk/debian/control
packages/soya-doc/trunk/debian/control.in
packages/soya-doc/trunk/debian/rules
Modified: packages/soya-doc/trunk/debian/changelog
===================================================================
--- packages/soya-doc/trunk/debian/changelog 2009-03-20 19:40:48 UTC (rev 7932)
+++ packages/soya-doc/trunk/debian/changelog 2009-03-20 19:46:16 UTC (rev 7933)
@@ -1,6 +1,8 @@
-soya-doc (0.14-2) UNRELEASED; urgency=low
+soya-doc (0.14-2) unstable; urgency=low
[ Vincent Bernat ]
+ * Upload to unstable.
+ * Bump Standards-Version. No changes required.
* Do not compress tutorial (Closes: #500012)
* Add or fix shebang for all .py files (Closes: #500019). And make all
of them executable too. We move all those files to examples directory
@@ -11,7 +13,7 @@
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Vincent Bernat <bernat at debian.org> Sat, 27 Sep 2008 15:24:47 +0200
+ -- Vincent Bernat <bernat at debian.org> Fri, 20 Mar 2009 20:44:20 +0100
soya-doc (0.14-1) experimental; urgency=low
Modified: packages/soya-doc/trunk/debian/control
===================================================================
--- packages/soya-doc/trunk/debian/control 2009-03-20 19:40:48 UTC (rev 7932)
+++ packages/soya-doc/trunk/debian/control 2009-03-20 19:46:16 UTC (rev 7933)
@@ -4,14 +4,14 @@
Maintainer: Vincent Bernat <bernat at debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
Build-Depends-Indep: python
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://home.gna.org/oomadness/en/soya3d/tutorials/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/soya-doc/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/soya-doc/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/soya-doc/trunk/?op=log
Package: python-soya-doc
Architecture: all
-Depends: python, python-imaging, python-soya (>= 0.14), python-cerealizer (>= 0.6-1)
+Depends: python, python-imaging, python-soya (>= 0.14), python-cerealizer (>= 0.6-1), ${misc:Depends}
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
Modified: packages/soya-doc/trunk/debian/control.in
===================================================================
--- packages/soya-doc/trunk/debian/control.in 2009-03-20 19:40:48 UTC (rev 7932)
+++ packages/soya-doc/trunk/debian/control.in 2009-03-20 19:46:16 UTC (rev 7933)
@@ -4,14 +4,14 @@
Maintainer: Vincent Bernat <bernat at debian.org>
Build-Depends: @cdbs@
Build-Depends-Indep: python
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://home.gna.org/oomadness/en/soya3d/tutorials/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/soya-doc/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/soya-doc/trunk/?op=log
Package: python-soya-doc
Architecture: all
-Depends: python, python-imaging, python-soya (>= 0.14), python-cerealizer (>= 0.6-1)
+Depends: python, python-imaging, python-soya (>= 0.14), python-cerealizer (>= 0.6-1), ${misc:Depends}
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
Modified: packages/soya-doc/trunk/debian/rules
===================================================================
--- packages/soya-doc/trunk/debian/rules 2009-03-20 19:40:48 UTC (rev 7932)
+++ packages/soya-doc/trunk/debian/rules 2009-03-20 19:46:16 UTC (rev 7933)
@@ -5,6 +5,10 @@
DEB_COMPRESS_EXCLUDE := examples
DEB_FIXPERMS_EXCLUDE := .py .sh
+# In order to regenerate 'debian/control' :
+# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
+
binary-install/python-soya-doc::
find debian/python-soya-doc/usr/share/ -type f ! -name "*.py" -a ! -name '*.sh' -exec chmod -R a-x {} \;
find debian/python-soya-doc/usr/share/ -type f -name "*.py" -exec python debian/fix-shebang.py {} \;
More information about the Python-modules-commits
mailing list