[Pkg-javascript-commits] [pdf.js] 113/115: Refresh patches
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 5911b04010c09f0531ae964eb95ebb4675b831f5
Author: David Prévot <david at tilapin.org>
Date: Wed Dec 16 14:45:23 2015 -0400
Refresh patches
Git-Dch: Ignore
---
debian/patches/0001-No-embedded-PDF.patch | 6 +++---
debian/patches/0002-Fix-build-versions-in-generated-file.patch | 6 +++---
.../0012-Revert-Remove-ShellJS-copy-and-use-the-NPM-version.patch | 4 ++--
.../0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch | 4 ++--
debian/patches/ownCloud/0005-adjust-close-button-position.patch | 2 +-
debian/patches/ownCloud/0006-open-buttons-removed.patch | 4 ++--
.../0007-Make-PDF-viewer-working-again-in-public-view.patch | 4 ++--
...008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch | 4 ++--
debian/patches/ownCloud/0009-URL-encode-needed-values.patch | 4 ++--
.../ownCloud/0010-Build-ownCloud-specific-version-in-oc.patch | 4 ++--
debian/patches/ownCloud/0011-Drop-attachment-feature.patch | 8 ++++----
11 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/debian/patches/0001-No-embedded-PDF.patch b/debian/patches/0001-No-embedded-PDF.patch
index 00fe3ef..893d228 100644
--- a/debian/patches/0001-No-embedded-PDF.patch
+++ b/debian/patches/0001-No-embedded-PDF.patch
@@ -13,10 +13,10 @@ Forwarded: not-needed
1 file changed, 2 deletions(-)
diff --git a/make.js b/make.js
-index 0525499..860efd0 100644
+index 4e3448c..eebf94b 100644
--- a/make.js
+++ b/make.js
-@@ -136,7 +136,6 @@ target.generic = function() {
+@@ -134,7 +134,6 @@ target.generic = function() {
['LICENSE', GENERIC_DIR],
['external/webL10n/l10n.js', GENERIC_DIR + '/web'],
['web/compatibility.js', GENERIC_DIR + '/web'],
@@ -24,7 +24,7 @@ index 0525499..860efd0 100644
['external/bcmaps/*', GENERIC_DIR + '/web/cmaps/'],
['web/locale', GENERIC_DIR + '/web']
],
-@@ -663,7 +662,6 @@ target.minified = function() {
+@@ -662,7 +661,6 @@ target.minified = function() {
defines: defines,
copy: [
[COMMON_WEB_FILES, MINIFIED_DIR + '/web'],
diff --git a/debian/patches/0002-Fix-build-versions-in-generated-file.patch b/debian/patches/0002-Fix-build-versions-in-generated-file.patch
index 2f5f51a..abf195f 100644
--- a/debian/patches/0002-Fix-build-versions-in-generated-file.patch
+++ b/debian/patches/0002-Fix-build-versions-in-generated-file.patch
@@ -13,10 +13,10 @@ Forwarded: not-needed
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/make.js b/make.js
-index 860efd0..505445c 100644
+index eebf94b..532fc1b 100644
--- a/make.js
+++ b/make.js
-@@ -495,8 +495,7 @@ target.bundle = function(args) {
+@@ -493,8 +493,7 @@ target.bundle = function(args) {
var bundleContent = cat(SRC_FILES),
bundleVersion = VERSION,
@@ -26,7 +26,7 @@ index 860efd0..505445c 100644
crlfchecker.checkIfCrlfIsPresent(SRC_FILES);
-@@ -737,14 +736,7 @@ target.buildnumber = function() {
+@@ -736,14 +735,7 @@ target.buildnumber = function() {
echo();
echo('### Getting extension build number');
diff --git a/debian/patches/0012-Revert-Remove-ShellJS-copy-and-use-the-NPM-version.patch b/debian/patches/0012-Revert-Remove-ShellJS-copy-and-use-the-NPM-version.patch
index 01220dd..a3a43e5 100644
--- a/debian/patches/0012-Revert-Remove-ShellJS-copy-and-use-the-NPM-version.patch
+++ b/debian/patches/0012-Revert-Remove-ShellJS-copy-and-use-the-NPM-version.patch
@@ -2558,10 +2558,10 @@ index 0000000..f0cd236
+ return writePermission;
+}
diff --git a/make.js b/make.js
-index 4545fff..44e1138 100644
+index ade9fc8..52ea081 100644
--- a/make.js
+++ b/make.js
-@@ -20,14 +20,7 @@
+@@ -18,14 +18,7 @@
'use strict';
diff --git a/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch b/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
index 02bc215..cfb2a64 100644
--- a/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
+++ b/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/f58e37a8ffadf
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/viewer.js b/web/viewer.js
-index 2f1fe59..fc4f9e7 100644
+index c8d1dda..019daae 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1598,7 +1598,8 @@ function webViewerInitialized() {
+@@ -1595,7 +1595,8 @@ function webViewerInitialized() {
}
if (file) {
diff --git a/debian/patches/ownCloud/0005-adjust-close-button-position.patch b/debian/patches/ownCloud/0005-adjust-close-button-position.patch
index 2e11273..8efce16 100644
--- a/debian/patches/ownCloud/0005-adjust-close-button-position.patch
+++ b/debian/patches/ownCloud/0005-adjust-close-button-position.patch
@@ -8,7 +8,7 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/f7c625773b621
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/viewer.css b/web/viewer.css
-index b012631..b3a1e64 100644
+index b782684..321248f 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -509,7 +509,7 @@ html[dir='ltr'] #toolbarViewerRight,
diff --git a/debian/patches/ownCloud/0006-open-buttons-removed.patch b/debian/patches/ownCloud/0006-open-buttons-removed.patch
index d684f1e..fdad62e 100644
--- a/debian/patches/ownCloud/0006-open-buttons-removed.patch
+++ b/debian/patches/ownCloud/0006-open-buttons-removed.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/71ab97f9b074c
1 file changed, 3 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
-index fc4f9e7..61b9bc5 100644
+index 019daae..9626182 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1561,9 +1561,6 @@ function webViewerInitialized() {
+@@ -1558,9 +1558,6 @@ function webViewerInitialized() {
document.getElementById('presentationMode').addEventListener('click',
SecondaryToolbar.presentationModeClick.bind(SecondaryToolbar));
diff --git a/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch b/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
index 5944975..079baea 100644
--- a/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
+++ b/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
@@ -14,10 +14,10 @@ origin: vendor,
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
-index 61b9bc5..770655f 100644
+index 9626182..b361143 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1594,9 +1594,13 @@ function webViewerInitialized() {
+@@ -1591,9 +1591,13 @@ function webViewerInitialized() {
return;
}
diff --git a/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch b/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
index 0c3782f..77f1686 100644
--- a/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
+++ b/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/9f1fcd2d1a18e
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
-index 770655f..43717ff 100644
+index b361143..0ab91d3 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1597,10 +1597,10 @@ function webViewerInitialized() {
+@@ -1594,10 +1594,10 @@ function webViewerInitialized() {
// owncould customization to load file
if (file && dir !== '') {
// Logged in
diff --git a/debian/patches/ownCloud/0009-URL-encode-needed-values.patch b/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
index 230195a..eb05ca9 100644
--- a/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
+++ b/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
@@ -21,10 +21,10 @@ origin: vendor,
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
-index 43717ff..b1fa87a 100644
+index 0ab91d3..4d5a141 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1596,11 +1596,11 @@ function webViewerInitialized() {
+@@ -1593,11 +1593,11 @@ function webViewerInitialized() {
// owncould customization to load file
if (file && dir !== '') {
diff --git a/debian/patches/ownCloud/0010-Build-ownCloud-specific-version-in-oc.patch b/debian/patches/ownCloud/0010-Build-ownCloud-specific-version-in-oc.patch
index 33b6ff0..b277183 100644
--- a/debian/patches/ownCloud/0010-Build-ownCloud-specific-version-in-oc.patch
+++ b/debian/patches/ownCloud/0010-Build-ownCloud-specific-version-in-oc.patch
@@ -8,10 +8,10 @@ Forwarded: not-needed
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.js b/make.js
-index 505445c..4545fff 100644
+index 532fc1b..ade9fc8 100644
--- a/make.js
+++ b/make.js
-@@ -41,7 +41,7 @@ var BUILD_NUMBER,
+@@ -39,7 +39,7 @@ var BUILD_NUMBER,
VERSION;
var ROOT_DIR = __dirname + '/', // absolute path to project's root
diff --git a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
index 9c96a69..cd385bb 100644
--- a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
+++ b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
@@ -8,10 +8,10 @@ ownCloud currently seems to choke on it.
1 file changed, 7 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
-index b1fa87a..50b4b63 100644
+index 4d5a141..ec9be98 100644
--- a/web/viewer.js
+++ b/web/viewer.js
-@@ -1136,7 +1136,6 @@ var PDFViewerApplication = {
+@@ -1137,7 +1137,6 @@ var PDFViewerApplication = {
thumbsButton.classList.add('toggled');
outlineButton.classList.remove('toggled');
@@ -19,7 +19,7 @@ index b1fa87a..50b4b63 100644
thumbsView.classList.remove('hidden');
outlineView.classList.add('hidden');
attachmentsView.classList.add('hidden');
-@@ -1154,7 +1153,6 @@ var PDFViewerApplication = {
+@@ -1155,7 +1154,6 @@ var PDFViewerApplication = {
}
thumbsButton.classList.remove('toggled');
outlineButton.classList.add('toggled');
@@ -27,7 +27,7 @@ index b1fa87a..50b4b63 100644
thumbsView.classList.add('hidden');
outlineView.classList.remove('hidden');
attachmentsView.classList.add('hidden');
-@@ -1513,11 +1511,6 @@ function webViewerInitialized() {
+@@ -1510,11 +1508,6 @@ function webViewerInitialized() {
PDFViewerApplication.outline.toggleOutlineTree();
});
--
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