--- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/mozilla-central-2.0~b8+build1-source.tar.bz2.cdbs-config_list +++ xulrunner-2.0-2.0~b8+build1+nobinonly/mozilla-central-2.0~b8+build1-source.tar.bz2.cdbs-config_list @@ -0,0 +1,89 @@ +mozilla/config/config.mk +mozilla/js/src/config/config.mk +mozilla/js/src/tests/config.mk +mozilla/js/src/tests/config.sh +mozilla/js/src/ctypes/libffi/config.sub +mozilla/js/src/ctypes/libffi/config.guess +mozilla/js/src/tracevis/config.py +mozilla/js/src/build/autoconf/config.sub +mozilla/js/src/build/autoconf/config.guess +mozilla/js/src/config.mk +mozilla/tools/jprof/stub/config.h +mozilla/tools/leaky/config.h +mozilla/media/libvpx/vpx_ports/config.h +mozilla/media/libtheora/lib/config.h +mozilla/security/dbm/config/config.mk +mozilla/security/dbm/src/config.mk +mozilla/security/nss/tests/pkcs11/netscape/trivial/config.h.in +mozilla/security/nss/tests/pkcs11/netscape/suites/security/ssl/config.mk +mozilla/security/nss/tests/pkcs11/netscape/suites/security/pkcs11/config.mk +mozilla/security/nss/tests/pkcs11/netscape/suites/security/config.mk +mozilla/security/nss/tests/pkcs11/netscape/suites/config.mk +mozilla/security/nss/lib/smime/config.mk +mozilla/security/nss/lib/certhigh/config.mk +mozilla/security/nss/lib/pkcs12/config.mk +mozilla/security/nss/lib/ssl/config.mk +mozilla/security/nss/lib/ckfw/dbm/config.mk +mozilla/security/nss/lib/ckfw/nssmkey/config.mk +mozilla/security/nss/lib/ckfw/builtins/config.mk +mozilla/security/nss/lib/ckfw/config.mk +mozilla/security/nss/lib/ckfw/capi/config.mk +mozilla/security/nss/lib/jar/config.mk +mozilla/security/nss/lib/nss/config.mk +mozilla/security/nss/lib/pk11wrap/config.mk +mozilla/security/nss/lib/zlib/config.mk +mozilla/security/nss/lib/util/config.mk +mozilla/security/nss/lib/pki/config.mk +mozilla/security/nss/lib/base/config.mk +mozilla/security/nss/lib/pkcs7/config.mk +mozilla/security/nss/lib/libpkix/include/config.mk +mozilla/security/nss/lib/libpkix/pkix_pl_nss/module/config.mk +mozilla/security/nss/lib/libpkix/pkix_pl_nss/pki/config.mk +mozilla/security/nss/lib/libpkix/pkix_pl_nss/system/config.mk +mozilla/security/nss/lib/libpkix/pkix_pl_nss/config.mk +mozilla/security/nss/lib/libpkix/config.mk +mozilla/security/nss/lib/libpkix/pkix/top/config.mk +mozilla/security/nss/lib/libpkix/pkix/util/config.mk +mozilla/security/nss/lib/libpkix/pkix/certsel/config.mk +mozilla/security/nss/lib/libpkix/pkix/checker/config.mk +mozilla/security/nss/lib/libpkix/pkix/store/config.mk +mozilla/security/nss/lib/libpkix/pkix/params/config.mk +mozilla/security/nss/lib/libpkix/pkix/results/config.mk +mozilla/security/nss/lib/libpkix/pkix/config.mk +mozilla/security/nss/lib/libpkix/pkix/crlsel/config.mk +mozilla/security/nss/lib/freebl/config.mk +mozilla/security/nss/lib/sysinit/config.mk +mozilla/security/nss/lib/dev/config.mk +mozilla/security/nss/lib/softoken/legacydb/config.mk +mozilla/security/nss/lib/softoken/config.mk +mozilla/security/nss/lib/sqlite/config.mk +mozilla/security/nss/lib/cryptohi/config.mk +mozilla/security/nss/lib/crmf/config.mk +mozilla/security/nss/lib/certdb/config.mk +mozilla/security/nss/cmd/lib/config.mk +mozilla/security/nss/cmd/libpkix/testutil/config.mk +mozilla/security/nss/cmd/libpkix/config.mk +mozilla/security/nss/cmd/crmf-cgi/config.mk +mozilla/security/nss/cmd/crmftest/config.mk +mozilla/security/coreconf/config.mk +mozilla/build/autoconf/config.sub +mozilla/build/autoconf/config.guess +mozilla/modules/freetype2/builds/unix/config.sub +mozilla/modules/freetype2/builds/unix/config.guess +mozilla/nsprpub/config/config.mk +mozilla/nsprpub/build/autoconf/config.sub +mozilla/nsprpub/build/autoconf/config.guess +mozilla/toolkit/components/viewconfig/content/config.js +mozilla/toolkit/components/viewconfig/content/config.xul +mozilla/toolkit/themes/winstripe/global/config.css +mozilla/toolkit/themes/pinstripe/global/config.css +mozilla/toolkit/locales/en-US/chrome/global/config.properties +mozilla/toolkit/locales/en-US/chrome/global/config.dtd +mozilla/toolkit/crashreporter/google-breakpad/src/config.h.in +mozilla/toolkit/crashreporter/google-breakpad/autotools/config.sub +mozilla/toolkit/crashreporter/google-breakpad/autotools/config.guess +mozilla/ipc/chromium/src/third_party/libevent/config.h.in +mozilla/ipc/chromium/src/third_party/libevent/config.sub +mozilla/ipc/chromium/src/third_party/libevent/mac/config.h +mozilla/ipc/chromium/src/third_party/libevent/config.guess +mozilla/ipc/chromium/src/third_party/libevent/linux/config.h --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner.postinst.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner.postinst.in @@ -0,0 +1,15 @@ +#!/bin/sh +set -e + +XUL_VERSION=@XULBRANCH@ +GRE_VERSION=`/usr/bin/xulrunner-$XUL_VERSION --gre-version` + +if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then + /usr/sbin/update-alternatives --install /usr/bin/xulrunner \ + xulrunner /usr/bin/xulrunner-$XUL_VERSION 50 + if test -e /usr/lib/xulrunner-$GRE_VERSION/.autoreg; then + touch /usr/lib/xulrunner-$GRE_VERSION/.autoreg + fi +fi + +#DEBHELPER# --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner.preinst.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner.preinst.in @@ -0,0 +1,39 @@ +#!/bin/sh +set -e + +XUL_VERSION=@XULBRANCH@ +GRE_VERSION=@XULVER@ +OLD_GRE=`echo $2 | sed -e 's/\+.*//' -e 's/~\([^~]*\).*/\1pre/'` + +# Remove a no-longer used conffile +rm_conffile() { + PKGNAME="$1" + CONFFILE="$2" + if [ -e "$CONFFILE" ]; then + md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" + old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE '{s/ obsolete$//;s/.* //p}\"`" + if [ "$md5sum" != "$old_md5sum" ]; then + echo "Obsolete conffile $CONFFILE has been modified by you." + echo "Saving as $CONFFILE.dpkg-bak ..." + mv -f "$CONFFILE" "$CONFFILE".dpkg-bak + else + echo "Removing obsolete conffile $CONFFILE ..." + rm -f "$CONFFILE" + fi + fi +} + +if [ "$1" = "upgrade" ]; then + # Remove all files already obsolete, unless this is one we want to install (downgrade) + for obsolete in `dpkg-query -W -f='${Conffiles}' xulrunner-$XUL_VERSION | grep 'obsolete$' | awk '{ print $1 }'` ; do + if [ "$obsolete" != "/etc/gre.d/$GRE_VERSION.system.conf" ] ; then + rm_conffile xulrunner-$XUL_VERSION "$obsolete" + fi + done + # Remove the previous GRE file, if we just bumped it + if [ "$OLD_GRE" != "$GRE_VERSION" ] ; then + rm_conffile xulrunner-$XUL_VERSION "/etc/gre.d/$OLD_GRE.system.conf" + fi +fi + +#DEBHELPER# --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/compat +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/compat @@ -0,0 +1 @@ +5 --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/copyright +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/copyright @@ -0,0 +1,651 @@ +This package was debianized by Fabien Tassin on 2007-08-25 + +The following file has been previously maintained by Mike Hommey +and updated by Fabien Tassin as of xulrunner 1.9a8pre. + +The package was downloaded from http://ftp.mozilla.org/pub/mozilla.org/xulrunner/ + +EDIT: downloaded from CVS (until 1.9 is released) using the following commands: + cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk + make -f mozilla/client.mk checkout MOZ_CO_PROJECT=xulrunner + +The source tarball is an aggregate of several different works in which the +main one, developed by the Mozilla Project, is xulrunner. + +The contents of the debian directory are licensed like the bulk of +xulrunner, tri-licensed under the GPL/LGPL/MPL. + +Other works include gzip, bzip2, sqlite, libjpeg, libpng, cairo, and others. +Please see the sections following the copyright statements for xulrunner for +these. + +If this file is incomplete, which I'm pretty sure is the case, because it's +difficult not to forget anything in this huge amount of data, please file +a bug or contact me. + +=== xulrunner + +Overall, the xulrunner project is licensed under the terms of the Mozilla +Public License version 1.1 or, at your option, under the terms of the GNU +General Public License version 2 or subsequent, or the terms of the GNU +Lesser General Public License version 2.1 or subsequent. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL' ; +the complete text of the GNU Lesser General Public License can be +found in the file `/usr/share/common-licenses/LGPL'. + +The complete text of the Mozilla Public License can be found in the MPL file +in the same directory as this file. + +Some of the files are also licensed (single, dual or tri) under the terms of +the Netscape Public License (NPL) which can be found as amendments to the +MPL at the end of the file. Please refer to http://www.mozilla.org/MPL/relicensing-faq.html + +While the Mozilla Project is undergoing a global relicensing so that the +aim is to have a full tree with these tri-license terms, there are at the +moment quite some exceptions as following: + +(Note that I sometimes assumed files not explicitely licensed to be licensed +under the same terms as the files around them and that a lot of the +information has been extracted automatically, thus maybe leaving some doubt. +Again, if you find "bugs", please contact me by email or via the BTS.) + +The following files are not tri-licenced MPL/GPL/LGPL: + +- GPL only: + dom/tests/mochitest/ajax/jquery/dist/jquery.js + dom/tests/mochitest/ajax/jquery/src/jquery/jquery.js + +- MPL and GPL: + embedding/browser/activex/src/install/README.txt + +- MPL and LGPL: + gfx/cairo/cairo/* + +- GPL and LGP: + extensions/pref/system-pref/src/gconf/nsSystemPrefService.cpp + extensions/pref/system-pref/src/gconf/nsSystemPrefService.h + extensions/pref/system-pref/src/nsSystemPref.cpp + extensions/pref/system-pref/src/nsSystemPref.h + extensions/pref/system-pref/src/nsSystemPrefFactory.cpp + extensions/pref/system-pref/src/nsSystemPrefLog.h + netwerk/base/public/nsIIOService2.idl + netwerk/base/public/nsINetworkLinkService.idl + netwerk/streamconv/converters/mozTXTToHTMLConv.cpp + netwerk/streamconv/converters/mozTXTToHTMLConv.h + netwerk/streamconv/public/mozITXTToHTMLConv.idl + toolkit/system/dbus/nsDBusModule.cpp + toolkit/system/dbus/nsDBusService.cpp + toolkit/system/dbus/nsDBusService.h + toolkit/system/dbus/nsNetworkManagerListener.cpp + toolkit/system/dbus/nsNetworkManagerListener.h + +- NPL only (thus MPL): (EDIT: to investigate) + intl/uconv/ucvibm/864i.uf + intl/uconv/ucvibm/cp850.uf + intl/uconv/ucvibm/cp852.uf + intl/uconv/ucvibm/cp855.uf + intl/uconv/ucvibm/cp857.uf + intl/uconv/ucvibm/cp862.uf + intl/uconv/ucvibm/cp864.uf + intl/uconv/ucvmath/mathematica1.uf + intl/uconv/ucvmath/mathematica2.uf + intl/uconv/ucvmath/mathematica3.uf + intl/uconv/ucvmath/mathematica4.uf + intl/uconv/ucvmath/mathematica5.uf + intl/uconv/ucvmath/mtextra.uf + intl/uconv/ucvmath/texcmex-t1.uf + intl/uconv/ucvmath/texcmex-ttf.uf + intl/uconv/ucvmath/texcmmi-t1.uf + intl/uconv/ucvmath/texcmmi-ttf.uf + intl/uconv/ucvmath/texcmr-ttf.uf + intl/uconv/ucvmath/texcmsy-t1.uf + +- Public Domain: + aclocal.m4 + build/autoconf/freetype2.m4 + build/autoconf/gtk.m4 + build/autoconf/nspr.m4 + db/mork/src/morkDeque.cpp + db/mork/src/morkDeque.h + +The file db/mork/src/morkQuickSort.cpp is licensed under the following terms: + + Copyright (c) 1992, 1993 + The Regents of the University of California. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +The following files come from X11R5, without any clear licensing terms: + + build/autoconf/install-sh + directory/c-sdk/config/autoconf/install-sh + nsprpub/build/autoconf/install-sh + +The embedding/qa/mozembed/public/nsIQABrowserUIGlue.idl file and the files +under the embedding/tests directory are licensed under the following terms: + + Copyright (c) 2002 Netscape Communications Corporation and + other contributors + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this Mozilla sample software and associated documentation files + (the "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to permit + persons to whom the Software is furnished to do so, subject to the + following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +=== sqlite + +The db/sqlite3 directory contains a copy of sqlite with the following +licensing terms: + + The author disclaims copyright to this source code. In place of + a legal notice, here is a blessing: + + May you do good and not evil. + May you find forgiveness for yourself and forgive others. + May you share freely, never taking more than you give. + +=== dbm + +The dbm directory, except the files listed under the xulrunner section, is +licensed under the following terms: + + Copyright (c) 1991, 1993, 1994 + The Regents of the University of California. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. + 4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +=== myspell + +The extensions/spellcheck/myspell directory is licensed under the following +terms: + + Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada + And Contributors. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. All modifications to the source code must be clearly marked as + such. Binary redistributions based on modified source code + must be clearly marked as modified versions in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL + KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +=== boehm + +The gc/boehm directory, except the files listed under the xulrunner section, +is licensed under the following terms: + + Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers + Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved. + Copyright (c) 1996-1998 by Silicon Graphics. All rights reserved. + + THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED + OR IMPLIED. ANY USE IS AT YOUR OWN RISK. + + Permission is hereby granted to use or copy this program + for any purpose, provided the above notices are retained on all copies. + Permission to modify the code and to distribute modified code is granted, + provided the above notices are retained, and a notice that the code was + modified is included with the above copyright notice. + +=== cairo + +The gfx/cairo/cairo directory is licensed under the following terms: + + Copyright (c) 2003 University of Southern California + Copyright (c) 1999 Tom Tromey + Copyright (c) 2002, 2003 University of Southern California + Copyright (c) 2004 Calum Robinson + Copyright (c) 2004 David Reveman + Copyright (c) 2000, 2002, 2004 Keith Packard + Copyright (c) 2004, 2005 Red Hat, Inc + + Cairo is free software and is available to be redistributed and/or + modified under the terms of either the GNU Lesser General Public + License (LGPL) version 2.1 or the Mozilla Public License (MPL) version + 1.1. + +=== libpixman + +The gfx/cairo/libpixman directory is licensed under the following terms: +(from gfx/cairo/libpixman/COPYING) + + libpixregion + + Copyright 1987, 1998 The Open Group + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation. + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of The Open Group shall not be + used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization from The Open Group. + + + Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation, and that the name of Digital not be + used in advertising or publicity pertaining to distribution of the + software without specific, written prior permission. + + DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING + ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL + DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR + ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, + WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, + ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS + SOFTWARE. + + ---------------------------------------------------------------------- + libic + + Copyright © 2001 Keith Packard + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation, and that the name of Keith Packard not be used in + advertising or publicity pertaining to distribution of the software without + specific, written prior permission. Keith Packard makes no + representations about the suitability of this software for any purpose. It + is provided "as is" without express or implied warranty. + + KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + + ---------------------------------------------------------------------- + slim + + slim is Copyright © 2003 Richard Henderson + + Permission to use, copy, modify, distribute, and sell this software + and its documentation for any purpose is hereby granted without fee, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation, and that the name of Richard Henderson not be + used in advertising or publicity pertaining to distribution of the + software without specific, written prior permission. Richard Henderson + makes no representations about the suitability of this software for + any purpose. It is provided "as is" without express or implied + warranty. + + RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR + CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF + USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + +=== libjpeg + +The jpeg directory, except the files under the xulrunner section, are licensed +under the following terms: + + The authors make NO WARRANTY or representation, either express or implied, + with respect to this software, its quality, accuracy, merchantability, or + fitness for a particular purpose. This software is provided "AS IS", and you, + its user, assume the entire risk as to its quality and accuracy. + + This software is copyright (C) 1991-1998, Thomas G. Lane. + All Rights Reserved except as specified below. + + Permission is hereby granted to use, copy, modify, and distribute this + software (or portions thereof) for any purpose, without fee, subject to these + conditions: + (1) If any part of the source code for this software is distributed, then this + README file must be included, with this copyright and no-warranty notice + unaltered; and any additions, deletions, or changes to the original files + must be clearly indicated in accompanying documentation. + (2) If only executable code is distributed, then the accompanying + documentation must state that "this software is based in part on the work of + the Independent JPEG Group". + (3) Permission for use of this software is granted only if the user accepts + full responsibility for any undesirable consequences; the authors accept + NO LIABILITY for damages of any kind. + + These conditions apply to any software derived from or based on the IJG code, + not just to the unmodified library. If you use our work, you ought to + acknowledge us. + + Permission is NOT granted for the use of any IJG author's name or company name + in advertising or publicity relating to this software or products derived from + it. This software may be referred to only as "the Independent JPEG Group's + software". + + We specifically permit and encourage the use of this software as the basis of + commercial products, provided that all warranty or liability claims are + assumed by the product vendor. + +=== bzip2 + +The modules/libbz2/src directory is licensed under the following terms: +(from modules/libbz2/src/LICENSE) + + This program, "bzip2", the associated library "libbzip2", and all + documentation, are copyright (C) 1996-2005 Julian R Seward. All + rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + + 3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + + 4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Julian Seward, Cambridge, UK. + jseward@acm.org + bzip2/libbzip2 version 1.0.3 of 15 February 2005 + +=== libpng + +The directory modules/libimg/png is licensed under the following terms: +(from modules/libimg/png/LICENSE) + + This copy of the libpng notices is provided for your convenience. In case of + any discrepancy between this copy and the notices in the file png.h that is + included in the libpng distribution, the latter shall prevail. + + COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: + + If you modify libpng you may insert additional notices immediately following + this sentence. + + libpng version 1.2.6, September 12, 2004, is + Copyright (c) 2004 Glenn Randers-Pehrson, and is + distributed according to the same disclaimer and license as libpng-1.2.5 + with the following individual added to the list of Contributing Authors + + Cosmin Truta + + libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are + Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are + distributed according to the same disclaimer and license as libpng-1.0.6 + with the following individuals added to the list of Contributing Authors + + Simon-Pierre Cadieux + Eric S. Raymond + Gilles Vollant + + and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of the + library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is with + the user. + + libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are + Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are + distributed according to the same disclaimer and license as libpng-0.96, + with the following individuals added to the list of Contributing Authors: + + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + + libpng versions 0.89, June 1996, through 0.96, May 1997, are + Copyright (c) 1996, 1997 Andreas Dilger + Distributed according to the same disclaimer and license as libpng-0.88, + with the following individuals added to the list of Contributing Authors: + + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + + libpng versions 0.5, May 1995, through 0.88, January 1996, are + Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. + + For the purposes of this copyright and license, "Contributing Authors" + is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + + The PNG Reference Library is supplied "AS IS". The Contributing Authors + and Group 42, Inc. disclaim all warranties, expressed or implied, + including, without limitation, the warranties of merchantability and of + fitness for any purpose. The Contributing Authors and Group 42, Inc. + assume no liability for direct, indirect, incidental, special, exemplary, + or consequential damages, which may result from the use of the PNG + Reference Library, even if advised of the possibility of such damage. + + Permission is hereby granted to use, copy, modify, and distribute this + source code, or portions hereof, for any purpose, without fee, subject + to the following restrictions: + + 1. The origin of this source code must not be misrepresented. + + 2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + + 3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + + The Contributing Authors and Group 42, Inc. specifically permit, without + fee, and encourage the use of this source code as a component to + supporting the PNG file format in commercial products. If you use this + source code in a product, acknowledgment is not required but would be + appreciated. + + + A "png_get_copyright" function is available, for convenient use in "about" + boxes and the like: + + printf("%s",png_get_copyright(NULL)); + + Also, the PNG logo (in PNG format, of course) is supplied in the + files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). + + Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a + certification mark of the Open Source Initiative. + + Glenn Randers-Pehrson + glennrp@users.sourceforge.net + September 12, 2004 + +=== zlib + +The directories modules/zlib/src and security/nss/cmd/zlib are licensed under +the following terms: + + (C) 1995-2004 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + + If you use the zlib library in a product, we would appreciate *not* + receiving lengthy legal documents to sign. The sources are provided + for free but without warranty of any kind. The library has been + entirely written by Jean-loup Gailly and Mark Adler; it does not + include third-party code. + + If you redistribute modified sources, we would appreciate that you include + in the file ChangeLog history information documenting your changes. Please + read the FAQ for more information on the distribution of modified source + versions. + +=== expat + +The directory parser/expat is licensed under the following terms: +(from parser/expat/COPYING) + + Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper + Copyright (c) 2001, 2002 Expat maintainers. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/create-build-system.sh +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/create-build-system.sh @@ -0,0 +1,122 @@ +#!/bin/sh + +# Copyright (c) 2008 Fabien Tassin +# Description: Create a build-system for xulrunner applications +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +############################################################################ + +DIRS="config build toolkit/mozapps/installer" +FILES="configure.in aclocal.m4 allmakefiles.sh toolkit/xre/make-platformini.py nsprpub/config/make-system-wrappers.pl extensions/Makefile.in extensions/build.mk" + +NAME="build-system" + +SRCDIR=mozilla +if [ ! -d $SRCDIR ] ; then + if [ -d build-tree/mozilla ] ; then + SRCDIR=build-tree/mozilla + else + echo "Error: can't find mozilla dir" + exit 1 + fi +fi + +rm -rf $NAME debian/$NAME.tar.gz +mkdir -p $NAME +tar -C $SRCDIR -cf - $DIRS $FILES | tar -C $NAME -xf - +cat - > $NAME/Makefile.in <. +# Portions created by the Initial Developer are Copyright (C) 2007 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Fabien Tassin +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +# in which case the provisions of the GPL or the LGPL are applicable instead +# of those above. If you wish to allow use of your version of this file only +# under the terms of either the GPL or the LGPL, and not to allow others to +# use your version of this file under the terms of the MPL, indicate your +# decision by deleting the provisions above and replace them with the notice +# and other provisions required by the GPL or the LGPL. If you do not delete +# the provisions above, a recipient may use your version of this file under +# the terms of any one of the MPL, the GPL or the LGPL. +# +# ***** END LICENSE BLOCK ***** + +DEPTH = . +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include \$(DEPTH)/config/autoconf.mk + +include \$(topsrcdir)/config/config.mk + +default alldep all:: + \$(RM) -rf _tests + +TIERS += base + +# +# tier "base" - basic setup +# +tier_base_dirs = \\ + config \\ + build \\ + \$(NULL) + +include \$(topsrcdir)/\$(MOZ_BUILD_APP)/build.mk + +GARBAGE_DIRS += dist _javagen _profile _tests staticlib +DIST_GARBAGE = config.cache config.log config.status config-defs.h \\ + dependencies.beos config/autoconf.mk config/myrules.mk config/myconfig.mk \\ + unallmakefiles mozilla-config.h \\ + netwerk/necko-config.h xpcom/xpcom-config.h xpcom/xpcom-private.h \\ + \$(topsrcdir)/.mozconfig.mk \$(topsrcdir)/.mozconfig.out + +# Build pseudo-external modules first when export is explicitly called +export:: + \$(MAKE) -C config export + \$(MAKE) tier_nspr + +include \$(topsrcdir)/config/rules.mk + +distclean:: + cat unallmakefiles | \$(XARGS) rm -f + rm -f unallmakefiles \$(DIST_GARBAGE) +EOF + +tar -C $NAME -zcvf debian/$NAME.tar.gz . +rm -rf $NAME --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner-mozjs.install.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner-mozjs.install.in @@ -0,0 +1 @@ +debian/tmp/@LIBDIR@/libmozjs.so --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/rules +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/rules @@ -0,0 +1,252 @@ +#!/usr/bin/make -f + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +# Other things which should be defined before including the CDBS rules +DEBIAN_NAME := $(shell dpkg-parsechangelog | sed -n 's/^Source: *\(.*\)$$/\1/ p') +DEB_TAR_SRCDIR := mozilla +MOZCLIENT_PROJECTNAME := $(DEBIAN_NAME) +MOZCLIENT_PROJECTDIR := $(CURDIR)/debian/mozclient + +# 1 = Enable IPC (if supported) +DEB_ENABLE_IPC ?= 1 +# 1 = Turn on debugging bits and disable optimizations +DEB_DEBUG ?= 0 +# 1 = Disable optimizations +DEB_NO_OPTIMIZE ?= 0 + +include /usr/share/cdbs/1/rules/tarball.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/class/makefile.mk +include $(CURDIR)/debian/mozclient/$(DEBIAN_NAME).mk +include /usr/share/mozilla-devscripts/lp-locale-export.mk + +MOZ_OBJDIR := $(DEB_BUILDDIR)/objdir-$(DEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + DEB_NO_OPTIMIZE = 1 + DEB_DEBUG = 1 +endif +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEB_NO_OPTIMIZE = 1 +endif + +DEBIAN_APP_NAME := $(shell echo $(DEBIAN_NAME) | sed -e 's/-.*//') +DEBIAN_APP_NAME_VER := $(shell echo $(DEBIAN_NAME) | sed -e 's/.*-//') + +DEB_MAKE_MAKEFILE := client.mk + +# Without this, CDBS passes CFLAGS and CXXFLAGS options to client.mk, which breaks the build +DEB_MAKE_EXTRA_ARGS := +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp +DEB_MAKE_CLEAN_TARGET := distclean +DEB_INSTALL_DOCS_ALL := $(NULL) +DEB_CONFIGURE_PREFIX = /$(XUL_PREFIX) +DEB_CONFIGURE_LOCALSTATEDIR = /var +DEB_CONFIGURE_LIBEXECDIR = /$(XUL_LIBDIR) + +DEB_DH_GENCONTROL_ARGS = -- -Vnspr:Depends=$(NSPR_DEPENDS) -Vnss:Depends=$(NSS_DEPENDS) + +DEBIAN_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p') +XUL_VER = $(shell tail -1 $(DEB_BUILDDIR)/config/milestone.txt) +XUL_PREFIX := usr +XUL_LIBDIR = $(XUL_PREFIX)/lib/$(DEBIAN_APP_NAME)-$(XUL_VER) +XUL_INCDIR = $(XUL_PREFIX)/include/$(DEBIAN_APP_NAME)-$(XUL_VER) +XUL_IDLDIR = $(XUL_PREFIX)/share/idl/$(DEBIAN_APP_NAME)-$(XUL_VER) +XUL_SDKDIR = $(XUL_PREFIX)/lib/$(DEBIAN_APP_NAME)-devel-$(XUL_VER) + +PYTHON := $(shell which python) + +DISTRIB := $(shell lsb_release -i -s) + +ifneq (,$(filter $(DISTRIB),Ubuntu)) + DISTRIB_VERSION_MAJOR := $(shell lsb_release -s -r | cut -d '.' -f 1) + DISTRIB_VERSION_MINOR := $(shell lsb_release -s -r | cut -d '.' -f 2) +endif + +DEB_DEFINES = $(NULL) + +ifneq (1, $(DEB_DEBUG)) +USE_SYSTEM_CAIRO := $(shell pkg-config --exists 'cairo >= 1.10' && echo 1) +USE_SYSTEM_SQLITE := $(shell pkg-config --exists 'sqlite3 >= 3.7.1' && echo 1) +USE_SYSTEM_NSPR := $(shell pkg-config --exists 'nspr >= 4.8.7' && echo 1) +USE_SYSTEM_NSS := $(shell pkg-config --exists 'nss >= 3.12.9' && echo 1) +USE_SYSTEM_HUNSPELL := $(shell pkg-config --exists 'hunspell >= 1.2' && echo 1) +endif + +NSPR_DEPENDS := $(NULL) +NSS_DEPENDS := $(NULL) + +# minVersion and maxVersion used in install.rdf +EM_TRANSLATION_VERSION = $(XUL_VER) +EM_TRANSLATION_MIN_VERSION = 1.9 +EM_TRANSLATION_MAX_VERSION = $(XUL_VER) + +# translation flags +MOZ_TRANSLATION_AUTO_XPI_OUTDIR := debian/lp-export-xpis/ +MOZ_TRANSLATION_AUTO_XPI_SEARCHDIRS := debian/$(DEBIAN_NAME) +MOZ_TRANSLATION_AUTO_XPI_LOCALE := en-US + +# enable IPC only on i386, amd64 and armel +ifeq (,$(findstring i386,$(DEB_BUILD_ARCH))) +ifeq (,$(findstring amd64,$(DEB_BUILD_ARCH))) +ifeq (,$(findstring armel,$(DEB_BUILD_ARCH))) + DEB_ENABLE_IPC = 0 +endif +endif +endif + +# enable below to disable symbolic-functions linkage +# LDFLAGS=$(shell echo $$LDFLAGS | sed -e 's/-Wl,-Bsymbolic-functions//') +# export LDFLAGS + +# list the content of debian/tmp after installation but before dh_{install,links} run +# (needs to be before the debhelper.mk include) +binary-install/$(strip $(firstword $(shell dh_listpackages))):: + # List debian/tmp + @find debian/tmp -ls + # EOL + +PROCESSORS := $(shell grep -ic ^processor /proc/cpuinfo) +ifeq (0,$(PROCESSORS)) +PROCESSORS := 1 +endif +ifneq (1,$(PROCESSORS)) +DEB_MAKE_EXTRA_ARGS += -j$(PROCESSORS) +endif + +CFLAGS = -g +CXXFLAGS = -g + +export DEB_BUILD_HARDENING=1 +# See https://launchpad.net/bugs/663294 +ifeq (1,$(shell test "$(DISTRIB_VERSION_MAJOR)$(DISTRIB_VERSION_MINOR)" -ge "1104" && echo "1")) + export DEB_BUILD_HARDENING_PIE=0 +endif +export MOZCONFIG=$(CURDIR)/debian/mozconfig + +BUILD_OFFICIAL = 1 +export BUILD_OFFICIAL + +NOT_EXECUTABLE = \ + *.xml \ + *.js \ + *.png \ + *.xpm \ + *.h \ + *.idl \ + *.txt \ + LICENSE \ + $(NULL) + +subst_files = \ + debian/$(DEBIAN_NAME).dirs \ + debian/$(DEBIAN_NAME).install \ + debian/$(DEBIAN_NAME).links \ + debian/$(DEBIAN_NAME).preinst \ + debian/$(DEBIAN_NAME).postinst \ + debian/$(DEBIAN_NAME).prerm \ + debian/$(DEBIAN_NAME)-dev.install \ + debian/$(DEBIAN_NAME)-dev.links \ + debian/$(DEBIAN_NAME)-dev.manpages \ + debian/$(DEBIAN_NAME)-gnome-support.install \ + debian/$(DEBIAN_NAME)-gnome-support.postinst \ + debian/$(DEBIAN_NAME)-mozjs.install \ + debian/mozconfig \ + $(NULL) + +dh_xulrunner_files = \ + debian/dh/dh_xulrunner \ + debian/dh/dh_xulrunner.1 \ + $(NULL) + +DEB_DEFINES = -DLIBDIR="$(XUL_LIBDIR)" -DXULVER="$(XUL_VER)" -DXULBRANCH="$(DEBIAN_APP_NAME_VER)" -DAPPNAME="$(DEBIAN_NAME)" \ + -DINCDIR="$(XUL_INCDIR)" -DIDLDIR="$(XUL_IDLDIR)" -DSDKDIR="$(XUL_SDKDIR)" -DDEB_BUILD_GNU_TYPE="$(DEB_BUILD_GNU_TYPE)" \ + -DDEB_CONFIGURE_PREFIX="$(DEB_CONFIGURE_PREFIX)" -DDEB_CONFIGURE_LOCALSTATEDIR="$(DEB_CONFIGURE_LOCALSTATEDIR)" \ + -DDEB_CONFIGURE_LIBEXECDIR="$(DEB_CONFIGURE_LIBEXECDIR)" -DTOPSRCDIR="$(CURDIR)" -DMOZ_OBJDIR="$(MOZ_OBJDIR)" -DDEB_BUILDDIR="$(DEB_BUILDDIR)" +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + DEB_DEFINES += -DDEB_HOST_GNU_TYPE="$(DEB_HOST_GNU_TYPE)" +endif +ifeq (1,$(DEB_NO_OPTIMIZE)) + DEB_DEFINES += -DDEB_NO_OPTIMIZE +endif +ifeq (1,$(USE_SYSTEM_CAIRO)) + DEB_DEFINES += -DUSE_SYSTEM_CAIRO +endif +ifeq (1,$(USE_SYSTEM_SQLITE)) + DEB_DEFINES += -DUSE_SYSTEM_SQLITE +endif +ifeq (1,$(USE_SYSTEM_NSPR)) + DEB_DEFINES += -DUSE_SYSTEM_NSPR + NSPR_DEPENDS = libnspr4-dev +endif +ifeq (1,$(USE_SYSTEM_NSS)) + DEB_DEFINES += -DUSE_SYSTEM_NSS + NSS_DEPENDS = libnss3-dev +endif +ifeq (1,$(USE_SYSTEM_HUNSPELL)) + DEB_DEFINES += -DUSE_SYSTEM_HUNSPELL +endif +ifeq (1, $(DEB_ENABLE_IPC)) + DEB_DEFINES += -DDEB_ENABLE_IPC +endif +ifeq (1, $(DEB_DEBUG)) + DEB_DEFINES += -DDEBUG +endif + +regen-debian-control:: + sed -e 's,@APPNAME@,$(DEBIAN_NAME),g' < debian/control.pp > debian/control + +$(subst_files): $(foreach file, $(subst_files), $(subst -$(DEBIAN_APP_NAME_VER),,$(file).in)) + $(PYTHON) $(DEB_BUILDDIR)/config/Preprocessor.py -Fsubstitution --marker="%%" $(DEB_DEFINES) $(CURDIR)/$(subst -$(DEBIAN_APP_NAME_VER),,$@.in) > $(CURDIR)/$@ + +LOCALE_VERSION = $(shell echo $(DEBIAN_VERSION) | sed -e 's/~hg.*/pre/' | tr -d '~') + +binary-post-install/$(DEBIAN_NAME):: auto-locale-xpi.mk/translate fix-permissions + sed \ + -e 's/@EM_VERSION@/$(EM_TRANSLATION_VERSION)/' \ + -e 's/@EM_TOOLKIT_MIN_VERSION@/$(EM_TRANSLATION_MIN_VERSION)/' \ + -e 's/@EM_TOOLKIT_MAX_VERSION@/$(EM_TRANSLATION_MAX_VERSION)/' \ + < debian/translation-support/install.rdf.in > debian/install.rdf + cd debian && zip lp-export-xpis/en-US.xpi install.rdf +ifeq (,$(findstring $(EM_TRANSLATION_VERSION), $(LOCALE_VERSION))) + $(warning EM_TRANSLATION_VERSION=$(EM_TRANSLATION_VERSION) LOCALE_VERSION=$(LOCALE_VERSION). You need to explicitly adjust the translation version and min/max bounds.) +endif + +binary-predeb/$(DEBIAN_NAME):: compare + +binary-post-install/$(DEBIAN_NAME)-dev:: + sed -i 's/Cflags:\(.*\)$$/Cflags:\1 -I$${includedir}\/nspr/' debian/$(DEBIAN_NAME)-dev/usr/lib/pkgconfig/libxul-embedding.pc + sed -i 's/Libs:\(.*\)$$/Libs:\1 -lmozalloc/' debian/$(DEBIAN_NAME)-dev/usr/lib/pkgconfig/libxul.pc + echo -e "GREMinVer=2.0b\nGREMaxVer=2.0.0.99" >> debian/$(DEBIAN_NAME)-dev/usr/lib/pkgconfig/libxul-embedding.pc + +FIND_EXP = $(foreach ext,$(NOT_EXECUTABLE),-name '$(ext)' -o) +FIND_NOT_EXECUTABLE = $(wordlist 1, $(shell expr $(words $(FIND_EXP)) - 1), $(FIND_EXP)) + +# Generating dh_xulrunner +debian/dh/dh_xulrunner.1: debian/dh/dh_xulrunner + pod2man -c Debhelper -r $(XUL_VER) $^ > $@ + +debian/dh/dh_xulrunner: debian/dh/dh_xulrunner.in + sed 's/##BASE_VERSION##/$(DEBIAN_APP_NAME_VER)/' $^ > $@ + +post-patches:: debian/build-system.tar.gz + +pre-build:: $(subst_files) $(dh_xulrunner_files) + +debian/build-system.tar.gz: + # Create a build-system for xulrunner applications + sh debian/create-build-system.sh + +fix-permissions: + # Fix permissions + cd debian/tmp ; \ + find . -type f \( $(FIND_NOT_EXECUTABLE) \) -perm -u=x -exec chmod -c 644 {} \; + +clean:: regen-debian-control + rm -f $(subst_files) debian/install.rdf + rm -f debian/build-system.tar.gz --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner.prerm.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner.prerm.in @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +XUL_VERSION=@XULBRANCH@ + +if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then + /usr/sbin/update-alternatives --remove xulrunner /usr/bin/xulrunner-$XUL_VERSION +fi + +#DEBHELPER# --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner.install.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner.install.in @@ -0,0 +1,29 @@ +debian/tmp/etc/gre.d/@XULVER@.system.conf +debian/tmp/@LIBDIR@/chrome.manifest +%%ifdef DEB_ENABLE_IPC +debian/tmp/@LIBDIR@/plugin-container +%%endif +debian/tmp/@LIBDIR@/[A-MOQVX-Zabfh-kmoqsv-z]* +debian/tmp/@LIBDIR@/d[A-Za-hj-z]* +debian/tmp/@LIBDIR@/lib[A-Za-ln-z]* +debian/tmp/@LIBDIR@/libmoz[A-Za-ik-z]* +debian/tmp/@LIBDIR@/greprefs.js +debian/tmp/@LIBDIR@/platform.ini +debian/tmp/@LIBDIR@/plugins usr/lib/@APPNAME@-addons +debian/tmp/@LIBDIR@/res/[ac-ik-rv-zA-Z]* +debian/tmp/@LIBDIR@/res/s[a-su-zA-Z]* +debian/tmp/@LIBDIR@/res/t[a-df-zA-Z]* +debian/tmp/@LIBDIR@/run-mozilla.sh +debian/tmp/@LIBDIR@/README.txt +debian/tmp/@LIBDIR@/chrome/[A-Za-oqs-wyz]* +debian/tmp/@LIBDIR@/chrome/p[b-zA-Z]* +debian/tmp/@LIBDIR@/components/[A-Za-gi-kmoqsu-wyz]* +debian/tmp/@LIBDIR@/components/ns[A-RT-Z]* +debian/tmp/@LIBDIR@/components/nsS[b-z]* +debian/tmp/@LIBDIR@/components/p[a-qs-z]* +debian/tmp/@LIBDIR@/components/t[a-df-oq-z]* +debian/tmp/@LIBDIR@/components/x[a-oq-z]* +debian/tmp/@LIBDIR@/components/xulrunner.xpt +debian/tmp/@LIBDIR@/components/libdbusservice.so + +debian/system-greprefs.js /etc/@APPNAME@/ --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/system-greprefs.js +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/system-greprefs.js @@ -0,0 +1,6 @@ +// +// insert your system greprefs here +// + +// pref("general.config.filename", "defaults/syspref/system.cfg"); + --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner-gnome-support.install.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner-gnome-support.install.in @@ -0,0 +1 @@ +debian/tmp/@LIBDIR@/components/libmozgnome.so --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/MPL +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/MPL @@ -0,0 +1,567 @@ + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + claims: + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) the licenses granted in this Section 2.1(a) and (b) are + effective on the date Initial Developer first distributes + Original Code under the terms of this License. + + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + + (c) the licenses granted in Sections 2.2(a) and 2.2(b) are + effective on the date Contributor first makes Commercial Use of + the Covered Code. + + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + +3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + +5. Application of this License. + + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + +7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. + + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. + + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + +11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + +12. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + +13. MULTIPLE-LICENSED CODE. + + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + +EXHIBIT A -Mozilla Public License. + + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + + ---------------------------------------------------------------------- + + AMENDMENTS + + The Netscape Public License Version 1.1 ("NPL") consists of the + Mozilla Public License Version 1.1 with the following Amendments, + including Exhibit A-Netscape Public License. Files identified with + "Exhibit A-Netscape Public License" are governed by the Netscape + Public License Version 1.1. + + Additional Terms applicable to the Netscape Public License. + I. Effect. + These additional terms described in this Netscape Public + License -- Amendments shall apply to the Mozilla Communicator + client code and to all Covered Code under this License. + + II. "Netscape's Branded Code" means Covered Code that Netscape + distributes and/or permits others to distribute under one or more + trademark(s) which are controlled by Netscape but which are not + licensed for use under this License. + + III. Netscape and logo. + This License does not grant any rights to use the trademarks + "Netscape", the "Netscape N and horizon" logo or the "Netscape + lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", + "Smart Browsing" even if such marks are included in the Original + Code or Modifications. + + IV. Inability to Comply Due to Contractual Obligation. + Prior to licensing the Original Code under this License, Netscape + has licensed third party code for use in Netscape's Branded Code. + To the extent that Netscape is limited contractually from making + such third party code available under this License, Netscape may + choose to reintegrate such code into Covered Code without being + required to distribute such code in Source Code form, even if + such code would otherwise be considered "Modifications" under + this License. + + V. Use of Modifications and Covered Code by Initial Developer. + V.1. In General. + The obligations of Section 3 apply to Netscape, except to + the extent specified in this Amendment, Section V.2 and V.3. + + V.2. Other Products. + Netscape may include Covered Code in products other than the + Netscape's Branded Code which are released by Netscape + during the two (2) years following the release date of the + Original Code, without such additional products becoming + subject to the terms of this License, and may license such + additional products on different terms from those contained + in this License. + + V.3. Alternative Licensing. + Netscape may license the Source Code of Netscape's Branded + Code, including Modifications incorporated therein, without + such Netscape Branded Code becoming subject to the terms of + this License, and may license such Netscape Branded Code on + different terms from those contained in this License. + + VI. Litigation. + Notwithstanding the limitations of Section 11 above, the + provisions regarding litigation in Section 11(a), (b) and (c) of + the License shall apply to all disputes relating to this License. + + EXHIBIT A-Netscape Public License. + + "The contents of this file are subject to the Netscape Public + License Version 1.1 (the "License"); you may not use this file + except in compliance with the License. You may obtain a copy of + the License at http://www.mozilla.org/NPL/ + + Software distributed under the License is distributed on an "AS + IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + implied. See the License for the specific language governing + rights and limitations under the License. + + The Original Code is Mozilla Communicator client code, released + March 31, 1998. + + The Initial Developer of the Original Code is Netscape + Communications Corporation. Portions created by Netscape are + Copyright (C) 1998-1999 Netscape Communications Corporation. All + Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the + terms of the _____ license (the "[___] License"), in which case + the provisions of [______] License are applicable instead of + those above. If you wish to allow use of your version of this + file only under the terms of the [____] License and not to allow + others to use your version of this file under the NPL, indicate + your decision by deleting the provisions above and replace them + with the notice and other provisions required by the [___] + License. If you do not delete the provisions above, a recipient + may use your version of this file under either the NPL or the + [___] License." --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/docs +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/docs @@ -0,0 +1 @@ +debian/MPL --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner-gnome-support.postinst.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner-gnome-support.postinst.in @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +GRE_VERSION=`/usr/bin/xulrunner-2.0 --gre-version` + +if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then + if test -e /usr/lib/xulrunner-$GRE_VERSION/.autoreg; then + touch /usr/lib/xulrunner-$GRE_VERSION/.autoreg + fi +fi + +#DEBHELPER# --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/xulrunner-dev.install.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/xulrunner-dev.install.in @@ -0,0 +1,45 @@ +debian/tmp/@INCDIR@/[a-mo-su-wyzA-SU-Z]* +debian/tmp/@INCDIR@/t[a-df-zA-Z]* +debian/tmp/@INCDIR@/n[a-rt-zA-Z]* +debian/tmp/@INCDIR@/ns[a-zA-HJ-Z]* +debian/tmp/@INCDIR@/nsI[A-GI-RU-Za-z]* +debian/tmp/@INCDIR@/nsIH[a-su-zA-Z]* +debian/tmp/@INCDIR@/nsIHttp[A-RT-Za-z]* +debian/tmp/@INCDIR@/nsIS[A-Zb-z]* +debian/tmp/@INCDIR@/nsISa[a-ln-zA-Z]* +debian/tmp/@INCDIR@/nsIT[a-df-zA-Z]* +debian/tmp/@INCDIR@/nsITe[a-rt-zA-Z]* +debian/tmp/@INCDIR@/x[a-oq-zA-Z]* +debian/tmp/@INCDIR@/xp[abd-zA-Z]* +debian/tmp/@INCDIR@/xpc[_a-su-zA-Z]* + +debian/tmp/@IDLDIR@/[a-mo-su-wyzA-SU-Z]* +debian/tmp/@IDLDIR@/t[a-df-zA-Z]* +debian/tmp/@IDLDIR@/ns[a-zA-HJ-Z]* +debian/tmp/@IDLDIR@/nsI[A-GI-RU-Za-z]* +debian/tmp/@IDLDIR@/nsIH[a-su-zA-Z]* +debian/tmp/@IDLDIR@/nsIHttp[A-RT-Za-z]* +debian/tmp/@IDLDIR@/nsIS[A-Zb-z]* +debian/tmp/@IDLDIR@/nsISa[a-ln-zA-Z]* +debian/tmp/@IDLDIR@/nsIT[a-df-zA-Z]* +debian/tmp/@IDLDIR@/nsITe[a-rt-zA-Z]* +debian/tmp/@IDLDIR@/xpc[_a-su-zA-Z]* + +debian/tmp/@SDKDIR@/sdk/lib/*.a +debian/tmp/@SDKDIR@/*.h +debian/tmp/@SDKDIR@/bin +debian/tmp/@SDKDIR@/idl +debian/tmp/@SDKDIR@/include +debian/tmp/@SDKDIR@/lib + +debian/tmp/usr/lib/pkgconfig/*.pc /usr/lib/pkgconfig/ + +debian/build-system.tar.gz @SDKDIR@/sdk/ + +%%ifndef USE_SYSTEM_NSPR +debian/tmp/@LIBDIR@/nspr-config +%%endif + +debian/dh/dh_xulrunner /usr/bin +debian/dh/xulrunner.pm /usr/share/perl5/Debian/Debhelper/Sequence + --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/control.pp +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/control.pp @@ -0,0 +1,112 @@ +Source: @APPNAME@ +Section: devel +Priority: optional +Maintainer: Ubuntu Mozilla Team +Homepage: http://developer.mozilla.org/en/docs/XULRunner +Vcs-Bzr: https://code.launchpad.net/~mozillateam/xulrunner/xulrunner-2.0.head +Build-Depends: cdbs, + debhelper (>= 5.0.37.2), + dpkg-dev (>= 1.13.19), + quilt, + autoconf2.13, + autotools-dev, + libx11-dev (>= 2:1.0), + libxt-dev, + libidl-dev, + libgtk2.0-dev (>= 2.12), + libglib2.0-dev (>= 2.12), + libstartup-notification0-dev, + libgnome2-dev (>= 2.16), + libgnomeui-dev (>= 2.16), + libdbus-1-dev (>= 1.0.0), + libdbus-glib-1-dev (>= 0.60), + libcairo2-dev, + libpixman-1-dev, + libpng12-dev (>= 1.2.0), + libjpeg62-dev (>= 6b), + zlib1g-dev (>= 1:1.2.3), + libbz2-dev, + zip, + libreadline5-dev | libreadline-dev, + libkrb5-dev, + libasound2-dev, + libhunspell-dev (>= 1.1.5-2), + libnspr4-dev (>= 4.7.1~beta2), + libnss3-dev (>= 3.12.0~beta3), + libsqlite3-dev, + hardening-wrapper, + libnotify-dev, + libiw-dev, + yasm (>= 0.7), + mesa-common-dev, + mozilla-devscripts (>= 0.08~), + lsb-release +Standards-Version: 3.8.0 + +Package: @APPNAME@ +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, @APPNAME@-mozjs +Conflicts: j2re1.4 +Description: XUL + XPCOM application runner + XULRunner is a single "gecko runtime" that can be used to bootstrap + multiple XUL + XPCOM applications that are as rich as Firefox and + Thunderbird. + . + XUL is Mozilla's XML based User Interface language that lets you build + feature-rich cross platform applications. These applications are easily + customized with alternative text, graphics and layout so that they can be + readily branded or localized for various markets. Web developers already + familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start + building applications right away. + . + XPCOM is a cross platform component model. It has multiple language + bindings and IDL descriptions so programmers can plug their custom + functionality into the framework and connect it with other components. + +Package: @APPNAME@-mozjs +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: xulrunner-2.0 (<= 2.0~b7+nobinonly-0ubuntu1) +Replaces: xulrunner-2.0 +Description: Spidermonkey Javascript engine + Spidermonkey is a Javascript engine written in C, used by Gecko. + This package provides the actual binary used by XULRunner, and + is intended for applications that just want to embed a javascript + engine as an alternative to depending on the entire Mozilla runtime + +Package: @APPNAME@-dbg +Architecture: any +Section: devel +Priority: optional +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @APPNAME@ debug symbols + Debug symbols for XULRunner 2.0. + +Package: @APPNAME@-dev +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, @APPNAME@ (= ${binary:Version}), ${nspr:Depends}, ${nss:Depends} +Conflicts: xulrunner-1.9.1-dev, xulrunner-1.9.2-dev +Description: XUL + XPCOM development files + This package contains the development headers, idl files and static libraries + needed to develop applications using Mozilla XUL Engine + +Package: xulrunner-dev +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, @APPNAME@-dev +Description: Debian compatibility and meta package for XUL + XPCOM development files + This (empty) package eases the life on sync's and merges in ubuntu by providing + the package name used by debian. Also it defines the current default xulrunner + development package in ubuntu. + +Package: @APPNAME@-gnome-support +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, @APPNAME@ (= ${binary:Version}) +Description: Support for Gnome in @APPNAME@ applications + This is an extension to @APPNAME@ that allows XUL applications to use + protocol handlers from Gnome-VFS, such as smb or sftp, and other Gnome + integration features. --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/mozconfig.in +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/mozconfig.in @@ -0,0 +1,71 @@ +ac_add_options --build=@DEB_BUILD_GNU_TYPE@ +%%ifdef DEB_HOST_GNU_TYPE +ac_add_options --host=@DEB_HOST_GNU_TYPE@ +%%endif +ac_add_options --prefix=@DEB_CONFIGURE_PREFIX@ +ac_add_options --localstatedir=@DEB_CONFIGURE_LOCALSTATEDIR@ +ac_add_options --libexecdir=@DEB_CONFIGURE_LIBEXECDIR@ +ac_add_options --disable-maintainer-mode +ac_add_options --disable-dependency-tracking +ac_add_options --disable-silent-rules +ac_add_options --srcdir=@TOPSRCDIR@/@DEB_BUILDDIR@ +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/@MOZ_OBJDIR@ +ac_add_options --enable-application=xulrunner +ac_add_options --with-default-mozilla-five-home=@DEB_CONFIGURE_LIBEXECDIR@ +ac_add_options --enable-safe-browsing +ac_add_options --enable-startup-notification +ac_add_options --without-system-jpeg +ac_add_options --with-system-zlib=/usr +ac_add_options --with-system-bz2=/usr +ac_add_options --disable-crashreporter +ac_add_options --disable-elf-dynstr-gc +ac_add_options --disable-installer +ac_add_options --disable-strip +ac_add_options --disable-install-strip +ac_add_options --disable-updater +ac_add_options --enable-shared-js +%%ifdef DEB_NO_OPTIMIZE +ac_add_options --disable-optimize +%%else +ac_add_options --enable-optimize +%%endif +ac_add_options --enable-libnotify +ac_add_options --enable-gio +ac_add_options --with-distribution-id=com.ubuntu +ac_add_options --disable-gnomevfs +ac_add_options --disable-tests +%%ifdef USE_SYSTEM_CAIRO +ac_add_options --enable-system-cairo +%%else +ac_add_options --disable-system-cairo +%%endif +%%ifdef USE_SYSTEM_SQLITE +ac_add_options --enable-system-sqlite +%%else +ac_add_options --disable-system-sqlite +%%endif +%%ifdef USE_SYSTEM_NSPR +ac_add_options --with-system-nspr +%%else +ac_add_options --without-system-nspr +%%endif +%%ifdef USE_SYSTEM_NSS +ac_add_options --with-system-nss +%%else +ac_add_options --without-system-nss +%%endif +%%ifdef USE_SYSTEM_HUNSPELL +ac_add_options --enable-system-hunspell +%%else +ac_add_options --disable-system-hunspell +%%endif +%%ifdef DEB_ENABLE_IPC +ac_add_options --enable-ipc +%%else +ac_add_options --disable-ipc +%%endif +%%ifdef DEBUG +ac_add_options --enable-debug +%%else +ac_add_options --disable-debug +%%endif --- xulrunner-2.0-2.0~b8+build1+nobinonly.orig/debian/changelog +++ xulrunner-2.0-2.0~b8+build1+nobinonly/debian/changelog @@ -0,0 +1,1909 @@ +xulrunner-2.0 (2.0~b8+build1+nobinonly-0ubuntu1) natty; urgency=low + + * New upstream release v2.0 B8 (FIREFOX_4_0b8_BUILD1) + + [ Chris Coulson ] + * Set GREMinVer and GREMaxVer variables in the libxul-embedding pkg-config + file. We can use this in embedders to set the constraints we want on + the supported GRE version (which currently should be that applications + in Natty only work with 2.0. This will make future transitions + easier when we add new Gecko versions as a security update, as we won't + break a whole bunch of applications that try to use the latest version + when they don't support it) + - update debian/rules + * Support debug builds. By setting "debug" in DEB_BUILD_OPTIONS, xulrunner + will build with --enable-debug and --disable-optimize + - update debian/rules + - update debian/mozconfig.in + + [ Micah Gersten ] + * Bump minimum system NSS to 3.12.9 and NSPR to 4.8.7 after upstream landing + of configure patch from (bmo: 599324) aka Mozilla upgrade to NSS 3.12.9 + - update debian/rules + + -- Micah Gersten Sun, 19 Dec 2010 20:51:29 -0600 + +xulrunner-2.0 (2.0~b7+nobinonly-0ubuntu5) natty; urgency=low + + * Make libnspr4-dev and libnss3-dev binary depends dynamic, based + on whether we build with internal or external libs + - update debian/control.pp + - update debian/rules + * Only add the Cflags hack to libxul-embedding.pc. All the other pkg-config + files have the correct Requires. We can't add a Requires: nspr to + libxul-embedding, as we don't want the linker flags + - update debian/rules + * Install all available pkg-config files (which will include mozilla-nspr + and mozilla-nss if the build fell back to in-tree libs) + - update debian/xulrunner-dev.install.in + * Add libmozalloc.so symlink to the SDK, dependent applications now need + this for the new allocator functions + - update debian/xulrunner-dev.links.in + * Add -lmozalloc to Libs: in libxul.pc + - update debian/rules + + -- Chris Coulson Fri, 26 Nov 2010 01:48:19 +0000 + +xulrunner-2.0 (2.0~b7+nobinonly-0ubuntu4) natty; urgency=low + + * Modify the pkg-config files to add ${includedir}/nspr to Cflags + - update debian/rules + * Add dh_xulrunner to package from xulrunner-1.9.2 + - add debian/dh/dh_xulrunner.in + - add debian/dh/xulrunner.pm + - add debian/xulrunner-dev.manpages.in + - update debian/rules + + -- Chris Coulson Thu, 25 Nov 2010 14:21:39 +0000 + +xulrunner-2.0 (2.0~b7+nobinonly-0ubuntu3) natty; urgency=low + + * Really make sure that -pie is switched off in the Natty build for now + - update debian/rules + + -- Chris Coulson Tue, 23 Nov 2010 17:13:11 +0000 + +xulrunner-2.0 (2.0~b7+nobinonly-0ubuntu2) natty; urgency=low + + * Only build with --enable-ipc on architectures that support it + - update debian/rules + - update debian/mozconfig.in + - update debian/xulrunner.install.in + * Add xulrunner-dev package + - update debian/control.pp + * Add a xulrunner-2.0-mozjs package, which can be used by applications + just requiring a JS engine. Note that libmozjs.so won't be installed in + a location where the linker can find it, so applications will still need + to find it and do the LD_LIBRARY_PATH hack + - update debian/control.pp + - add debian/xulrunner-mozjs.install.in + - update debian/xulrunner.install.in + + -- Chris Coulson Tue, 23 Nov 2010 15:41:05 +0000 + +xulrunner-2.0 (2.0~b7+nobinonly-0ubuntu1) natty; urgency=low + + * New upstream release v2.0 B7 (FIREFOX_4_0b7_RELEASE) + + [ Fabien Tassin ] + * Add mesa-common-dev to Build-Depends, it's needed for WebGL (see bmo 516213) + - update debian/control + * greprefs has been renamed to greprefs.js + - update debian/xulrunner-2.0.install + * Update the main install file as some res/ files have been removed upstream + - update debian/xulrunner-2,0.install + * Enable gio, replacing gnomevfs + - update debian/rules + * Use all available CPUs/cores during build, so we take less build cycles + - update debian/rules + * Drop components/libimgicon.so from the install file, it's gone + - update debian/xulrunner-2.0.install + + [ Micah Gersten ] + * Rebase patches + - update debian/patches/bzXXX_plugin_for_mimetype_pref.patch + - update debian/patches/add_syspref_dir.patch + - update debian/patches/system_path_launch_child.patch + - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch + - update debian/patches/bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch + - update debian/patches/bz466923_att350251_password_prompt_branding_fallback.patch + * Add yasm to build-depends to help with libvpx optimization (see bmo: 567302) + - update debian/control + * Bump minimum system cairo to 1.10 in advance of landing of (bmo: 595805) + aka Update required cairo version to 1.10 + - update debian/rules + + [ Draycen DeCator ] + * Rebase patches + - update debian/patches/add_syspref_dir.patch + - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch + + [ Chris Coulson ] + * Auto-generate debian/control, substituting in the correct package name + - update debian/control + - add debian/control.pp + - update debian/rules + * Build using a mozconfig rather than using an explicit configure step. This + aligns with what we're doing in Firefox + - add debian/mozconfig.in + - update debian/rules + * Drop superfluous files + - remove debian/xulrunner-2.0-dev.install.i386.pp + - remove debian/xulrunner-2.0-dev.install.lpia.pp + * Drop bits used for pyxpcom + - remove debian/xulrunner-2.0.postrm.in + * Auto-generate debhelper files and move dh_link and dh_install calls + from debian/rules to these + - rename debian/xulrunner-2.0-dev.install => debian/xulrunner-dev.install.in + - update debian/xulrunner-dev.install.in + - add debian/xulrunner-dev.links.in + - rename debian/xulrunner-2.0-gnome-support.install => + debian/xulrunner-gnome-support.install.in + - update debian/xulrunner-gnome-support.install.in + - rename debian/xulrunner-2.0-gnome-support.postinst => + debian/xulrunner-gnome-support.postinst.in + - rename debian/xulrunner-2.0.dirs => debian/xulrunner.dirs.in + - update debian/xulrunner.dirs.in + - rename debian/xulrunner-2.0.install => debian/xulrunner.install.in + - update debian/xulrunner.install.in + - add debian/xulrunner.links.in + - rename debian/xulrunner-2.0.postinst.in => debian/xulrunner.postinst.in + - rename debian/xulrunner-2.0.preinst.in => debian/xulrunner.preinst.in + - rename debian/xulrunner-2.0.prerm.in => debian/xulrunner.prerm.in + - update debian/rules + * Drop postinst hook to clean up files in /etc/ld.so.conf.d, there should + be no upgrade path that requires this + - update debian/xulrunner.postinst.in + * Drop unneeded or obsolete patches + - remove debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch + - remove debian/patches/bz467751_att351167_sysplugin_xre_part.patch + - remove debian/patches/system_path_launch_child.patch + - remove debian/patches/testsuite_skip_tests_depending_on_utf8.patch + - remove debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch + - update debian/patches/series + * Don't build with -pie on Natty (LP: #663294) + - update debian/rules + - update debian/control.pp + * Don't use a source patch to replace the so files in the SDK with + sym-links, do this all in the packaging instead + - remove debian/patches/dont_install_so_in_dev.patch + - update debian/patches/series + - update debian/xulrunner-dev.install.in + - update debian/xulrunner-dev.links.in + * Build with --enable-shared-js to build libmozjs again, so we don't + force things like gnome-shell and couch to pull in the whole Mozilla runtime + - update debian/mozconfig.in + * Install the top-level chrome.manifest + - update debian/xulrunner.install.in + * Add a symlink to the system dictionaries rather than shipping our own + - update debian/xulrunner.install.in + - update debian/xulrunner.links.in + * Refresh patches: + - update debian/patches/bz467738_att351145_lockPref_everywhere.patch + * Drop the *-testsuite packages for now. We're running the test-suite in + firefox, and the test-suite binaries are of limited use with a built + source tree + - update debian/control + - remove debian/xulrunner-testsuite-2.0.install + - remove debian/xulrunner-testsuite-2.0-dev.install + - update debian/rules + + -- Chris Coulson Wed, 17 Nov 2010 22:46:55 +0000 + +xulrunner-1.9.2 (1.9.2.12+build1+nobinonly-0ubuntu0.10.10.1) maverick-security; urgency=low + + * New upstream release v1.9.2.12 (FIREFOX_3_6_12_BUILD1) + - see USN-1011-3 + + -- Chris Coulson Wed, 27 Oct 2010 14:02:13 -0400 + +xulrunner-1.9.2 (1.9.2.11+build3+nobinonly-0ubuntu0.10.10.1) maverick-security; urgency=low + + * New upstream release v1.9.2.11 (FIREFOX_3_6_11_BUILD3) + - see USN-997-1 + + * Drop patch to allow building with system NSPR less than 4.8.6 + - drop debian/patches/fix_build_w_nspr_less_than_486.patch + - update debian/patches/series + * Bump minimum system NSS to 3.12.8 after landing of (bmo: 600104) aka + Bump minimum required version for system NSS to 3.12.8 + - update debian/rules + * Bump minimum system NSPR to 4.8.6 after landing of (bmo: 567620) aka + Bump minimum required version for system NSPR to 4.8.6 + - update debian/rules + * Bump minimum version of sqlite to 3.7.1 after landing of (bmo: 583611) aka + Upgrade to SQLite 3.7.1 + - update debian/rules + + -- Micah Gersten Sat, 02 Oct 2010 22:14:34 -0500 + +xulrunner-1.9.2 (1.9.2.10+build1+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.10 (FIREFOX_3_6_10_BUILD1) + + * fix LP: #632779 - Xulrunner based applications affected by extensions using + symlinks; Add patch from firefox-3.6 branch to fix the symlinks + - add debian/patches/lp518422.patch + - update debian/patches/series + + -- Micah Gersten Sat, 11 Sep 2010 23:14:12 -0500 + +xulrunner-1.9.2 (1.9.2.9+build1+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.9 (FIREFOX_3_6_9_BUILD1) + + * Add patch to allow building with system NSPR less than 4.8.6 + - add debian/patches/fix_build_w_nspr_less_than_486.patch + - update debian/series + * Drop xulrunner-1.9 transitional package; There is no upgrade path from + xulrunner-1.9 in Maverick + - update debian/control + + -- Micah Gersten Sun, 05 Sep 2010 04:29:32 -0500 + +xulrunner-1.9.2 (1.9.2.8+build1+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.8 (FIREFOX_3_6_8_BUILD1) + + -- Micah Gersten Fri, 23 Jul 2010 02:01:49 -0500 + +xulrunner-1.9.2 (1.9.2.7+build2+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.7build2 (FIREFOX_3_6_7_BUILD2) + + * When building with system NSS, create a symlink to /usr/include/nss + in the folder that the xulrunner headers are shipped in, for applications + that look here for the NSS headers + - update debian/rules + + -- Chris Coulson Thu, 15 Jul 2010 23:21:58 +0100 + +xulrunner-1.9.2 (1.9.2.7+build1+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.7 (FIREFOX_3_6_7_BUILD1) + + -- Chris Coulson Fri, 09 Jul 2010 12:20:05 +0100 + +xulrunner-1.9.2 (1.9.2.6+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.6 (FIREFOX_3_6_6_RELEASE) + + -- Chris Coulson Mon, 28 Jun 2010 12:37:05 +0100 + +xulrunner-1.9.2 (1.9.2.4+build7+nobinonly-0ubuntu1) maverick; urgency=low + + * New upstream release v1.9.2.4 (FIREFOX_3_6_4_BUILD7) + + [ Micah Gersten ] + * Drop patch after upstream landing of (bmo: 544481) aka + Build fails on Ubuntu Lucid Lynx using 'dash' shell + - drop debian/patches/fix-build-glitch.patch + - update debian/patches/series + + [ Chris Coulson ] + * Rebase patches for 1.9.2.4 + - update debian/patches/add_syspref_dir.patch + * Fix LP: #513887 - Install the plugin-container binary for OOPP support + when building with --enable-ipc + - update debian/rules + * Build with --enable-ipc on amd64, i386 and armel. These are the only + architectures where OOPP is supported. Build with --disable-ipc on all + other architectures + - update debian/rules + * Add a cairo LCD filter to use Freetype LCD colour filtering features, + based on the same patch applied to our system cairo package (LP: #512615) + - add debian/patches/lp512615_cairo_lcd_filter.patch + - update debian/patches/series + + -- Chris Coulson Wed, 23 Jun 2010 15:25:26 +0100 + +xulrunner-1.9.2 (1.9.2.3+nobinonly-0ubuntu2) lucid; urgency=low + + * Fix unit test failures on IA-64 - specify a return instruction for this + architecure (LP: #555127) + - add debian/patches/fix_ia64_unit_test_failure.patch + - update debian/patches/series + * Re-enable unit tests on IA-64 + - update debian/rules + + -- Chris Coulson Tue, 13 Apr 2010 16:54:43 +0100 + +xulrunner-1.9.2 (1.9.2.3+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.2.3 (FIREFOX_3_6_3_RELEASE) + + * Provide a dummy xulrunner-1.9 binary package to handle a case where + the update-alternatives calls in the old prerm script fail when the + package is removed after a Hardy => Lucid upgrade, if no other + xulrunner version is present on the system (LP: #525621) + - update debian/control + - add debian/xulrunner-1.9.prerm + * Use the dummy xulrunner-1.9 package to clean up obsolete conffiles + during Hardy => Lucid upgrades + - add debian/xulrunner-1.9.preinst + * Refreshed patches for new upstream source + - update debian/patches/add_syspref_dir.patch + * Disable unit tests for now on ia64 (LP: #555127) + - update debian/rules + + -- Chris Coulson Thu, 08 Apr 2010 01:19:03 +0100 + +xulrunner-1.9.2 (1.9.2.2+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.2.2 (FIREFOX_3_6_2_RELEASE) + + * Bump minimum system NSS to 3.12.6 after upstream landing of (bmo: 545755) + aka Update Mozilla stable branches to NSS 3.12.6 and minimal support for + RFC 5746 + - update debian/rules + * Add a patch for (bmo: 540524) aka mozilla-plugin.pc.in still includes a + stable in cflags until it lands + - add debian/patches/bz540524_att422281.patch + - update debian/patches/series + * Add symlinks for libxul-unstable.pc and libxul-embedding-unstable.pc + to ease porting to xulrunner-1.9.2 + - add debian/xulrunner-1.9.2-dev.links + + -- Micah Gersten Tue, 23 Mar 2010 18:29:36 -0500 + +xulrunner-1.9.2 (1.9.2+nobinonly-0ubuntu2) lucid; urgency=low + + * Add tools/rb/fix-linux-stack.pl and testing/testsuite-targets.mk to + build-system.tar.gz to help build fennec/prism + - update debian/create-build-system.sh + * Add libnotify-dev and libiw-dev to xulrunner-1.9.2-dev depends + - update debian/control + + -- Micah Gersten Thu, 11 Mar 2010 13:49:44 -0600 + +xulrunner-1.9.2 (1.9.2+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.2 (FIREFOX_3_6_RELEASE) + + [ Kees Cook ] + * enable PIE build for increased security (LP: #507744) + - update debian/rules + - update debian/control + * fix failure in build due to unrecognized line-end-escapes in Makefile + - add debian/patches/fix-build-glitch.patch + - update debian/patches/series + + [ Fabien Tassin ] + * Mass update from 1.9.1 to 1.9.2: + * Renamed and updated + - debian/mozclient/xulrunner-1.9.1.conf => debian/mozclient/xulrunner-1.9.2.conf + - debian/mozclient/xulrunner-1.9.1.mk => debian/mozclient/xulrunner-1.9.2.mk + - debian/xulrunner-1.9.1-dev.install => debian/xulrunner-1.9.2-dev.install + - debian/xulrunner-1.9.1-gnome-support.install => debian/xulrunner-1.9.2-gnome-support.install + - debian/xulrunner-1.9.1-gnome-support.postinst => debian/xulrunner-1.9.2-gnome-support.postinst + - debian/xulrunner-1.9.1.install => debian/xulrunner-1.9.2.install + - debian/xulrunner-1.9.1.dirs => debian/xulrunner-1.9.2.dirs + - debian/xulrunner-1.9.1.postinst.in => debian/xulrunner-1.9.2.postinst.in + - debian/xulrunner-1.9.1.postrm.in => debian/xulrunner-1.9.2.postrm.in + - debian/xulrunner-1.9.1.preinst.in => debian/xulrunner-1.9.2.preinst.in + - debian/xulrunner-1.9.1.prerm.in => debian/xulrunner-1.9.2.prerm.in + * Updated: + - debian/control + * Update the location of the upsteam branch now that 3.6/Namoroka has its own + branch, and trunk moved on to 3.7 + - update debian/mozclient/xulrunner-1.9.2.conf + * Target the 'default' branch instead of tip + - add debian/moz-rev.sh + - update debian/mozclient/xulrunner-1.9.2.conf + * Make -dev package conflict with xulrunner-1.9.1-dev + - update debian/control + * Install missing files detected by 'compare' + - update debian/xulrunner-1.9.2.install + - update debian/xulrunner-1.9.2-testsuite.install + * Drop files no longer in the install dir + - update debian/xulrunner-1.9.2-testsuite.install + * Pass -p to all dh_{install,links} to prevent unncessary installs + - update debian/rules + * Update -dev install files now that the includes are flattened (bmo 488175) + - update debian/xulrunner-1.9.2-dev.install + - update debian/xulrunner-1.9.2-dev.install.i386.pp + - update debian/xulrunner-1.9.2-dev.install.lpia.pp + - update debian/xulrunner-1.9.2-testsuite-dev.install + * Run 'compare' in binary-predeb now that dh_install is doing the right thing. + Update the compare filters + - update debian/rules + - update debian/mozclient/xulrunner-1.9.2.mk + * Update diverged patches: + - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch + - update debian/patches/bzXXX_plugin_for_mimetype_pref.patch + - update debian/patches/bz472807_att356161_nspr_nss_pc.patch + - update debian/patches/system_path_launch_child.patch + - update debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch + - update debian/patches/bzXXX_fix_test_suite_bashisms.patch + - update debian/patches/dont_install_so_in_dev.patch + - update debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch + * Remove patches no longer needed / applied upstream: + - drop debian/patches/bzXXX_no_zlib_export_if_native.patch (bmo 488175) + - drop debian/patches/protect_tests_by_ifdefs.patch (bmo 495387) + - drop debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch + - update debian/patches/series + * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with + dates in the past + - update debian/mozclient/xulrunner-1.9.2.conf + * Fix -dev install file so that /testing/ doesn't end up in both -dev + and -testsuite-dev + - update debian/xulrunner-1.9.2-dev.install + + [ Alexander Sack ] + * upstreamed nss/nspr pkg-config patch (bmo 472807) + - debian/patches/bzXXX_pc_honour_system_nspr_nss.patch => debian/patches/bz472807_att356161_nspr_nss_pc.patch + * ship native libnotify support in -gnome-support; add --enable-libnotify + to configure flags and add libnotify-dev to Build-Depends + - update debian/rules + - update debian/control + * adjust patch to changed upstream code base + - update debian/patches/bz467751_att351167_sysplugin_xre_part.patch + * fix .install directory contents changed in upstream make install target + - debian/xulrunner-1.9.2-testsuite.install + - debian/xulrunner-1.9.2.install + * fix memalign crashes on shutdown by wrapping PR_SetEnv in nsAppRunner.cpp to + leak all strings (LP: #319480) + - add debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch + - update debian/patches/series + * tighten depends of xulrunner-1.9.2-dev; use xulrunner-1.9.2 (= ${binary:Version}) + - update debian/control + * bmo: #493541 - fix a crash which occurs switching flash videos to fullscreen mode; + we cherry pick a patch from bugzilla; thanks to Stephan Ebner + for spotting and testing the patch + - add debian/patches/bz493541_att386469_fix_flash_fullscreen_crash.patch + - update debian/patches/series + * drop ubuntu specific gre plugin/extension patch; we frequently need to touch it so we should rather + strive for an upstream solution + - drop debian/patches/bzXXX_gre_extension_plugin_support.patch + - update debian/patches/series + * set BUILD_OFFICIAL = 1 to enable all official build features + - update debian/rules + + [ Benjamin Drung ] + * simplify pkg-config shell command + - update debian/rules + + [ Micah Gersten ] + * Rename from 1.9.1 to 1.9.2 + - debian/xulrunner-1.9.1-dev.manpages => debian/xulrunner-1.9.2-dev.manpages + * Add xulrunner-dev and depend on xulrunner-1.9.2-dev + - update debian/control + * Modify compile link against nspr to be ${includedir}/nspr instead of + ${includedir}/stable/nspr + - update debian/rules + * fix LP: #529628 - dh_xulrunner adds wrong dependency on binary version + - update debian/rules + + -- Micah Gersten Mon, 01 Mar 2010 11:42:34 -0600 + +xulrunner-1.9.1 (1.9.1.7+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.1.7 (FIREFOX_3_5_7_RELEASE) + - see USN-878-1 + + [ Micah Gersten ] + * Drop patch after upstream landing of (bmo: 521780) aka + extension upgrade with a moved location breaks extension manager + - drop debian/patches/lp441552_bz521780_att407108.patch + - update debian/patches/series + * Add patch to make Thumb-2 Safe for Lucid (LP: #488354) + - add debian/patches/bz532198_lp488354_ns_invokebyindex_not_thumb2_safe.patch + - update debian/patches/series + + [ Dmitrijs Ledkovs ] + * Added dh_xulrunner from Debian (LP: #498973) + - add debian/dh/dh_xulrunner.in + - add debian/dh/xulrunner.pm + - add debian/xulrunner-1.9.1-dev.manpages + - update debian/rules + - update debian/xulrunner-1.9.1-dev.install + + -- Micah Gersten Tue, 05 Jan 2010 17:50:47 -0600 + +xulrunner-1.9.1 (1.9.1.6+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.1.6 (FIREFOX_3_5_6_RELEASE) + - see USN-874-1 + + [ Micah Gersten ] + * Drop patch after upstream fix landing + - drop debian/patches/fix_ftbfs_with_cairo_fb.patch + - update debian/patches/series + * Bump minimum sqlite to 3.6.16.1 + - update debian/rules + * Bump minimum system cairo to 1.8.8 + - update debian/rules + + [ Alexander Sack ] + * drop patch after 1.9.1 branch landing of mozilla bug 499498 + - delete debian/patches/bz499498_att397329_lp401055_bad_window.patch + - update debian/patches/series + + [ Fabien Tassin ] + * Use all available CPUs/cores during build, so we take less build cycles + - update debian/rules + + -- Alexander Sack Tue, 15 Dec 2009 22:44:05 +0100 + +xulrunner-1.9.1 (1.9.1.5+nobinonly-0ubuntu2) lucid; urgency=low + + * fix armel thumb build failures by enabling implicit-it for lucid; + add lsb-release to build depends in order to match by lsb codename + - update debian/rules + - update debian/control + + -- Alexander Sack Sat, 28 Nov 2009 19:39:34 +0100 + +xulrunner-1.9.1 (1.9.1.5+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.1.5 (FIREFOX_3_5_5_RELEASE) + - fixes regressions and crashers only + + -- Alexander Sack Mon, 09 Nov 2009 11:18:54 +0100 + +xulrunner-1.9.1 (1.9.1.4+nobinonly-0ubuntu1) lucid; urgency=low + + * New upstream release v1.9.1.4 (FIREFOX_3_5_4_RELEASE) + - see USN-853-1 + + -- Alexander Sack Mon, 09 Nov 2009 11:12:44 +0100 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu6) karmic; urgency=low + + [ Fabien Tassin ] + * fix LP: #454166 - target the 'default' branch instead of tip; + this just affects daily builds from this branch + - add debian/moz-rev.sh + - update debian/mozclient/xulrunner-1.9.1.conf + + [ Alexander Sack ] + * fix LP: #441552 - [MASTER] Firefox 3.5 prompting to restart without + installing new addons; basically on upgrade if firefox does not find + an reference to a previously known extension location in the new created + extension rdf, the extension manager will fail leading to a bad startup + sequence, basically leaving users in a instable state as no extension + upgrades etc. will finish/work properly. The fix takes latest upstream + patch (attach 407108) from https://bugzilla.mozilla.org/show_bug.cgi?id=521780 + - add debian/patches/lp441552_bz521780_att407108.patch + - update debian/patches/series + + -- Alexander Sack Tue, 20 Oct 2009 12:08:40 +0200 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu5) karmic; urgency=low + + * fix LP: #401055 - Gdk-ERROR **: The program 'firefox-3.5' received + an X Window System error (BadWindow); add patch from upstream bug + (also LP: #411695) + - add debian/patches/bz499498_att397329_lp401055_bad_window.patch + - update debian/patches/series + + -- Alexander Sack Wed, 07 Oct 2009 10:23:28 +0200 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu4) karmic; urgency=low + + * fix previous added workaround for LP: #435560 by appending the powerpc + specific optimization flags to configure instead of prepending them + - update debian/rules + + -- Alexander Sack Thu, 24 Sep 2009 14:16:23 +0200 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu3) karmic; urgency=low + + * workaround LP: #411439 - build failure on sparc; we disable jit on sparc until + bmo 502369 is really fixed for us + - update debian/rules + * workaround LP: #435560 - xpidl binary produced by gcc 4.4 crashes on + powerpc if built using -Os optimization; we force -O2 on powerpc to + workaround this + - update debian/rules + * require libiw-dev >= 29-2ubuntu6 for powerpc and sparc as it contains fixes + for such long double 128 support archs. See LP: #435793 + - update debian/control + + -- Alexander Sack Thu, 24 Sep 2009 14:03:12 +0200 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu2) karmic; urgency=low + + [ Fabien Tassin ] + * Bump requirement for system sqlite to >= 3.6.16 (bmo 508104) + - update debian/rules + + [ Alexander Sack ] + * fix LP: #423610 - daily build failures after landing of mozilla-nss.pc + droppage (bug 422829); ensure that nspr-config is properly available in + sdk regardless of using system or in-source nspr; also ensure that the + xulrunner nspr/ include directory points to the system one in system-nspr + case. + - update debian/rules + * fix LP: #427638 - xulrunner includes no longer have nspr headers; explicit + link against nspr is required; we append /usr/include/xulrunner-*/stable/nspr/ + to all .pc Cflags: + - update debian/rules + + -- Alexander Sack Tue, 15 Sep 2009 13:42:31 +0200 + +xulrunner-1.9.1 (1.9.1.3+build1+nobinonly-0ubuntu1) karmic; urgency=low + + * security/stability update v1.9.1.3 (FIREFOX_3_5_3_BUILD1) + - see USN-821-1 + * fix LP: #398205 - Geolocation via WLAN doesn't seem to work; enable + wireless scanning for geolocation by adding libiw-dev to build depends + - update debian/control + * fix LP: #422829 - mozilla-nss.pc is broken; stop installing mozilla-nspr.pc + and mozilla-nss.pc + - update debian/xulrunner-1.9.1-dev.install + * in turn we drop the patch we previously used to keep mozilla-nspr.pc + and mozilla-nss.pc in a usable state when using system nss/nspr + - delete debian/patches/bzXXX_pc_honour_system_nspr_nss.patch + - update debian/patches/series + + -- Alexander Sack Wed, 02 Sep 2009 16:31:23 +0200 + +xulrunner-1.9.1 (1.9.1.2+nobinonly-0ubuntu3) karmic; urgency=low + + * set BUILD_OFFICIAL = 1 to enable all official build features + - update debian/rules + * fix LP: #404827 - Firefox doesn't warn about Attack Sites!?; add + --enable-safe-browsing to configure flags + - update debian/rules + + -- Alexander Sack Mon, 10 Aug 2009 15:23:40 +0200 + +xulrunner-1.9.1 (1.9.1.2+nobinonly-0ubuntu2) karmic; urgency=low + + * fix LP: #409264 - make xulrunner 1.9.1 the default in karmic; we ship + the default -dev package now + - update debian/control + + -- Alexander Sack Wed, 05 Aug 2009 13:09:58 +0200 + +xulrunner-1.9.1 (1.9.1.2+nobinonly-0ubuntu1) karmic; urgency=low + + * security/stability update v1.9.1.2 (FIREFOX_3_5_2_RELEASE) + * drop update-alternative --remove-all hack (which ensured that non-existing alternatives dont end + up in "manual" mode in the past) now that dpkg fails on them - also the "auto" mode seems to be fixed + - update debian/xulrunner-1.9.2.prerm.in + * enable support for "extensions" in build-system + - update debian/create-build-system.sh + * drop not used patch from package + - delete debian/patches/bz321315_gconf_backend_for_19.patch + + -- Alexander Sack Mon, 03 Aug 2009 14:07:22 +0200 + +xulrunner-1.9.1 (1.9.1.1+build1+nobinonly-0ubuntu1) karmic; urgency=low + + * security/stability update v1.9.1.1 build1 (FIREFOX_3_5_1_BUILD1) + * tighten depends of xulrunner-1.9.1-dev; use xulrunner-1.9.1 (= ${binary:Version}) + - update debian/control + * prepare package for launchpad translations; open up EM_TRANSLATION + versions (min: 1.9.1 / max: 1.9.1.*) + - update debian/rules + + -- Alexander Sack Thu, 16 Jul 2009 18:26:43 +0200 + +xulrunner-1.9.1 (1.9.1+nobinonly-0ubuntu1) karmic; urgency=low + + * New upstream release taken from tag FIREFOX_3_5_RELEASE + * Add libxul-dev and libmozjs-dev to Conflicts of the main + xulrunner-1.9.1 package + - update debian/control + * Change the id of the langpacks to 1.9.1 + - update debian/translation-support/install.rdf.in + + -- Fabien Tassin Tue, 30 Jun 2009 19:55:54 +0200 + +xulrunner-1.9.1 (1.9.1~rc2+nobinonly-0ubuntu1) karmic; urgency=low + + * New upstream release taken from tag FIREFOX_3_5rc2_RELEASE + * Bump requirement for system nspr to >= 4.8 (bmo 492464), for sqlite + to >= 3.6.10 (bmo 478297) and for cairo to >= 1.6.0 (bmo 428563) + - update debian/rules + * Bump Standards-Version to 3.8.1 + - update debian/control + * Make the -dbg package strictly depend on the main package, and move it + to the debug section, and assign its priority to extra + - update debian/control + * Fix crash on shutdown by leaking env between firefox and xulrunner + - add debian/patches/bz473629_lp319480_leak_setenv_apprunner.patch + - update debian/patches/series + * Update diverged patches: + - update debian/patches/bzXXX_fix_test_suite_bashisms.patch + - update debian/patches/bzXXX_urlclassifier_prefs_in_toolkit.patch + + -- Fabien Tassin Fri, 19 Jun 2009 18:55:00 +0200 + +xulrunner-1.9.1 (1.9.1~b4+nobinonly-0ubuntu1) karmic; urgency=low + + [ Fabien Tassin ] + * Bump requirement for system nss to >= 3.12.3 since Mozilla bug 485052 landed + - update debian/rules + * Update diverged patches: + - update debian/patches/bzXXX_fix_test_suite_bashisms.patch + - update debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch + + [ Alexander Sack ] + * Update diverged patches: + - update debian/patches/bzXXX_pc_honour_system_nspr_nss.patch + * drop patch after upstream fix landing + - drop debian/patches/bz478871_att369648_new_pango_api.patch + - update debian/patches/series + + -- Alexander Sack Wed, 29 Apr 2009 14:01:47 +0200 + +xulrunner-1.9.1 (1.9.1~b4~hg20090330r24021+nobinonly-0ubuntu1) jaunty; urgency=low + + * New upstream snapshot, needed to match the firefox 3.1->3.5 transition (LP: #352995) + * Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with + dates in the past + - update debian/mozclient/xulrunner-1.9.1.conf + * Fix FTBFS caused by API breakage in pango + - add debian/patches/bz478871_att369648_new_pango_api.patch + - update debian/patches/series + * Drop files no longer in the install dir + - update debian/xulrunner-1.9.1-testsuite.install + + -- Fabien Tassin Mon, 30 Mar 2009 19:00:40 +0200 + +xulrunner-1.9.1 (1.9.1~b3+build2+nobinonly-0ubuntu1) jaunty; urgency=low + + * New upstream release taken from tag FIREFOX_3_1b3_BUILD2 (LP: #339181) + + -- Fabien Tassin Sat, 07 Mar 2009 15:27:58 +0100 + +xulrunner-1.9.1 (1.9.1~b3~hg20090205r23182+nobinonly-0ubuntu1) jaunty; urgency=low + + * new upstream pre b3 snapshot taken on 5th Feb 2008 + + -- Alexander Sack Sat, 07 Feb 2009 15:38:48 +0100 + +xulrunner-1.9.1 (1.9.1~b3~hg20090117r22878+nobinonly-0ubuntu1) jaunty; urgency=low + + [ Alexander Sack ] + * don't version pkgconfig files; in turn conflict with xulrunner-1.9-dev + package + - update debian/control + - delete debian/patches/install_pkgconfig_files_with_version.patch + - update debian/patches/series + * upstream lockPref everywhere patch + - rename debian/patches/bzXXX_deb469020_lockPref_everywhere.patch => + debian/patches/bz467738_att351145_lockPref_everywhere.patch + - update debian/patches/series + * upstream xre part for debian sysplugin location + - rename debian/patches/bzXXX_sysplugin_support_xre_part.patch => + debian/patches/bz467751_att351167_sysplugin_xre_part.patch + - update debian/patches/series + * upstream patch to prevent loss of some user prefs on first start after + upgrade + - rename debian/patches/bzXXX-dont-reset-user-prefs-on-upgrade.patch => + debian/patches/bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch + - update debian/patches/series + + [ Fabien Tassin ] + * Build the test suite according to the WANT_UNIT_TESTS variable and + store the results into the xulrunner-1.9.1-testsuite package. + - update debian/rules + - update debian/control + - udpate debian/xulrunner-1.9.1-dev.install + - update debian/xulrunner-1.9.1.install + - add debian/xulrunner-1.9.1-testsuite.install + - add debian/xulrunner-1.9.1-testsuite-dev.install + * Fix test suite to avoid bashisms (breaking dash) + - add debian/patches/bzXXX_fix_test_suite_bashisms.patch + - update debian/patches/series + * Run make check at build time in a non fatal way for now + - update debian/rules + * Bundle test results (_leaktest, _profile, _tests & tools/test-harness) into + the -testsuite package as test-results.tar.gz + - update debian/rules + * Temporarily disable some tests depending on UTF-8 at build time + - add debian/patches/testsuite_skip_tests_depending_on_utf8.patch + - update debian/patches/series + * Make the -dev package conflicts with xulrunner-1.9.2-dev as we now have + unversionned pkgconfig files + - update debian/control + * Fix permissions in the -dev package (LP: #303940) + - update debian/rules + * As some files are only available on some arches, introduce a mechanism + to create *.install.arch files dynamically allowing includes + - update debian/rules + * Use a slightly shorter path in the install files to make the merge + with the 1.9.2 branch easier + - update debian/*.install, debian/*.install.*.pp + * Move header files from JIT to arch specific install files as they are not + available on 64bit platforms + - update debian/xulrunner-1.9.1-dev.install + - add debian/xulrunner-1.9.1-dev.install.i386.pp + - add debian/xulrunner-1.9.1-dev.install.lpia.pp + * Fix preinst script to better handle the /etc/gre.d clean-up + - update debian/xulrunner-1.9.1.preinst.in + * Bump Standards-Version to 3.8.0 + - update debian/control + * Install missing files detected by 'compare' + - update debian/xulrunner-1.9.1.install + * Move mozclient project files from mozilla-descripts to this package + and update the upstream branch now that it has moved to 1.9.2 + - add debian/mozclient/xulrunner-1.9.1.conf + - add debian/mozclient/xulrunner-1.9.1.mk + - update debian/rules + * Add support for Python xpcom and dom. Fixes contributed by Alexander + - update debian/rules + - add debian/patches/bzXXX_fix_python_dom_hidden_symbols.patch + - add debian/patches/bzXXX_fix_python_dom_pyxultest.patch + - add debian/patches/bzXXX_fix_python_xpcom.patch + - update debian/patches/series + * Update diverged patches: + - update debian/patches/bz467766_att351173-dont-reset-user-prefs-on-upgrade.patch + - update debian/patches/bzXXX_pc_honour_system_nspr_nss.patch + - update debian/patches/system_path_launch_child.patch + + -- Fabien Tassin Wed, 21 Jan 2009 20:17:32 +0100 + +xulrunner-1.9.1 (1.9.1~b2+build1+nobinonly-0ubuntu3) jaunty; urgency=low + + New upstream release: 1.9.1 beta 2 from FIREFOX_3_1b2_BUILD1 (LP: #274187) + + [ Alexander Sack ] + * add patch to eliminate long deprecated GTK_CHECK type macros from + gtkmozembed code; instead we use the current G_TYPE/OBJECT macros + - add debian/patches/bz461277_att344402_eliminate_deprecated_gtk_type_macros.patch + - update debian/patches/series + * we explicitly use -O0 -g as optimize flags for |noopt| builds + - update debian/rules + * drop patches superseeded by upstream fix + - delete debian/patches/ARMEL_Wno_error_in_network_cookie_src.patch + - update debian/patches/series + * polish "save password" prompt patch for upstream submission and send + upstream + - rename and update debian/patches/bzXXX_attXXX_fix_remember_password_for_embedders_without_branding.patch + => bz466923_att350251_password_prompt_branding_fallback.patch + + [ Fabien Tassin ] + * Resurrect the -dbg package, at least until bug 156575 is fixed + - update debian/control + * Add a version to pkg-config files so the -dev package could coexist with + xulrunner 1.9 + - add debian/patches/install_pkgconfig_files_with_version.patch + - update debian/patches/series + * Drop 'Breaks' from xulrunner-1.9.1 and drop the xulrunner-dev meta package + - update debian/control + * Drop --enable-webservices and --enable-safe-browsing + - update debian/rules + * Build DEB_MOZ_EXTENSIONS=default + - update debian/rules + * Update requirement for system sqlite3 to >= 3.6.2 + - update debian/rules + * Update requirement for system nspr to >= 4.7.3 and for nss to >= 3.12.2 + - update debian/rules + * Drop support for venkman and dom-inspector, no longer in the tree + - update debian/rules + - drop debian/patches/bz428848_att319775_fix_venkman_chrome_access.patch + - drop debian/patches/rename_venkman_addon.patch + - drop debian/patches/dom_inspector_support_for_prism.patch + - update debian/patches/series + * Fix FTBFS introduced by cairo 1.8.4 which is now built with directfb + by default. + - add debian/patches/fix_ftbfs_with_cairo_fb.patch + - update debian/patches/series + * Update EM_TRANSLATION_MAX_VERSION to match xulrunner version + - update debian/rules + * Add libasound2-dev to Build-Depends for the new HTML5