[Pkg-javascript-commits] [pdf.js] 69/72: Refresh patches

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 20:16:02 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 b23efcec7410903e072aedb1006495038ca20d0d
Author: David Prévot <david at tilapin.org>
Date:   Wed Mar 18 15:40:57 2015 -0400

    Refresh patches
    
    Git-Dch: Ignore
---
 .../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 ++--
 debian/patches/ownCloud/0011-Drop-attachment-feature.patch        | 8 ++++----
 7 files changed, 15 insertions(+), 15 deletions(-)

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 23a44ad..d722204 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
@@ -9,10 +9,10 @@ Gbp: Topic ownCloud
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index d8b62d1..d3a3c90 100644
+index 2071773..fb37dcc 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1651,7 +1651,8 @@ function webViewerInitialized() {
+@@ -1692,7 +1692,8 @@ function webViewerInitialized() {
  
  //#if !B2G && !CHROME
    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 e9569ce..780103c 100644
--- a/debian/patches/ownCloud/0005-adjust-close-button-position.patch
+++ b/debian/patches/ownCloud/0005-adjust-close-button-position.patch
@@ -9,7 +9,7 @@ Gbp: Topic ownCloud
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/web/viewer.css b/web/viewer.css
-index ec076ea..2b73236 100644
+index 4432b30..0f10891 100644
 --- a/web/viewer.css
 +++ b/web/viewer.css
 @@ -499,7 +499,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 678e05f..335fb05 100644
--- a/debian/patches/ownCloud/0006-open-buttons-removed.patch
+++ b/debian/patches/ownCloud/0006-open-buttons-removed.patch
@@ -9,10 +9,10 @@ Gbp: Topic ownCloud
  1 file changed, 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index d3a3c90..af7ead8 100644
+index fb37dcc..1da25d5 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1612,9 +1612,6 @@ function webViewerInitialized() {
+@@ -1653,9 +1653,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 9505884..8590bb8 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
@@ -15,10 +15,10 @@ Gbp: Topic ownCloud
  1 file changed, 7 insertions(+), 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index af7ead8..c6655b9 100644
+index 1da25d5..852673d 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1647,9 +1647,13 @@ function webViewerInitialized() {
+@@ -1688,9 +1688,13 @@ function webViewerInitialized() {
  //#endif
  
  //#if !B2G && !CHROME
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 d3090a2..3dc9711 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
@@ -9,10 +9,10 @@ Gbp: Topic ownCloud
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index c6655b9..a868d40 100644
+index 852673d..e4da3a1 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1650,10 +1650,10 @@ function webViewerInitialized() {
+@@ -1691,10 +1691,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 a54e950..f372811 100644
--- a/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
+++ b/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
@@ -22,10 +22,10 @@ Gbp: Topic ownCloud
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index a868d40..bf3a5f4 100644
+index e4da3a1..6711fc9 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1649,11 +1649,11 @@ function webViewerInitialized() {
+@@ -1690,11 +1690,11 @@ function webViewerInitialized() {
  //#if !B2G && !CHROME
    // owncould customization to load file
    if (file && dir !== '') {
diff --git a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
index d86eab3..85e282c 100644
--- a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
+++ b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
@@ -9,10 +9,10 @@ Gbp: Topic ownCloud
  1 file changed, 7 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index bf3a5f4..1e0d4ef 100644
+index 6711fc9..014ef7f 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1177,7 +1177,6 @@ var PDFViewerApplication = {
+@@ -1215,7 +1215,6 @@ var PDFViewerApplication = {
  
          thumbsButton.classList.add('toggled');
          outlineButton.classList.remove('toggled');
@@ -20,7 +20,7 @@ index bf3a5f4..1e0d4ef 100644
          thumbsView.classList.remove('hidden');
          outlineView.classList.add('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1192,7 +1191,6 @@ var PDFViewerApplication = {
+@@ -1230,7 +1229,6 @@ var PDFViewerApplication = {
        case 'outline':
          thumbsButton.classList.remove('toggled');
          outlineButton.classList.add('toggled');
@@ -28,7 +28,7 @@ index bf3a5f4..1e0d4ef 100644
          thumbsView.classList.add('hidden');
          outlineView.classList.remove('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1566,11 +1564,6 @@ function webViewerInitialized() {
+@@ -1607,11 +1605,6 @@ function webViewerInitialized() {
        PDFViewerApplication.switchSidebarView('outline');
      });
  

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