[Pkg-javascript-commits] [highlight.js] 02/07: build with python3

Cédric Boutillier boutil at alioth.debian.org
Thu Nov 7 10:07:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository highlight.js.

commit 9b9a1aceb2917e2e384a19afcf19de6f1caf8c57
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Nov 7 10:22:36 2013 +0100

    build with python3
---
 debian/control |    4 ++--
 debian/rules   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9ba8e18..cb7a49b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 9), node-uglify | yui-compressor, python, 
- python-sphinx,
+Build-Depends: debhelper (>= 9), node-uglify | yui-compressor, python3,
+ python3-sphinx,
  texlive-latex-base,
  texlive-latex-extra,
  texlive-fonts-recommended
diff --git a/debian/rules b/debian/rules
index e2772e4..3105850 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
 	dh $@
 
 override_dh_auto_build: build_doc
-	python tools/build.py -n
-	python tools/build.py -tnode
+	python3 tools/build.py -n
+	python3 tools/build.py -tnode
 	$(js-compressor) -o build_browser/highlight.min.js build_browser/highlight.pack.js
 
 override_dh_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/highlight.js.git



More information about the Pkg-javascript-commits mailing list