Advertisement
darkxst

packages.sh

Feb 14th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.42 KB | None | 0 0
  1. From 38251625b2c1549b946d0e3ec7d7de38d85352f7 Mon Sep 17 00:00:00 2001
  2. From: Tim Lunn <tim@feathertop.org>
  3. Date: Thu, 14 Feb 2013 20:04:29 +1100
  4. Subject: [PATCH] add some comments re patches
  5.  
  6. ---
  7. package.sh | 12 +++++++-----
  8.  1 file changed, 7 insertions(+), 5 deletions(-)
  9.  
  10. diff --git a/package.sh b/package.sh
  11. index 6203a60..385f882 100755
  12. --- a/package.sh
  13. +++ b/package.sh
  14. @@ -34,12 +34,14 @@ apply bug812265-REAL_LIBRARY.patch # Unreviewed.
  15.  apply bug812265-versioned-MOZ_JS_LIBS.patch # Unreviewed.
  16.  apply bug812265-setup-versioning.patch # Needs work. Rebased locally over 831552.
  17.  
  18. -apply UNKNOWN-backport-_TARGET-rule.patch # Needs bug/review.
  19. -apply UNKNOWN-dont-install-lib.a.desc.patch # Needs bug/review.
  20. -apply UNKNOWN-use-STATIC_LIBRARY_NAME.patch # Needs bug/review.
  21. +apply UNKNOWN-backport-_TARGET-rule.patch # This was taken from a subset of the patch in bug 784262
  22. +
  23. +#apply UNKNOWN-fix-so-version.patch # Invalid; it was decided not needed.
  24. +#apply UNKNOWN-dont-install-lib.a.desc.patch # No longer needed
  25. +#apply UNKNOWN-use-STATIC_LIBRARY_NAME.patch # No longer needed.
  26. +
  27. +#apply UNKNOWN-fix-pkgconfig-file.patch # oops this was merged locally into 'setup-versioning'
  28.  
  29. -#apply UNKNOWN-fix-so-version.patch # Invalid; needs rebasing.
  30. -#apply UNKNOWN-fix-pkgconfig-file.patch # Missing js.pc.in
  31.  
  32.  apply quell-common-warnings.patch # Could be landed, but we can carry it separately.
  33.  
  34. --
  35. 1.8.1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement