[SCM] advene/master: Do not override DEB_PYTHON_INSTALL_ARGS_ALL

oaubert-guest at users.alioth.debian.org oaubert-guest at users.alioth.debian.org
Wed Jun 1 13:14:22 UTC 2011


The following commit has been merged in the master branch:
commit ae9594a47a257a7d945b29f727a1f62016b2bcbe
Author: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
Date:   Wed Jun 1 15:09:27 2011 +0200

    Do not override DEB_PYTHON_INSTALL_ARGS_ALL
    
    CDBS defaults will work fine. The warning issued by dh_python2 (W: dh_python2:96: Python 2.6 should install files in /usr/lib/python2.6/dist-packages/. Did you forget "--install-layout=deb"?) can be ignored.

diff --git a/debian/rules b/debian/rules
index 12d8e03..f28a230 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile --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