debian/0000775000000000000000000000000012271313027007166 5ustar debian/source/0000775000000000000000000000000012271313027010466 5ustar debian/source/format0000664000000000000000000000001412271312676011705 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000612712271312676011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: sugar-firefox-activity Maintainer: Sugar Labs http://lists.sugarlabs.org/listinfo/sugar-devel irc://irc.freenode.net/sugar Source: http://dev.laptop.org/git/users/cscott/firefox-activity Copyright: © 2008 One Laptop per Child License: GPL-2+ 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 of the License, 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 package; if not, see . . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. X-License-Proof: Delivered-To: luke.faraone@gmail.com Received: by 10.229.240.70 with SMTP id kz6cs217797qcb; Fri, 1 Oct 2010 07:09:34 -0700 (PDT) Received: by 10.101.133.26 with SMTP id k26mr551956ann.106.1285942173801; Fri, 01 Oct 2010 07:09:33 -0700 (PDT) Return-Path: Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by mx.google.com with ESMTP id d34si2955745and.177.2010.10.01.07.09.33; Fri, 01 Oct 2010 07:09:33 -0700 (PDT) Received-SPF: neutral (google.com: 74.208.4.194 is neither permitted nor denied by best guess record for domain of cjb@laptop.org) client-ip=74.208.4.194; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.208.4.194 is neither permitted nor denied by best guess record for domain of cjb@laptop.org) smtp.mail=cjb@laptop.org Received: from void.printf.net (void.printf.net [89.145.121.20]) by mx.perfora.net (node=mxus0) with ESMTP (Nemesis) id 0LlkhU-1OSLU047Ie-00ZO3E for luke@faraone.cc; Fri, 01 Oct 2010 10:09:29 -0400 Received: from pullcord.laptop.org ([18.85.46.20]) by void.printf.net with esmtp (Exim 4.69) (envelope-from ) id 1P1gIh-00075i-Ls for luke@faraone.cc; Fri, 01 Oct 2010 15:09:27 +0100 From: Chris Ball To: luke@faraone.cc Subject: Copyright statement Date: Fri, 01 Oct 2010 10:13:13 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, The copyright interest owned by One Laptop Per Child on Firefox.activity is licensed under the GNU General Public License, as published by the FSF; either version 2 or (at your option) any later version. -- Chris Ball Lead Software Engineer, One Laptop Per Child Files: ./debian/* Copyright: © 2008-2010 Jonas Smedegaard © 2010 Luke Faraone , License: GPL-2+ debian/stamps-configure/0000775000000000000000000000000012271313027012454 5ustar debian/copyright_hints0000664000000000000000000000000112271312676012326 0ustar debian/changelog0000664000000000000000000000101112271313020011022 0ustar sugar-firefox-activity (6+dfsg-0ubuntu3) trusty; urgency=medium * Port to dh_python2. -- Dimitri John Ledkov Sun, 26 Jan 2014 23:11:12 +0000 sugar-firefox-activity (6+dfsg-0ubuntu2) maverick; urgency=low * Clarify licensing situation for package. -- Luke Faraone Fri, 01 Oct 2010 10:17:16 -0400 sugar-firefox-activity (6+dfsg-0ubuntu1) maverick; urgency=low * Initial release (LP: #649994) -- Luke Faraone Thu, 30 Sep 2010 10:48:50 -0400 debian/gbp.conf0000664000000000000000000000021712271312676010616 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-buildpackage] compression = bzip2 debian/control0000664000000000000000000000204512271312735010577 0ustar Source: sugar-firefox-activity Section: x11 Priority: optional Maintainer: Ubuntu Sugarteam XSBC-Original-Maintainer: Luke Faraone Build-Depends: devscripts (>= 2.10.7~), dh-buildinfo, dh-python, debhelper (>= 7.0.1), cdbs (>= 0.4.67~), python, python-sugar-0.88 | python-sugar, python-sugar-toolkit-0.88 | python-sugar-toolkit, unzip Standards-Version: 3.9.1 Homepage: http://wiki.laptop.org/go/Firefox Vcs-Git: git://git.debian.org/collab-maint/sugar-firefox-activity.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-firefox-activity.git Package: sugar-firefox-activity Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: Mozilla Firefox browser for the Sugar desktop Sugar is a graphical user interface aimed at children. . Originating as integral part of the OLPC "XO" a.k.a. the $100 laptop, Sugar has since grown into a more widely usable low-resource desktop environment for kids. . This package contains the Firefox activity. debian/rules0000775000000000000000000000405612271312776010265 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Portions Copyright © 2008-2010 Jonas Smedegaard # Description: Main Debian packaging script for sugar-firefox-activity # # 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., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. DEB_PYTHON2_MODULE_PACKAGES = sugar-firefox-activity include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk # We support all branches, but default to 0.88. CDBS_DEPENDS = python, python-sugar-0.88 | python-sugar, python-sugar-toolkit-0.88 | python-sugar-toolkit # Well, we exec Firefox so we sort of need it installed CDBS_DEPENDS += , firefox DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') CURRENT_VERSION ?=$(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)+dfsg.*/\1/p') get-orig-source: cd ${DEBIAN_DIR}/.. && uscan --force-download --upstream-version $(CURRENT_VERSION) tar xf ../Firefox-${UPSTREAM_VERSION}.tar.bz2 rm -rf ${CURDIR}/Firefox-${UPSTREAM_VERSION}/firefox*.tar.bz2 tar cf ${CURDIR}/${DEB_SOURCE_PACKAGE}_${UPSTREAM_VERSION}+dfsg.orig.tar Firefox-${UPSTREAM_VERSION}/ bzip2 ${CURDIR}/${DEB_SOURCE_PACKAGE}_${UPSTREAM_VERSION}+dfsg.orig.tar clean:: find -name *.mo -delete find -name *.linfo -delete rm -rf Firefox-${UPSTREAM_VERSION} debian/watch0000664000000000000000000000020712271312676010227 0ustar version=3 opts=dversionmangle=s/\+dfsg$// \ http://dev.laptop.org/git/users/cscott/firefox-activity \ /snapshot/Firefox-(.*)\.tar\.bz2 debian/install0000664000000000000000000000011212271312676010562 0ustar activity firefox-activity.py /usr/share/sugar/activities/Firefox.activity debian/patches/0000775000000000000000000000000012271313027010615 5ustar debian/patches/series0000664000000000000000000000001112271312676012033 0ustar fix-path debian/patches/fix-path0000664000000000000000000000107112271312676012270 0ustar Description: Use global firefox rather than local. Upstream bundles Firefox. This isn't okay for us, so we're using the system Firefox. Author: Luke Faraone --- Forwarded: not-needed Last-Update: 2010-09-30 --- a/firefox-activity.py +++ b/firefox-activity.py @@ -66,7 +66,7 @@ # sanitize LANG; firefox crashes if it sees a LANG it doesn't know. os.environ['LANG'] = sanitize(os.environ['LANG'])+'.utf-8' - ff = [ './firefox' ] + ff = [ '/usr/bin/firefox' ] if options.uri is not None: ff += [ options.uri ] debian/compat0000664000000000000000000000000212271312676010375 0ustar 7