[Pkg-javascript-commits] [pdf.js] 133/141: Refresh patches

David Prévot taffit at moszumanska.debian.org
Sat Apr 19 22:40:38 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 c9ea2cfc6aba57a1c13ac29a27069ae55607b02b
Author: David Prévot <taffit at debian.org>
Date:   Sat Apr 19 10:35:37 2014 -0400

    Refresh patches
---
 debian/patches/0001-No-embedded-PDF.patch                         | 4 ++--
 debian/patches/0002-Fix-build-versions-in-generated-file.patch    | 8 ++++----
 debian/patches/0003-Build-everything-in-a-single-repository.patch | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/patches/0001-No-embedded-PDF.patch b/debian/patches/0001-No-embedded-PDF.patch
index e1eac44..8e43bca 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, 1 deletion(-)
 
 diff --git a/make.js b/make.js
-index 6be2eac..51e923b 100644
+index a93adc8..24c0e0e 100644
 --- a/make.js
 +++ b/make.js
-@@ -112,7 +112,6 @@ target.generic = function() {
+@@ -122,7 +122,6 @@ target.generic = function() {
        ['external/webL10n/l10n.js', GENERIC_DIR + '/web'],
        ['web/viewer.css', GENERIC_DIR + '/web'],
        ['web/compatibility.js', GENERIC_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 d54e578..b99eb97 100644
--- a/debian/patches/0002-Fix-build-versions-in-generated-file.patch
+++ b/debian/patches/0002-Fix-build-versions-in-generated-file.patch
@@ -13,14 +13,14 @@ Forwarded: not-needed
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/make.js b/make.js
-index 51e923b..680a49f 100644
+index 24c0e0e..a66da48 100644
 --- a/make.js
 +++ b/make.js
-@@ -284,9 +284,8 @@ target.bundle = function(args) {
+@@ -343,9 +343,8 @@ target.bundle = function(args) {
      }
  
-     var bundle = cat(SRC_FILES),
--        bundleVersion = EXTENSION_VERSION,
+     var bundleContent = cat(SRC_FILES),
+-        bundleVersion = VERSION,
 -        bundleBuild = exec('git log --format="%h" -n 1',
 -          {silent: true}).output.replace('\n', '');
 +        bundleVersion = '@EXTENSION_VERSION@',
diff --git a/debian/patches/0003-Build-everything-in-a-single-repository.patch b/debian/patches/0003-Build-everything-in-a-single-repository.patch
index 3abe711..ed02da9 100644
--- a/debian/patches/0003-Build-everything-in-a-single-repository.patch
+++ b/debian/patches/0003-Build-everything-in-a-single-repository.patch
@@ -12,10 +12,10 @@ Forwarded: no
  3 files changed, 3 insertions(+), 4 deletions(-)
 
 diff --git a/make.js b/make.js
-index 680a49f..99afe6e 100644
+index a66da48..6f65d49 100644
 --- a/make.js
 +++ b/make.js
-@@ -99,7 +99,6 @@ target.generic = function() {
+@@ -108,7 +108,6 @@ target.generic = function() {
  
    rm('-rf', GENERIC_DIR);
    mkdir('-p', GENERIC_DIR);
@@ -23,7 +23,7 @@ index 680a49f..99afe6e 100644
    mkdir('-p', GENERIC_DIR + '/web');
    mkdir('-p', GENERIC_DIR + '/web/cmaps');
  
-@@ -116,7 +115,7 @@ target.generic = function() {
+@@ -126,7 +125,7 @@ target.generic = function() {
        ['web/locale', GENERIC_DIR + '/web']
      ],
      preprocess: [
@@ -43,7 +43,7 @@ index d528a9d..406a67e 100644
 -<script type="text/javascript" src="../build/pdf.js"></script>
 +<script type="text/javascript" src="pdf.js"></script>
 diff --git a/web/viewer.js b/web/viewer.js
-index 0746b3b..bbda100 100644
+index 9ecfc0d..3d8224e 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
 @@ -60,7 +60,7 @@ var FindStates = {

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