[SCM] advene/master: Use standard dh_python2 instead of pysupport

oaubert-guest at users.alioth.debian.org oaubert-guest at users.alioth.debian.org
Tue May 31 21:40:48 UTC 2011


The following commit has been merged in the master branch:
commit 02153f8415e4efd1d91ecd350652534a3650ad77
Author: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
Date:   Fri May 27 12:35:07 2011 +0200

    Use standard dh_python2 instead of pysupport

diff --git a/debian/rules b/debian/rules
index a24b793..8f51aff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES = advene
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile --prefix=/usr
+DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb
 DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
 DEB_INSTALL_DOCS_ALL := doc/*

-- 
advene packaging



More information about the pkg-multimedia-commits mailing list