[Pkg-javascript-commits] [pdf.js] 04/05: Refresh patches

David Prévot taffit at moszumanska.debian.org
Thu Jun 5 14:34:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 93e4caf57ac6c0153258e271113d5a6469fd7e13
Author: David Prévot <taffit at debian.org>
Date:   Wed Jun 4 14:28:26 2014 -0400

    Refresh patches
---
 debian/patches/0001-No-embedded-PDF.patch                      | 2 +-
 debian/patches/0002-Fix-build-versions-in-generated-file.patch | 4 ++--
 debian/patches/0003-Don-t-fetch-external-data.patch            | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-No-embedded-PDF.patch b/debian/patches/0001-No-embedded-PDF.patch
index 8e43bca..04c0bca 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, 1 deletion(-)
 
 diff --git a/make.js b/make.js
-index a93adc8..24c0e0e 100644
+index a234017..237392c 100644
 --- a/make.js
 +++ b/make.js
 @@ -122,7 +122,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 b5b57c3..a570877 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 24c0e0e..26341b8 100644
+index 237392c..d07bdb5 100644
 --- a/make.js
 +++ b/make.js
 @@ -344,8 +344,7 @@ target.bundle = function(args) {
@@ -26,7 +26,7 @@ index 24c0e0e..26341b8 100644
  
      crlfchecker.checkIfCrlfIsPresent(SRC_FILES);
  
-@@ -563,14 +562,7 @@ target.buildnumber = function() {
+@@ -561,14 +560,7 @@ target.buildnumber = function() {
    echo();
    echo('### Getting extension build number');
  
diff --git a/debian/patches/0003-Don-t-fetch-external-data.patch b/debian/patches/0003-Don-t-fetch-external-data.patch
index 6aee703..d609f7a 100644
--- a/debian/patches/0003-Don-t-fetch-external-data.patch
+++ b/debian/patches/0003-Don-t-fetch-external-data.patch
@@ -7,15 +7,15 @@ Subject: =?utf-8?q?Don=E2=80=99t_fetch_external_data?=
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/examples/text-selection/index.html b/examples/text-selection/index.html
-index 9837654..b64f467 100644
+index 9f993e8..28911d8 100644
 --- a/examples/text-selection/index.html
 +++ b/examples/text-selection/index.html
 @@ -2,7 +2,7 @@
      <head>
          <title>Minimal pdf.js text-selection demo</title>
          <link href="css/minimal.css" rel="stylesheet" media="screen" />
--        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
+-        <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
 +        <script src="js/jquery.min.js"></script>
  
          <!-- you will need to run "node make generic" first before you can use this -->
-         <script src="../../build/generic/build/pdf.js" type="text/javascript"></script>
+         <script src="../../build/generic/build/pdf.js"></script>

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