[Pkg-javascript-commits] [pdf.js] 112/116: Refresh patches

David Prévot taffit at moszumanska.debian.org
Fri Mar 6 16:20:09 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 dee1b8273b72cdb63bb2dcaded4cdfc3d6da6b18
Author: David Prévot <david at tilapin.org>
Date:   Fri Mar 6 10:15:37 2015 -0400

    Refresh patches
    
    Git-Dch: Ignore
---
 debian/patches/0001-No-embedded-PDF.patch                         | 2 +-
 debian/patches/0002-Fix-build-versions-in-generated-file.patch    | 2 +-
 .../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     | 2 +-
 debian/patches/ownCloud/0011-Drop-attachment-feature.patch        | 8 ++++----
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/patches/0001-No-embedded-PDF.patch b/debian/patches/0001-No-embedded-PDF.patch
index 1373325..5d45b9a 100644
--- a/debian/patches/0001-No-embedded-PDF.patch
+++ b/debian/patches/0001-No-embedded-PDF.patch
@@ -13,7 +13,7 @@ Forwarded: not-needed
  1 file changed, 2 deletions(-)
 
 diff --git a/make.js b/make.js
-index 5e1adcd..b31830d 100644
+index ff4c151..e3e3053 100644
 --- a/make.js
 +++ b/make.js
 @@ -129,7 +129,6 @@ target.generic = function() {
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 00ec0e5..ecb05c1 100644
--- a/debian/patches/0002-Fix-build-versions-in-generated-file.patch
+++ b/debian/patches/0002-Fix-build-versions-in-generated-file.patch
@@ -13,7 +13,7 @@ Forwarded: not-needed
  1 file changed, 2 insertions(+), 10 deletions(-)
 
 diff --git a/make.js b/make.js
-index b31830d..69ecef6 100644
+index e3e3053..c84b0f1 100644
 --- a/make.js
 +++ b/make.js
 @@ -485,8 +485,7 @@ target.bundle = function(args) {
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 44ca925..23a44ad 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 439fb01..2c271a1 100644
+index d8b62d1..d3a3c90 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1718,7 +1718,8 @@ function webViewerInitialized() {
+@@ -1651,7 +1651,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 6178722..e9569ce 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 91e64ea..e29f0b3 100644
+index ec076ea..2b73236 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 b988b74..678e05f 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 2c271a1..542c5e4 100644
+index d3a3c90..af7ead8 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1679,9 +1679,6 @@ function webViewerInitialized() {
+@@ -1612,9 +1612,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 5ae5322..9505884 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 542c5e4..2489f54 100644
+index af7ead8..c6655b9 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1714,9 +1714,13 @@ function webViewerInitialized() {
+@@ -1647,9 +1647,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 2fc3873..d3090a2 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 2489f54..b113255 100644
+index c6655b9..a868d40 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1717,10 +1717,10 @@ function webViewerInitialized() {
+@@ -1650,10 +1650,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 f4c86c0..a54e950 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 b113255..ca2de50 100644
+index a868d40..bf3a5f4 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1716,11 +1716,11 @@ function webViewerInitialized() {
+@@ -1649,11 +1649,11 @@ function webViewerInitialized() {
  //#if !B2G && !CHROME
    // 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 b01d68e..2db0e0f 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
@@ -9,7 +9,7 @@ Gbp: Topic ownCloud
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/make.js b/make.js
-index 69ecef6..2494800 100644
+index c84b0f1..f10d5df 100644
 --- a/make.js
 +++ b/make.js
 @@ -34,7 +34,7 @@ var BUILD_NUMBER,
diff --git a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
index ac55850..d86eab3 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 ca2de50..7bf51f1 100644
+index bf3a5f4..1e0d4ef 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1239,7 +1239,6 @@ var PDFViewerApplication = {
+@@ -1177,7 +1177,6 @@ var PDFViewerApplication = {
  
          thumbsButton.classList.add('toggled');
          outlineButton.classList.remove('toggled');
@@ -20,7 +20,7 @@ index ca2de50..7bf51f1 100644
          thumbsView.classList.remove('hidden');
          outlineView.classList.add('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1254,7 +1253,6 @@ var PDFViewerApplication = {
+@@ -1192,7 +1191,6 @@ var PDFViewerApplication = {
        case 'outline':
          thumbsButton.classList.remove('toggled');
          outlineButton.classList.add('toggled');
@@ -28,7 +28,7 @@ index ca2de50..7bf51f1 100644
          thumbsView.classList.add('hidden');
          outlineView.classList.remove('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1633,11 +1631,6 @@ function webViewerInitialized() {
+@@ -1566,11 +1564,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