[ubuntu/karmic] prism 1.0~b2+svn20090813r49078-0ubuntu1 (Accepted)

Micah Gersten launchpad at micahscomputing.com
Sun Oct 25 15:24:07 GMT 2009


prism (1.0~b2+svn20090813r49078-0ubuntu1) karmic; urgency=low

  [ Sasa Bodiroza <jazzva at gmail.com> ]
  * Remove debian/patches/remove_common_dir_from_prism_Makefile_in_DIRS.patch,
    because it is applied upstream
  * In debian/rules:
    - link $(DEBIAN_PRISM_DIR) to /usr/share/prism/prism in debian/rules
    - remove prism/* from refractor.xpi
  * new upstream codebase; update patches
    - debian/patches/use_xul_1.9_only.patch
  * Add debian/patches/remove_common_dir_from_prism_Makefile_in_DIRS.patch
    to remove "common" from DIRS variable in prism/Makefile.in

  [ Micah Gersten <launchpad at micahscomputing.com> ]
  * Closes LP: #246822 - Update Prism to at least 1.0b1
  * Closes LP: #456650 - prism depends on xulrunner-1.9.1-dom-inspector which doesn't exist
  * Closes LP: #456999 - prism 0.8 version in karmic is hardcoded to xul-1.9
    - update debian/control
      * add libasound2 as build-dep
      * add depends on ${shlibs:Depends}, ${misc:Depends}
    - update debian/rules
    - update debian/patches/installer_shouldnt_copy_xulrunner.patch
    - update debian/series
    - add debian/patches/fix_prism_makefile_sh.patch
    - add debian/patches/use_xul_1.9.1_only.patch
    - drop debian/patches/use_xul_1.9_only.patch

  [ Alexander Sack <asac at ubuntu.com> ]
  * dont install prism-runtime extension bits anymore; seems this is not produced
    anymore by build
    - update debian/prism.install
  * fix build breakage, by copying the refractor.xpi to top level dir; adjust MOZ_XPI_FILE
    accordingly and remove the file during clean::
    - update debian/rules
  * new upstream codebase; update patches
    - debian/patches/dont_build_our_own_stub_with_the_sdk.patch
    - debian/patches/installer_shouldnt_copy_xulrunner.patch
  * ship prism-addons/extensions dir to fix dangling symlink
    - update debian/rules
  * fix prism not starting; we have to ship the components/ and defaults/ directories
    in the prism xulapp dir too
    - update debian/prism.install

  [ Fabien Tassin <fta at ubuntu.com> ]
  * New packaging using cdbs and the new xulapp build-system from
    mozilla-devscripts and xulrunner-1.9-dev. The main package is now using
    Architecture = any. Extensions are now searched for in
    /usr/lib/prism-addons/extensions and /usr/lib/xulrunner-addons/extensions
    now that it is built with --with-libxul-sdk. webapps are patched to
    include the new mandatory name field in webapp.ini, and to ship
    an override.ini file allowing each webapp to have its own profile
    - update debian/rules
    - update debian/control
    - update debian/update-apps.sh
    - update debian/prism.sh
    - remove debian/prism.{links,dirs}
    - remove debian/prism.png.uu
    - update debian/patches/fix_desktop_launcher.patch
    - add debian/patches/fix_installer.patch
    - add debian/patches/installer_shouldnt_copy_xulrunner.patch
    - update debian/patches/series
  * Add the refractor extension in the main prism package. This requires
    a fresh mozilla-devscripts. Bump MaxVersion to 3.0.* for firefox.
    - update debian/rules
    - update debian/control
    - add debian/patches/bump_refractor_max_version.patch
    - update debian/patches/series
  * Build with --with-system-nspr/nss, this is now necessary as upstream
    now needs include files
    - update debian/rules
  * Don't build a prism-stub when building with the SDK
    - add debian/patches/dont_build_our_own_stub_with_the_sdk.patch
    - update debian/patches/series
  * Set MaxVersion to 1.9.0.* as 1.9.1 is no longer usable
    since https://bugzilla.mozilla.org/show_bug.cgi?id=462774 landed
    - add debian/patches/use_xul_1.9_only.patch
    - update debian/patches/series
  * Remove patches no longer needed:
    - drop debian/patches/remove_scriptableio.patch
    - drop debian/patches/use_png_for_windows_icons_on_linux.patch
    - drop debian/patches/bump_refractor_max_version.patch
    - update debian/patches/series

Date: Sun, 25 Oct 2009 01:16:02 -0500
Changed-By: Micah Gersten <launchpad at micahscomputing.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Signed-By: Alexander Sack <asac at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/prism/1.0~b2+svn20090813r49078-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Oct 2009 01:16:02 -0500
Source: prism
Binary: prism prism-facebook prism-google-analytics prism-google-calendar prism-google-docs prism-google-mail prism-google-reader prism-google-groups prism-google-talk prism-twitter
Architecture: source
Version: 1.0~b2+svn20090813r49078-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Micah Gersten <launchpad at micahscomputing.com>
Description: 
 prism      - Split web applications out of the browser and run them directly o
 prism-facebook - Facebook WebApp for Prism
 prism-google-analytics - Google Analytics WebApp for Prism
 prism-google-calendar - Google Calendar WebApp for Prism
 prism-google-docs - Google Docs WebApp for Prism
 prism-google-groups - Google Groups WebApp for Prism
 prism-google-mail - Google Mail (GMail) WebApp for Prism
 prism-google-reader - Google Reader WebApp for Prism
 prism-google-talk - Google Talk WebApp for Prism
 prism-twitter - twitter WebApp for Prism
Changes: 
 prism (1.0~b2+svn20090813r49078-0ubuntu1) karmic; urgency=low
 .
   [ Sasa Bodiroza <jazzva at gmail.com> ]
   * Remove debian/patches/remove_common_dir_from_prism_Makefile_in_DIRS.patch,
     because it is applied upstream
   * In debian/rules:
     - link $(DEBIAN_PRISM_DIR) to /usr/share/prism/prism in debian/rules
     - remove prism/* from refractor.xpi
   * new upstream codebase; update patches
     - debian/patches/use_xul_1.9_only.patch
   * Add debian/patches/remove_common_dir_from_prism_Makefile_in_DIRS.patch
     to remove "common" from DIRS variable in prism/Makefile.in
 .
   [ Micah Gersten <launchpad at micahscomputing.com> ]
   * Closes LP: #246822 - Update Prism to at least 1.0b1
   * Closes LP: #456650 - prism depends on xulrunner-1.9.1-dom-inspector which doesn't exist
   * Closes LP: #456999 - prism 0.8 version in karmic is hardcoded to xul-1.9
     - update debian/control
       * add libasound2 as build-dep
       * add depends on ${shlibs:Depends}, ${misc:Depends}
     - update debian/rules
     - update debian/patches/installer_shouldnt_copy_xulrunner.patch
     - update debian/series
     - add debian/patches/fix_prism_makefile_sh.patch
     - add debian/patches/use_xul_1.9.1_only.patch
     - drop debian/patches/use_xul_1.9_only.patch
 .
   [ Alexander Sack <asac at ubuntu.com> ]
   * dont install prism-runtime extension bits anymore; seems this is not produced
     anymore by build
     - update debian/prism.install
   * fix build breakage, by copying the refractor.xpi to top level dir; adjust MOZ_XPI_FILE
     accordingly and remove the file during clean::
     - update debian/rules
   * new upstream codebase; update patches
     - debian/patches/dont_build_our_own_stub_with_the_sdk.patch
     - debian/patches/installer_shouldnt_copy_xulrunner.patch
   * ship prism-addons/extensions dir to fix dangling symlink
     - update debian/rules
   * fix prism not starting; we have to ship the components/ and defaults/ directories
     in the prism xulapp dir too
     - update debian/prism.install
 .
   [ Fabien Tassin <fta at ubuntu.com> ]
   * New packaging using cdbs and the new xulapp build-system from
     mozilla-devscripts and xulrunner-1.9-dev. The main package is now using
     Architecture = any. Extensions are now searched for in
     /usr/lib/prism-addons/extensions and /usr/lib/xulrunner-addons/extensions
     now that it is built with --with-libxul-sdk. webapps are patched to
     include the new mandatory name field in webapp.ini, and to ship
     an override.ini file allowing each webapp to have its own profile
     - update debian/rules
     - update debian/control
     - update debian/update-apps.sh
     - update debian/prism.sh
     - remove debian/prism.{links,dirs}
     - remove debian/prism.png.uu
     - update debian/patches/fix_desktop_launcher.patch
     - add debian/patches/fix_installer.patch
     - add debian/patches/installer_shouldnt_copy_xulrunner.patch
     - update debian/patches/series
   * Add the refractor extension in the main prism package. This requires
     a fresh mozilla-devscripts. Bump MaxVersion to 3.0.* for firefox.
     - update debian/rules
     - update debian/control
     - add debian/patches/bump_refractor_max_version.patch
     - update debian/patches/series
   * Build with --with-system-nspr/nss, this is now necessary as upstream
     now needs include files
     - update debian/rules
   * Don't build a prism-stub when building with the SDK
     - add debian/patches/dont_build_our_own_stub_with_the_sdk.patch
     - update debian/patches/series
   * Set MaxVersion to 1.9.0.* as 1.9.1 is no longer usable
     since https://bugzilla.mozilla.org/show_bug.cgi?id=462774 landed
     - add debian/patches/use_xul_1.9_only.patch
     - update debian/patches/series
   * Remove patches no longer needed:
     - drop debian/patches/remove_scriptableio.patch
     - drop debian/patches/use_png_for_windows_icons_on_linux.patch
     - drop debian/patches/bump_refractor_max_version.patch
     - update debian/patches/series
Checksums-Sha1: 
 1a30363d833e29c10482cb8e176c615933f3bf11 2265 prism_1.0~b2+svn20090813r49078-0ubuntu1.dsc
 e1aa2055904decd9bafeae7f28b301708530b070 1074317 prism_1.0~b2+svn20090813r49078.orig.tar.gz
 cbd72943ddf1975cc5e31ea66b26d126d90cc0f6 28457 prism_1.0~b2+svn20090813r49078-0ubuntu1.diff.gz
Checksums-Sha256: 
 d98b4d06b47dba660873e4c1df77f1e8ac379b50b2d7745005f705025e7a3525 2265 prism_1.0~b2+svn20090813r49078-0ubuntu1.dsc
 45f7bf65a3d7f4502fb4a07df524f948ef8eaeb2f39e3dc3b9bd378611d76b66 1074317 prism_1.0~b2+svn20090813r49078.orig.tar.gz
 cc4928f2e8251cf71e1e8b0142da4f40a42116f4086831e9bdacc9f9bb89a9ac 28457 prism_1.0~b2+svn20090813r49078-0ubuntu1.diff.gz
Files: 
 2d614e6adfa88454118bf706b123b69a 2265 net optional prism_1.0~b2+svn20090813r49078-0ubuntu1.dsc
 99530b3d42c9449dc1cd2ce9e299ad51 1074317 net optional prism_1.0~b2+svn20090813r49078.orig.tar.gz
 e486987142f5d5a8172ed9676872c0e6 28457 net optional prism_1.0~b2+svn20090813r49078-0ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 246822 456650 456999

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBAgAGBQJK5FwyAAoJEKBE/gcUDGZk7qcP/38vTs3YHkvmC0nJtCzsDpbA
pfDM2ex37lFa8zG7wYSly0jPdVTS+Ihtbi4qUdn7MLehyCJKkqgrGVR22DdYNE3J
9LA/jOCWWj5f1qnEW806D0+AOQ29a5wEjDNSvH4wjo/xpl+hX1b7X8LnNsvsxvwJ
4EMGO+FUN+E/I0HAHXuaP6KiyuLVSRRQ6xE3RcpW+FqokxVQ4TFJ6dmtLlEruPBB
a/9xfutkjnhlaChflmUgZnQHIpmiIbk0KR0/G9p2g7ui0SuzxIVbvtMkmf7zlIAJ
C+IdDd9ydYbpFp9bh8Lj8m76KagsgdaDicyYDVR1rBU7XR+P1+HdAJ4fWSDtdnQj
Ufg/sh8MQPQP6uOlRPxfNq4UL6cEZFo7jv//v16XIPCF4OtDbWKUpVWQ+hDoNee/
xNWyj8HOa2I4nJL22p/KXQBRORCKQjEB8xXmMKgilvGwTehNaoPXegVpWZ9wIlE2
H8x4G0r2OYJ8E9PSoVAUZqhMBhqvAxzaLBqmsHs6pkPnzHg5AzZCoE7cC66u//eL
I66lOSny1xtwwPPi1PysOuuQdhkBN4uZ278zX21L0WwuPgwaRxrOT0BeStmQHHbQ
imrMeyQZY92TDih2mTQmSZyMHDT6rf3BPjhkuKIUCt6k/JIV1R5tgH7qyoewB+k9
JphfD2/h1ZRNKgqQuk6e
=9WaN
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list