[SCM] csound/master: Switch to dh_python2 (Closes: #616781).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 7 09:04:08 UTC 2011


The following commit has been merged in the master branch:
commit b0368785dc3cfb081458e546c17d67abf28f349d
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 7 10:02:58 2011 +0100

    Switch to dh_python2 (Closes: #616781).
    
    Still need more work (maybe).

diff --git a/debian/control.in b/debian/control.in
index 78ff192..2fa4ab7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,7 @@ Build-Depends: @cdbs@
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/csound
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/csound.git;a=summary
-XS-Python-Version: current
+X-Python-Version: >= 2.6
 Homepage: http://www.csounds.com
 
 Package: csound
@@ -117,7 +117,6 @@ Description: Csound external for PureData
 Package: python-csound
 Architecture: any
 Section: python
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Description: Python bindings for Csound
diff --git a/debian/python-csound.install b/debian/python-csound.install
index ea9bb38..5d71fe4 100644
--- a/debian/python-csound.install
+++ b/debian/python-csound.install
@@ -1,2 +1,3 @@
 usr/lib/python*/*-packages/_csnd.so
 usr/lib/python*/*-packages/csnd.py
+usr/share/pyshared
diff --git a/debian/rules b/debian/rules
index dd5844a..e97848a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-DEB_PYTHON_SYSTEM = pycentral
 DEB_PYTHON_MODULE_PACKAGES = python-csound python-csoundac
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/class/scons.mk

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list