--- greasemonkey-0.8.20080119.0.orig/install.rdf +++ greasemonkey-0.8.20080119.0/install.rdf @@ -22,7 +22,7 @@ Gareth Andrew; http://freegarethandrew.org Hisateru Tanaka Jeremy Dunck; http://dunck.us/anabasis/ - Johan Sundström; http://ecmanaut.blogspot.com/ + Johan Sundström; http://ecmanaut.blogspot.com/ JP Sugarbroad Juan Pablo Guereca Alonso Manpreet Singh @@ -61,4 +61,4 @@ - \ No newline at end of file + --- greasemonkey-0.8.20080119.0.orig/debian/changelog +++ greasemonkey-0.8.20080119.0/debian/changelog @@ -0,0 +1,81 @@ +greasemonkey (0.8.20080119.0-0ubuntu2) intrepid; urgency=low + + * fix LP: #272772: packages that Depend/Recommend/Suggest firefox + (meta-package) must alternatively Depend/Recommend/Suggest abrowser + - update debian/control + + -- Fabien Tassin Sun, 21 Sep 2008 22:28:48 +0200 + +greasemonkey (0.8.20080119.0-0ubuntu1) hardy; urgency=low + + * Updated to the new version. (LP: #205172) + * Replaced debian/rules file with the new one from XPI.TEMPLATE + * install.rdf: Corrected a character in a contributor's name + * debian/copyright: Updated contributors list and copyright year + * debian/control: Updated Maintainer field according to + DebianMaintainerField spec + + -- Sasa Bodiroza Thu, 6 Apr 2008 01:30:00 +0200 + +greasemonkey (0.6.6.20061017.0-2ubuntu1) feisty; urgency=low + + * install.rdf: s/Iceweasel/Firefox/ + * Renamed debian/iceweasel-greasemonkey.{dirs,install,links} to + debian/firefox-greasemonkey.{dirs,install,links} + * debian/firefox-greasemonkey.{dirs,install,links}, debian/rules: + replaced all instances of "iceweasel" with "firefox" + * debian/control: + - Renamed binary package to firefox-greasemonkey + - Updated Depends/Replaces/Conflicts and Description + - Removed transitional binary package + + -- Adrien Cunin Thu, 4 Jan 2007 14:05:06 +0100 + +greasemonkey (0.6.6.20061017.0-2) unstable; urgency=low + + * Updates of packaging for Firefox/Iceweasel rename: + - Renamed binary package to iceweasel-greasemonkey + - Added transition package + - Replaced instances of "Firefox" with "Iceweasel" + + -- Michael Spang Sat, 25 Nov 2006 20:16:34 -0500 + +greasemonkey (0.6.6.20061017.0-1) unstable; urgency=low + + * New upstream release. + * Updated contributors list in debian/copyright + + -- Michael Spang Sun, 29 Oct 2006 15:49:56 -0500 + +greasemonkey (0.6.4-5) unstable; urgency=low + + * Transition dependency on obsolete package mozilla-dev to its + replacement libxul-dev (Closes: #364374) + * Fixed debian/rules to avoid redundant builds + + -- Michael Spang Sat, 29 Jul 2006 14:44:02 -0400 + +greasemonkey (0.6.4-4) unstable; urgency=low + + * Moved dependency on clean target from build target to binary target + in debian/rules (Closes: #359692) + + -- Michael Spang Tue, 28 Mar 2006 15:06:00 -0500 + +greasemonkey (0.6.4-3) unstable; urgency=low + + * Sources now from CVS rather than from the release XPI. + + -- Michael Spang Mon, 13 Mar 2006 22:59:22 -0500 + +greasemonkey (0.6.4-2) unstable; urgency=low + + * Moved extension into /usr/share. + + -- Michael Spang Fri, 10 Mar 2006 20:12:08 -0500 + +greasemonkey (0.6.4-1) unstable; urgency=low + + * Initial release (Closes: #325246) + + -- Michael Spang Tue, 20 Dec 2005 21:26:32 -0500 --- greasemonkey-0.8.20080119.0.orig/debian/compat +++ greasemonkey-0.8.20080119.0/debian/compat @@ -0,0 +1 @@ +5 --- greasemonkey-0.8.20080119.0.orig/debian/control +++ greasemonkey-0.8.20080119.0/debian/control @@ -0,0 +1,19 @@ +Source: greasemonkey +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Michael Spang +Build-Depends: debhelper (>= 5), cdbs, mozilla-devscripts (>= 0.5~), zip +Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/firefox-greasemonkey.ubuntu/ +Standards-Version: 3.7.3 + +Package: firefox-greasemonkey +Architecture: all +Depends: firefox | abrowser | firefox-3.0 | firefox-2 +Description: firefox extension that enables customization of webpages with user scripts + Greasemonkey allows users of the Firefox web browser to create or download + user scripts which modify the content or behavior of web sites. It provides + a powerful way to personalize the web. The scripts are written in JavaScript + and have access to many of Firefox's features. + . + A large collection of prewritten scripts can be found at userscripts.org --- greasemonkey-0.8.20080119.0.orig/debian/copyright +++ greasemonkey-0.8.20080119.0/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Michael Spang on +Sat, 3 Dec 2005 22:16:35 -0500 and improved to make use od xpi.mk in Ubuntu +by Sasa Bodiroza on Thu, 21 Mar 2008 11:43:37 +0200 + +It was downloaded from http://greasemonkey.devjavu.com/ + +Copyright 2004-2008 Aaron Boodman +Contributors: Anthony Lieuallen, Chris Feldmann, David Schontzler + Gareth Andrew, Hisateru Tanaka, Jeremy Dunck, Johan Sundström, + JP Sugarbroad, Juan Pablo Guereca Alonso, Manpreet Singh, + Mark Pilgrim, Marti Martz, Matthias Bauer, Matthew Gray, + Nikolas Coukouma, Ori Avtallon, Sergio Abreu, Tommi Rautava + +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: + +Note that this license applies only to the Greasemonkey extension source +files, not to the user scripts which it runs. User scripts are licensed +separately by their authors. + +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. --- greasemonkey-0.8.20080119.0.orig/debian/rules +++ greasemonkey-0.8.20080119.0/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +# name the package (as in debian/control) that will ship the extension +MOZ_EXTENSION_PKG := firefox-greasemonkey + +# xpi.mk will auto detect the .xpi in your package. if you want to do it +# explicit, use this variable +#MOZ_XPI_FILE := greasemonkey.xpi + +# xpi.mk tries to auto detect the extension manager id (em:id) from the .xpis +# install.rdf file. There might be cases where this doesn't work. use the following +# variable to explicitly define an extension ID and disable auto detection +#MOZ_EM_ID := {e4a8a97b-f2ed-450b-b12d-ee082ba24781} + +# xpi.mk will run a build command before packaging an .xpi file. you can use this +# to produce an .xpi. if you define this, the clean rule will remove any .xpi file +# found in the top level directory +MOZ_XPI_BUILD_COMMAND = sh build.sh + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/mozilla-devscripts/xpi.mk +