[SCM] root-system: CERN's ROOT Data Analysis Framework branch, master, updated. upstream/5.34.07-86-g9804b92

Lifeng Sun lifongsun at gmail.com
Wed Jul 3 12:30:53 UTC 2013


The following commit has been merged in the master branch:
commit 51e5df5ab87a1d3ead38e1e6987e93f82f39fc99
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Thu Jun 6 14:31:57 2013 +0800

    Replace dh_pysupport with dh_python2.

diff --git a/debian/rules b/debian/rules
index 986f9f6..0cadc40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -808,12 +808,12 @@ ifeq ($(HAVEPYTHON), libroot-bindings-python)
 	# system compiling. 
 	echo "$(PYVER)-" > debian/pyversions
 endif
-	dh_pysupport -plibroot-bindings-python$(SOVERS)
+	dh_python2 -plibroot-bindings-python$(SOVERS)
 	#	$(CINTDIR) $(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
-	dh_pysupport -plibroot-core-dev \
+	dh_python2 -plibroot-core-dev \
 		$(CINTDIR)/python/genreflex
 ifeq ($(HAVEPYTHON), libroot-bindings-python)
-	# dh_pysupport will only write this field if the package is 
+	# dh_python2 will only write this field if the package is
 	# named something like 'python-*', so we make it ourselves. 
 	echo "python:Provides=python$(PYVER)-pyroot" >> debian/libroot-bindings-python$(SOVERS).substvars
 endif

-- 
root-system: CERN's ROOT Data Analysis Framework



More information about the debian-science-commits mailing list