[SCM] advene/master: Modify include order

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


The following commit has been merged in the master branch:
commit 5bb8fc2c567c163876d89e0dbdece76dffd7d864
Author: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
Date:   Fri May 27 16:00:28 2011 +0200

    Modify include order

diff --git a/debian/rules b/debian/rules
index cecf131..12d8e03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,11 @@
 
 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
+include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb
+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