[Pkg-javascript-commits] [pdf.js] 137/139: Refresh patches

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:37 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 878a13be4bbae25559813ac52a347ad0e5d7caec
Author: David Prévot <david at tilapin.org>
Date:   Fri Jan 9 14:52:13 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   | 4 ++--
 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, 19 insertions(+), 19 deletions(-)

diff --git a/debian/patches/0001-No-embedded-PDF.patch b/debian/patches/0001-No-embedded-PDF.patch
index 9624c4f..1373325 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 3a4456f..e5383a2 100644
+index 5e1adcd..b31830d 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 ed7620d..00ec0e5 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 e5383a2..2e2da64 100644
+index b31830d..69ecef6 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 d0c41aa..44ca925 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 3a86c3d..bf14ba1 100644
+index 439fb01..2c271a1 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1701,7 +1701,8 @@ function webViewerInitialized() {
+@@ -1718,7 +1718,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 b5f32ee..6178722 100644
--- a/debian/patches/ownCloud/0005-adjust-close-button-position.patch
+++ b/debian/patches/ownCloud/0005-adjust-close-button-position.patch
@@ -9,10 +9,10 @@ Gbp: Topic ownCloud
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/web/viewer.css b/web/viewer.css
-index 856a0c8..8a81823 100644
+index 91e64ea..e29f0b3 100644
 --- a/web/viewer.css
 +++ b/web/viewer.css
-@@ -493,7 +493,7 @@ html[dir='ltr'] #toolbarViewerRight,
+@@ -499,7 +499,7 @@ html[dir='ltr'] #toolbarViewerRight,
  html[dir='rtl'] #toolbarViewerLeft {
    position: absolute;
    top: 0;
diff --git a/debian/patches/ownCloud/0006-open-buttons-removed.patch b/debian/patches/ownCloud/0006-open-buttons-removed.patch
index 848535e..b988b74 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 bf14ba1..d3f9f5c 100644
+index 2c271a1..542c5e4 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1662,9 +1662,6 @@ function webViewerInitialized() {
+@@ -1679,9 +1679,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 0945cef..5ae5322 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 d3f9f5c..fd4cd09 100644
+index 542c5e4..2489f54 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1697,9 +1697,13 @@ function webViewerInitialized() {
+@@ -1714,9 +1714,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 3ef2b19..2fc3873 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 fd4cd09..4da4ef4 100644
+index 2489f54..b113255 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1700,10 +1700,10 @@ function webViewerInitialized() {
+@@ -1717,10 +1717,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 59fa9f1..f4c86c0 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 4da4ef4..5e3ae4c 100644
+index b113255..ca2de50 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1699,11 +1699,11 @@ function webViewerInitialized() {
+@@ -1716,11 +1716,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 efe7735..b01d68e 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 2e2da64..422720d 100644
+index 69ecef6..2494800 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 8c2a13b..ac55850 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 5e3ae4c..c59b4ec 100644
+index ca2de50..7bf51f1 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1222,7 +1222,6 @@ var PDFViewerApplication = {
+@@ -1239,7 +1239,6 @@ var PDFViewerApplication = {
  
          thumbsButton.classList.add('toggled');
          outlineButton.classList.remove('toggled');
@@ -20,7 +20,7 @@ index 5e3ae4c..c59b4ec 100644
          thumbsView.classList.remove('hidden');
          outlineView.classList.add('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1237,7 +1236,6 @@ var PDFViewerApplication = {
+@@ -1254,7 +1253,6 @@ var PDFViewerApplication = {
        case 'outline':
          thumbsButton.classList.remove('toggled');
          outlineButton.classList.add('toggled');
@@ -28,7 +28,7 @@ index 5e3ae4c..c59b4ec 100644
          thumbsView.classList.add('hidden');
          outlineView.classList.remove('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1616,11 +1614,6 @@ function webViewerInitialized() {
+@@ -1633,11 +1631,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