[Pkg-javascript-commits] [highlight.js] 06/10: refresh patches

Cédric Boutillier boutil at moszumanska.debian.org
Sun Mar 2 08:56:38 UTC 2014


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

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

commit 34d10dbe4ea59d3d90ecf53524b67f2720061710
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Feb 19 00:43:44 2014 +0100

    refresh patches
---
 debian/patches/modify_build_dir.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/modify_build_dir.patch b/debian/patches/modify_build_dir.patch
index 233e844..1b47ff8 100644
--- a/debian/patches/modify_build_dir.patch
+++ b/debian/patches/modify_build_dir.patch
@@ -5,9 +5,9 @@ Last-Update: 2013-11-07
 
 --- a/tools/build.py
 +++ b/tools/build.py
-@@ -267,8 +267,8 @@
-         content = compress_content(tools_path, open(filename).read(), 'css')
-         open(os.path.join(build_style_path, '%s.min.css' % style), 'w', encoding='utf-8').write(content)
+@@ -287,8 +287,8 @@
+         content = compress_content(tools_path, utf8_open(filename).read(), 'css')
+         utf8_open(os.path.join(build_style_path, '%s.min.css' % style), 'w').write(content)
  
 -def build(buildfunc, root, args):
 -    build_path = os.path.join(root, 'build')
@@ -16,7 +16,7 @@ Last-Update: 2013-11-07
      if os.path.exists(build_path):
          shutil.rmtree(build_path)
      os.mkdir(build_path)
-@@ -295,4 +295,5 @@
+@@ -315,4 +315,5 @@
      args = parser.parse_args()
      buildfunc = locals()['build_%s' % args.target]
      root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

-- 
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