[Pkg-javascript-commits] [pdf.js] 160/161: Rebuild binary CMaps from source
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a64f761ce25615c1bc033da6a86c47468850b564
Author: David Prévot <taffit at debian.org>
Date: Fri Apr 18 19:28:26 2014 -0400
Rebuild binary CMaps from source
---
debian/clean | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/clean b/debian/clean
index aec8bee..7f1e66b 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,3 @@
extensions/firefox/metadata.inc
extensions/firefox/chrome.manifest.inc
+external/bcmaps/*
diff --git a/debian/rules b/debian/rules
index e4e9223..498715f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ UPSTREAM := $(shell head -1 debian/changelog | sed 's/.*(//;s/[+-].*).*//')
override_dh_auto_build:
cp make.js make.js.bkp
sed -i "s/@EXTENSION_VERSION@/$(UPSTREAM)/" make.js
+ nodejs make cmaps
nodejs make generic
mv make.js.bkp make.js
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list