--- gjs-0.4.orig/debian/copyright +++ gjs-0.4/debian/copyright @@ -0,0 +1,113 @@ +This work was packaged for Debian by: + + Gustavo Noronha Silva on Mon, 12 Oct 2009 18:38:36 -0300 + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gjs/ + +Upstream Author: + + litl, LLC + +Copyright: + + Copyright © 2008 litl, LLC + +For the following files: + + gjs/jsapi-util.c + modules/gettext-native.c + modules/gettext.js + modules/jsUnit.js + modules/gettext-native.h + + Copyright © 2009 Red Hat, Inc. + +For the following files: + + modules/tweener/tweener.js + modules/tweener/tweenList.js + + Copyright © 2006-2007 Zeh Fernando and Nate Chatellier + +License: + + 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. + +The Debian packaging is: + + Copyright © 2009 Collabora Ltd. + +and is licensed under the same license as the upstream source. + +For the following files, the information bellow applies: + + modules/console.c + gjs/stack.c + +License: + Version: MPL 1.1/GPL 2.0/LGPL 2.1 + + 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 Mozilla Communicator client code, released + March 31, 1998. + + The Initial Developer of the Original Code is + Netscape Communications Corporation. + Portions created by the Initial Developer are Copyright (C) 1998 + the Initial Developer. All Rights Reserved. + + Contributor(s): + + Alternatively, the contents of this file may be used under the terms of + either of 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. + + Copyright © 2008 litl, LLC + © 1998 Netscape Communications Corporation + +The GPLv2 and LGPLv2.1 files can be obtained, on Debian systems, at +/usr/share/common-licenses/GPL-2, and +/usr/share-common-licenses/LGPL-2.1, respectively. + +For the following files the information bellow applies: + + modules/tweener/equations.js + + Copyright © 2001 Robert Penner + License: BSD + +The BSD license can be obtained, on Debian systems, at +/usr/share/common-licenses/BSD. --- gjs-0.4.orig/debian/watch +++ gjs-0.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)\d/ mutter-(.*)\.tar\.gz debian uupdate --- gjs-0.4.orig/debian/control +++ gjs-0.4/debian/control @@ -0,0 +1,55 @@ +Source: gjs +Section: interpreters +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Gustavo Noronha Silva +Build-Depends: debhelper (>= 7.0.50~), + autotools-dev, + pkg-config, + libdbus-glib-1-dev, + libglib2.0-dev, + libgirepository1.0-dev (>= 0.6.3), + gobject-introspection (>= 0.6.5-3), + gir1.0-glib-2.0, + xulrunner-dev (>= 1.9) +Standards-Version: 3.8.3 +Homepage: http://live.gnome.org/Gjs + +Package: gjs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Mozilla-based javascript bindings for the GNOME platform + Makes it possible for applications to use all of GNOME's platform + libraries using the Javascript language. It's mainly based on the + Mozilla javascript engine and the GObject introsepection framework. + . + This package contains the interactive console application. + +Package: libgjs0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends}, ${gir:Depends} +Conflicts: gjs (<< 0.4-3) +Replaces: gjs (<< 0.4-3) +Description: Mozilla-based javascript bindings for the GNOME platform + Makes it possible for applications to use all of GNOME's platform + libraries using the Javascript language. It's mainly based on the + Mozilla javascript engine and the GObject introspection framework. + . + This is the shared library applications link to. + +Package: libgjs-dev +Architecture: any +Section: libdevel +Depends: libgjs0 (= ${binary:Version}), + ${misc:Depends}, + libgirepository1.0-dev +Conflicts: gjs-dev (<< 0.4-3) +Replaces: gjs-dev (<< 0.4-3) +Description: Mozilla-based javascript bindings for the GNOME platform + Makes it possible for applications to use all of GNOME's platform + libraries using the Javascript language. It's mainly based on the + Mozilla javascript engine and the GObject introspection framework. + . + This package contains the development files applications need to + build against. --- gjs-0.4.orig/debian/libgjs0.install +++ gjs-0.4/debian/libgjs0.install @@ -0,0 +1,3 @@ +usr/lib/libgjs*.so.* +usr/lib/gjs-1.0/*.so +usr/share/gjs-1.0 --- gjs-0.4.orig/debian/rules +++ gjs-0.4/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + true --- gjs-0.4.orig/debian/changelog +++ gjs-0.4/debian/changelog @@ -0,0 +1,39 @@ +gjs (0.4-3ubuntu3) lucid; urgency=low + + * Rebuild with the current xulrunner version (lp: #492369) + + -- Sebastien Bacher Wed, 13 Jan 2010 18:04:18 +0100 + +gjs (0.4-3ubuntu2) lucid; urgency=low + + * Reupload my version which got dropped on floor by launchpad yesterday, + somebody else did a similar upload between but forgot to use correct + replaces and conflicts + * Sync on Debian + * debian/control: + - don't use libmozjs this is not a different binary from xulrunner in ubuntu + - use conflicts,replaces on the old ubuntu naming + + -- Sebastien Bacher Thu, 03 Dec 2009 22:55:45 +0100 + +gjs (0.4-3) unstable; urgency=low + + * debian/control: + - dev package was missing a dependency on the shared library package + + -- Gustavo Noronha Silva Tue, 20 Oct 2009 15:53:33 -0200 + +gjs (0.4-2) unstable; urgency=low + + * debian/control: + - transition to the new introspection policy + * debian/rules; + - make lintian happy by fixing the debhelper build-dependency + + -- Gustavo Noronha Silva Mon, 19 Oct 2009 15:20:47 -0200 + +gjs (0.4-1) unstable; urgency=low + + * Initial release (Closes: #550723) + + -- Gustavo Noronha Silva Mon, 12 Oct 2009 18:38:36 -0300 --- gjs-0.4.orig/debian/gjs.install +++ gjs-0.4/debian/gjs.install @@ -0,0 +1 @@ +usr/bin --- gjs-0.4.orig/debian/libgjs-dev.install +++ gjs-0.4/debian/libgjs-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/libgjs*.so +usr/lib/pkgconfig/ --- gjs-0.4.orig/debian/docs +++ gjs-0.4/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- gjs-0.4.orig/debian/compat +++ gjs-0.4/debian/compat @@ -0,0 +1 @@ +7