--- livehttpheaders-0.15.orig/debian/rules +++ livehttpheaders-0.15/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +# name the package (as in debian/control) that will ship the extension +MOZ_EXTENSION_PKG := mozilla-livehttpheaders + +# xpi.mk will auto detect the .xpi in your package. if you want to do it +# explicit, use this variable +#MOZ_XPI_FILE := yourextension.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_XPI_EMID := {8f8fe09b-0bd3-4470-bc1b-8cad42b8203a} + +# 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 = med-xpi-pack . livehttpheaders.xpi + +build/mozilla-livehttpheaders:: + if [ -d "chrome/skin/img/CVS/" ] ; then rm -rf chrome/skin/img/CVS/ ; fi + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/mozilla-devscripts/xpi.mk --- livehttpheaders-0.15.orig/debian/compat +++ livehttpheaders-0.15/debian/compat @@ -0,0 +1 @@ +5 --- livehttpheaders-0.15.orig/debian/control +++ livehttpheaders-0.15/debian/control @@ -0,0 +1,27 @@ +Source: livehttpheaders +Section: web +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mike Hommey +Build-Depends: debhelper (>= 5), cdbs, mozilla-devscripts (>= 0.15~) +Vcs-Bzr: lp:~ubuntu-dev/firefox-extensions/mozilla-livehttpheaders.ubuntu +Vcs-Browser: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/mozilla-livehttpheaders.ubuntu/ +Standards-Version: 3.8.3 +Homepage: http://livehttpheaders.mozdev.org/ + +Package: mozilla-livehttpheaders +Architecture: all +Recommends: ${xpi:Depends} +Description: Adds information about the HTTP headers to Firefox and SeaMonkey + This extension allows the user to see HTTP headers exchanged during an + HTTP request. + . + It can be helpful to debug web applications, see what kind of web server + the remote site is using, see the cookies sent by the remote site, see + the content sent by the browser during a POST request, etc. + . + These HTTP headers are available in a Headers tab in the Page Info + dialog, and from a Live HTTP Headers tool in the Tools > Web + Development menu in SeaMonkey and Tools menu in Firefox. + . + It is also possible to modify a request and replay it. --- livehttpheaders-0.15.orig/debian/copyright +++ livehttpheaders-0.15/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Mike Hommey on +Sun, 9 Mar 2003 18:59:15 +0100 and improved to make use od xpi.mk in Ubuntu +by Sasa Bodiroza on Thu, 4 Apr 2008 20:40:00 +0200. + +It was downloaded from http://livehttpheaders.mozdev.org/ + +Upstream Author: Daniel Savard + +Copyright (C) 2002-2008 Daniel Savard. All Rights Reserved. + +You are free to distribute this software under the terms of +the GNU General Public License version 2 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-2' --- livehttpheaders-0.15.orig/debian/changelog +++ livehttpheaders-0.15/debian/changelog @@ -0,0 +1,365 @@ +livehttpheaders (0.15-0ubuntu3) lucid; urgency=low + + * Rebuild to pick up new features from mozilla-devscripts 0.21. + + -- Benjamin Drung Mon, 12 Apr 2010 15:38:57 +0200 + +livehttpheaders (0.15-0ubuntu2) karmic; urgency=low + + * Karmic extension's review/update: (LP: #425612) + - see https://wiki.ubuntu.com/MozillaTeam/Karmic/ExtensionReview, + for more information about this. + * Updated Standards-Version to 3.8.3 + * Updated mozilla-devscripts to 0.15~ + * Added a Recommends: ${xpi:Depends} + * Deleted all depends + + -- Vikram Dhillon Mon, 14 Sep 2009 19:24:57 -0400 + +livehttpheaders (0.15-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #413164) + * Add .bzr-builddeb/default.conf + * Use med-xpi-pack from mozilla-devscripts package + - remove debian/med-xpi-pack + - remove MOZ_XPI_BUILD_COMMAND from debian/rules + - Build-Depend on mozilla-devscripts (>= 0.10), since we didn't have + med-xpi-pack in previous versions + - remove zip from Build-Depends, since it was needed for + debian/med-xpi-pack + * Remove alternate dependencies firefox-3.0 | firefox-2, they are not present + in karmic (LP: #272959) + * Add alternate dependency to abrowser + * Update Maintainer field in debian/control, as per DebianMaintainerField + specification + * Update Vcs-{Browser,Bzr} fields in debian/control + * Bump Standards-Version to 3.8.2 + * Upstream doesn't incorrectly ship files as executables, remove chmod lines + in debian/rules + * Update path to GPL2 in debian/copyright to make Lintian happy + + -- Sasa Bodiroza Thu, 13 Aug 2009 18:27:27 +0200 + +livehttpheaders (0.14-0ubuntu2) intrepid; urgency=low + + * fix LP: #272772: packages that Depend/Recommend/Suggest firefox + (meta-package) must alternatively Depend/Recommend/Suggest abrowser + - update debian/control + + -- Alexander Sack Mon, 22 Sep 2008 02:40:25 +0200 + +livehttpheaders (0.14-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #241160) + * Modify debian/rules: + - fix files' permissions: xpi ships some files as executables + by mistake + - remove empty cvs directory: xpi ships empty directory + chrome/skin/img/CVS/ by mistake + - adjust build and clean target to med-xpi-pack + * Update copyright year in debian/copyright + * Add Homepage field in debian/control + + -- Sasa Bodiroza Mon, 07 Jul 2008 17:43:41 +0200 + +livehttpheaders (0.13.1-3ubuntu3) hardy; urgency=low + + * Updated to be compatible with FF3 (LP: #212499) + * Improved to make use of xpi.mk + * Created chrome.manifest for Chrome Registration + + -- Sasa Bodiroza Thu, 6 Apr 2008 02:00:00 +0200 + +livehttpheaders (0.13.1-3ubuntu2) feisty; urgency=low + + * debian/control: + - Rename Original-Maintainer field to XSBC-Original-Maintainer + - Depend only on firefox (we don't have seamonkey) + - Replace Ice* names in the description with Firefox and SeaMonkey + + -- Michael Bienia Mon, 19 Feb 2007 12:21:47 +0100 + +livehttpheaders (0.13.1-3ubuntu1) feisty; urgency=low + + * debian/control: + - Added Ubuntu MOTU Maintainer field, moved old maintainer field to + Original-Maintainer + - Replaced debians ice* debs with ubuntu ones + + -- Stephan Hermann Tue, 23 Jan 2007 18:03:36 +0100 + +livehttpheaders (0.13.1-3) unstable; urgency=low + + * debian/control: Fixed typo. Closes: #400429. + * debian/links: Put iceape chrome in /usr/share/iceape/chrome instead of + /usr/lib/iceape/chrome. Closes: #401563. + + -- Mike Hommey Mon, 4 Dec 2006 18:12:43 +0100 + +livehttpheaders (0.13.1-2) unstable; urgency=low + + * debian/postinst: Changed the version number we test (bad, bad copy/paste) + + -- Mike Hommey Sat, 25 Nov 2006 15:02:05 +0100 + +livehttpheaders (0.13.1-1) unstable; urgency=low + + * New upstream release. Fixes broken Page Info Headers tab in Iceweasel 2.0. + * debian/Uninstall, debian/extensions.d: Removed, we don't support firefox + < 1.5 any more. + * debian/rules: Don't install these removed files. + * debian/preinst: Removed, it was for upgrade from ancient versions, before + sarge, and not included in woody. + * debian/control: + + Don't Conflict, Replace, Provide livehttpheaders, it's from ancient times, + before sarge was released. + + Bumped Standards-Version to 3.7.2.2. No changes needed. + + Depends on iceweasel | iceape-browser. + + Changed description. Closes: #399946. + * debian/dirs, debian/links: Adapted the directories and the links we create. + * debian/postinst: In case we upgrade from older versions without upgrading + browsers first, invoque chrome updaters (except iceape one, which we call + unconditionally). + * debian/postrm: Only invoque iceape chrome updater on removal. + * chrome/locale/de-AT/livehttpheaders/livehttpheaders.dtd: Removed "xs" from + version number. + + -- Mike Hommey Sat, 25 Nov 2006 14:42:05 +0100 + +livehttpheaders (0.12-3) unstable; urgency=low + + * debian/control: Bumped Standards-Version to 3.7.2.1. No changes needed. + * install.rdf: Allow livehttpheaders to work with firefox 2.0. + * debian/watch: Added a watch file. + + -- Mike Hommey Mon, 21 Aug 2006 21:04:43 +0200 + +livehttpheaders (0.12-2) unstable; urgency=low + + * debian/control: Bumped Standards-Version to 3.6.2.1. No changes needed. + * debian/rules: Changed way we install files. That removes bad permissions + given to files, and remove the CVS directory that is in the upstream + tarball. + + -- Mike Hommey Sat, 18 Mar 2006 13:46:33 +0100 + +livehttpheaders (0.12-1) unstable; urgency=low + + * The "Flat chrome for everyone !" release. + * New upstream release: + + Fixes the Page Info tab. Closes: #354726. + * debian/chrome.manifest, debian/chrome.d: + + Convert to flat chrome. + + Add the cs-CZ locale registration. + * debian/control: Don't build depend on zip. + * debian/rules: Copy instead of zipping. + * debian/links: Change the link for the jar file to a link for the directory + holding the extension content. + * install.rdf: Reference the directory instead of the jar file. + + -- Mike Hommey Wed, 1 Mar 2006 14:58:07 +0100 + +livehttpheaders (0.11-2) unstable; urgency=low + + * debian/dirs, debian/links, debian/control: Add support for the new firefox + package. We will keep backwards compatibility with mozilla-firefox until + etch release. + + -- Mike Hommey Sun, 25 Dec 2005 08:13:37 +0100 + +livehttpheaders (0.11-1) unstable; urgency=low + + * New upstream release + + -- Mike Hommey Sun, 27 Nov 2005 21:12:55 +0100 + +livehttpheaders (0.10-3) unstable; urgency=low + + * install.rdf: Allow livehttpheaders to work with firefox 1.5. + + -- Mike Hommey Sat, 5 Nov 2005 11:25:17 +0100 + +livehttpheaders (0.10-2) unstable; urgency=low + + * debian/control, debian/postrm, debian/postinst, debian/links, debian/dirs: + Removed support for mozilla-browser-snapshot, which doesn't exist any more. + * debian/rules, debian/chrome.manifest: Make livehttpheaders work with Deer + Park. + * debian/control: Changed my maintainer address. + + + -- Mike Hommey Sat, 6 Aug 2005 23:23:20 +0200 + +livehttpheaders (0.10-1) unstable; urgency=medium + + * New upstream bugfix release + * Set urgency to medium because version currently in sarge doesn't work with + the version of firefox in there. + + -- Mike Hommey Sun, 21 Nov 2004 13:03:55 +0900 + +livehttpheaders (0.9-6) unstable; urgency=medium + + * Set urgency to medium because version currently in sarge doesn't work with + the version of firefox in there. + * debian/preinst: Remove directory that would be on the way of the link in + /usr/lib/mozilla-firefox/extensions. This directory can exist in some + cases, if some versions of firefox have been used in the past in + conjunction of livehttpheaders. + + -- Mike Hommey Thu, 18 Nov 2004 23:05:35 +0900 + +livehttpheaders (0.9-5) unstable; urgency=low + + * Switched to new firefox extensions layout: + + debian/Uninstall: Added. + + debian/dirs: Removed /usr/lib/mozilla-firefox/chrome, + /usr/lib/mozilla-firefox/components, + /var/lib/mozilla-firefox/chrome.d, and + /usr/share/mozilla-extensions/livehttpheaders/{uid} ; + added /usr/share/mozilla-extensions/livehttpheaders/chrome, + /usr/share/mozilla-extensions/livehttpheaders/components and + /usr/share/mozilla-extensions/livehttpheaders/uninstall. + + debian/rules: Adjusted paths for new file locations, and install + the additional Uninstall file. + + debian/links: Adjusted links to new file locations. + + debian/control: + - Conflicts with firefox versions earlier than 1.0-1, which allows + component registration through this new scheme. + - Put mozilla-firefox as the first choice in Depency alternatives. + * install.rdf: Bumped em:MaxVersion to 1.0 so that livehttpheaders can + work with firefox 1.0. + * debian/control: Adjusted the versioned dependency upon mozilla-browser to + a Conflict to older mozilla-browser packages. + * debian/postrm: Removed the purge rule which removed + /etc/mozilla-extensions if empty, since we don't provide it anyways. + + -- Mike Hommey Thu, 11 Nov 2004 16:27:06 +0900 + +livehttpheaders (0.9-4) unstable; urgency=low + + * install.rdf: Make livehttpheaders compatible with Firefox 1.0pre. + + -- Mike Hommey Wed, 13 Oct 2004 14:45:33 +0900 + +livehttpheaders (0.9-3) unstable; urgency=high + + * Urgency high to get these changes into sarge. Will better fit with + new mozilla-firefox extensions handling. + * chrome/content/contents.rdf: removed chrome:extension="true" so that + the extension is not considered "old" by Firefox 0.9+. + * debian/dirs, debian/links: + + Moved {uid} directory from + /usr/lib/mozilla-firefox/defaults/profile/extensions/ to + /usr/share/mozilla-extensions/diggler/{uid}. + + /usr/lib/mozilla-firefox/extensions/{uid} is now a link to + /usr/share/mozilla-extensions/diggler/{uid}. + * debian/rules: + + Put install.rdf file into /usr/share/mozilla-extensions/diggler/{uid}. + + Changed 'cp' to 'install -m 644' + * debian/control: Conflicts with mozilla-firefox <= 0.9.3-2. + + -- Mike Hommey Sun, 22 Aug 2004 22:06:26 +0900 + +livehttpheaders (0.9-2) unstable; urgency=low + + * debian/control: Added versioned dependency upon mozilla-firefox. + + -- Mike Hommey Fri, 16 Jul 2004 15:37:24 +0900 + +livehttpheaders (0.9-1) unstable; urgency=low + + * New upstream release + * debian/rules: Adapted script to new upstream layout. + * Added support for Firefox 0.9+ by: + + Adding a debian/extensions.d file. + + Add the appropriate extensions directory to debian/dirs. + + Add the appropriate link in debian/links. + + Adapt the debian/rules script to install the needed files. + * Removed support for Firebird: + + debian/control: removed dependency upon Firebird. + + debian/post*: removed call to update-mozilla-firebird-chrome. + * debian/chrome.d: Added de-AT and es-ES locales. + * chrome/content/contents.rdf: Changed extension name to match the one in + install.rdf. + + -- Mike Hommey Sat, 3 Jul 2004 04:30:32 +0900 + +livehttpheaders (0.8-3) unstable; urgency=low + + * Fixed french localization. Closes: #255051. + * Changed version number in localization files. + + -- Mike Hommey Sun, 20 Jun 2004 20:15:40 +0900 + +livehttpheaders (0.8-2) unstable; urgency=low + + * Added support for mozilla-firefox. + + -- Mike Hommey Wed, 25 Feb 2004 16:36:17 +0900 + +livehttpheaders (0.8-1) unstable; urgency=low + + * New upstream release + * Made the output of `which` quiet in postrm and postinst. + + -- Mike Hommey Sat, 27 Dec 2003 18:37:20 +0900 + +livehttpheaders (0.7-1) unstable; urgency=low + + * New upstream release + + -- Mike Hommey Thu, 9 Oct 2003 18:21:58 +0900 + +livehttpheaders (0.6-3) unstable; urgency=low + + * debian/postrm: Remove /etc/mozilla-extensions if empty on purge. + * debian/control: Moved section to a more appropriate place. + + -- Mike Hommey Sun, 31 Aug 2003 00:58:40 +0200 + +livehttpheaders (0.6-2) unstable; urgency=low + + * Standards-Version: 3.6.1: + - Moved build dependency upon debhelper to Build-Depends. + * Changed dependencies order to (finally) make this package reach + testing. + + -- Mike Hommey Tue, 19 Aug 2003 22:25:34 +0200 + +livehttpheaders (0.6-1) unstable; urgency=low + + * New upstream release + * debian/postinst, debian/postrm: + - Changed most of the script (thanks to Alfie Costa) + - Replaced cascades by tabextensions in comments ;-p + * Standard-Versions: 3.5.10.0 + * Removed transitional livehttpheaders package. + * Added support for mozilla-firebird + + -- Mike Hommey Thu, 19 Jun 2003 00:11:32 +0200 + +livehttpheaders (0.5-1) unstable; urgency=low + + * New upstream release. There is now a note to tell if headers are taken + from network or from cache in the Page Info window. Closes: #188398. + * Removed DH_COMPAT from debian/rules and added debian/compat. + * Changed package name to mozilla-livehttpheaders. + * Began transition to upcoming mozilla extensions policy. + + -- Mike Hommey Tue, 6 May 2003 14:37:25 +0200 + +livehttpheaders (0.4-2) unstable; urgency=low + + * Added support for mozilla-snapshot. For this purpose, moved the + files to /usr/share/livehttpheaders and added symlinks in + mozilla directories. + * Updated to Standards-Version 3.5.9. + + -- Mike Hommey Sat, 22 Mar 2003 16:54:13 +0100 + +livehttpheaders (0.4-1) unstable; urgency=low + + * Initial Release. Closes #184095 + + -- Mike Hommey Sun, 9 Mar 2003 18:59:15 +0100