Package: phantomjs / 2.1.1+dfsg-2~bpo8+1

Metadata

Package Version Patches format
phantomjs 2.1.1+dfsg-2~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build hardening.patch | (download)

src/phantomjs.pro | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 qmake hardening.


build no ghostdriver.patch | (download)

src/ghostdriver/ghostdriver.qrc | 47 0 + 47 - 0 !
1 file changed, 47 deletions(-)

 fix compilation without non-dfsg selenium "ghostdriver/third_party/webdriver-atoms/*" files


build qt components.patch | (download)

src/phantomjs.pro | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs.


build qt55 evaluateJavaScript.patch | (download)

src/config.cpp | 2 1 + 1 - 0 !
src/phantom.cpp | 5 2 + 3 - 0 !
src/repl.cpp | 7 3 + 4 - 0 !
src/utils.cpp | 7 4 + 3 - 0 !
src/webpage.cpp | 10 5 + 5 - 0 !
5 files changed, 15 insertions(+), 16 deletions(-)

 port to qt 5.5
 - Remove second argument to evaluateJavascript(), which was not really used
   for anything, anyways


build qt55 no websecurity.patch | (download)

src/consts.h | 1 0 + 1 - 0 !
src/phantom.cpp | 1 0 + 1 - 0 !
src/webpage.cpp | 2 0 + 2 - 0 !
3 files changed, 4 deletions(-)

 port to qt 5.5
 - Remove "webSecurity" option since that's not exposed in Qt 5.5


build qt55 print.patch | (download)

src/webpage.cpp | 2 1 + 1 - 0 !
src/webpage.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 port to qt 5.5
 - In webpage, don't inherit QWebFrame::PrintCallback since it's not public


build qtpath.patch | (download)

build.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build system correction(s).


ignore upstream debian vcs ignores.patch | (download)

.gitignore | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 fix .gitignore in a better way
 - rm debian-specific things from upstream .gitignore


unlock qt.patch | (download)

src/phantomjs.pro | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 allow build with qt-5.5+