[Python-modules-commits] r18058 - in packages/soya/trunk/debian (changelog control rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Sun Aug 7 08:38:18 UTC 2011
Date: Sunday, August 7, 2011 @ 08:38:17
Author: bernat
Revision: 18058
Transition to dh_python2.
Modified:
packages/soya/trunk/debian/changelog
packages/soya/trunk/debian/control
packages/soya/trunk/debian/rules
Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog 2011-08-07 08:24:22 UTC (rev 18057)
+++ packages/soya/trunk/debian/changelog 2011-08-07 08:38:17 UTC (rev 18058)
@@ -6,8 +6,9 @@
LP: #780305. Closes: #626964.
* Bump Standards-Version to 3.9.2.
* Update Vcs-Browser to a working URL in debian/control.
+ * Transition to dh_python2.
- -- Vincent Bernat <bernat at debian.org> Sun, 07 Aug 2011 10:19:32 +0200
+ -- Vincent Bernat <bernat at debian.org> Sun, 07 Aug 2011 10:28:56 +0200
soya (0.15~rc1-3) unstable; urgency=low
Modified: packages/soya/trunk/debian/control
===================================================================
--- packages/soya/trunk/debian/control 2011-08-07 08:24:22 UTC (rev 18057)
+++ packages/soya/trunk/debian/control 2011-08-07 08:38:17 UTC (rev 18058)
@@ -2,17 +2,28 @@
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, David MartÃnez Martà (mainkey) <deavidsedice at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), libsdl1.2-dev, libcal3d12-dev, libglu1-mesa-dev | libglu-dev, libfreetype6-dev, libpng12-dev, libglew1.5-dev, libode-sp-dev, libopenal-dev (>= 0.2005080600-2), libalut-dev, python-pyrex (>= 0.9.7.2), python-support
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ David MartÃnez Martà (mainkey) <deavidsedice at gmail.com>
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5),
+ python-all-dev (>= 2.6.6-3~),
+ libsdl1.2-dev, libcal3d12-dev,
+ libglu1-mesa-dev | libglu-dev,
+ libfreetype6-dev, libpng12-dev,
+ libglew1.5-dev, libode-sp-dev,
+ libopenal-dev (>= 0.2005080600-2), libalut-dev,
+ python-pyrex (>= 0.9.7.2)
Standards-Version: 3.9.2
-XS-Python-Version: >= 2.5
Homepage: http://home.gna.org/oomadness/en/soya/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/soya/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/soya/trunk/
Package: python-soya
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-editobj (>= 0.5.7-4), python-twisted-core, ttf-freefont, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends},
+ python-imaging-tk, python-editobj (>= 0.5.7-4),
+ python-twisted-core,
+ ttf-freefont,
+ ${misc:Depends}
Suggests: python-soya-doc
Provides: ${python:Provides}
Description: high level 3D engine for Python
Modified: packages/soya/trunk/debian/rules
===================================================================
--- packages/soya/trunk/debian/rules 2011-08-07 08:24:22 UTC (rev 18057)
+++ packages/soya/trunk/debian/rules 2011-08-07 08:38:17 UTC (rev 18058)
@@ -2,15 +2,10 @@
# -*- mode: makefile; coding: utf-8 -*-
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk
DEB_COMPRESS_EXCLUDE := .py
-# In order to regenerate 'debian/control' :
-# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-# Then check manually if everything's ok
-
install/python-soya::
# fix unnecessary versionned shebang
sed -i 's/^#! *\/usr\/bin\/python[0-9.]\+/#! \/usr\/bin\/python/' debian/$(cdbs_curpkg)/usr/bin/*
More information about the Python-modules-commits
mailing list