--- webdeveloper-1.0.2.orig/debian/changelog +++ webdeveloper-1.0.2/debian/changelog @@ -0,0 +1,44 @@ +webdeveloper (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Michael Spang Sun, 5 Feb 2006 21:04:37 -0500 + +webdeveloper (0.9.4-2) unstable; urgency=low + + * Renamed binary package to firefox-webdeveloper, source to webdeveloper + * Packaging updated to reflect rename of firefox from "mozilla-firefox" + to "firefox" (Closes: #343743) + * Removed all files obsoleted by Firefox 1.5 + * Added transitional package for rename + + -- Michael Spang Sun, 18 Dec 2005 01:06:13 -0500 + +mozilla-firefox-webdeveloper (0.9.4-1) unstable; urgency=low + + * New upstream release (support for 1.5 beta included) + * Bug fix: "mozilla-firefox-webdeveloper: postinst is broken", + patch thanks to Mike Hommey (Closes: #329413) + + -- Michael Spang Mon, 7 Nov 2005 14:57:07 -0500 + +mozilla-firefox-webdeveloper (0.9.3-4) unstable; urgency=low + + * Moved debhelper back to Build-Depends for clean rule + + -- Michael Spang Mon, 19 Sep 2005 14:56:07 -0400 + +mozilla-firefox-webdeveloper (0.9.3-3) unstable; urgency=low + + * Changed Build-Depends to Build-Depends-Indep + * Expanded description to include a short list of important features (Closes: #324626) + + -- Michael Spang Tue, 23 Aug 2005 02:40:18 -0400 + +mozilla-firefox-webdeveloper (0.9.3-2) unstable; urgency=low + + * Initial release (Closes: #323148) + * Fixed cruft in copyright + + -- Michael Spang Wed, 17 Aug 2005 15:05:53 -0400 + --- webdeveloper-1.0.2.orig/debian/compat +++ webdeveloper-1.0.2/debian/compat @@ -0,0 +1 @@ +4 --- webdeveloper-1.0.2.orig/debian/copyright +++ webdeveloper-1.0.2/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Michael Spang on +Thu, 21 Jul 2005 13:55:29 -0400. + +It was downloaded from http://chrispederick.com/work/webdeveloper/webdeveloper_localized.xpi +Copyright Holder: Chris Pederick + +License: + + 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 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL. + If not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301 USA --- webdeveloper-1.0.2.orig/debian/control +++ webdeveloper-1.0.2/debian/control @@ -0,0 +1,31 @@ +Source: webdeveloper +Section: devel +Priority: optional +Maintainer: Michael Spang +Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: unzip +Standards-Version: 3.6.2 + +Package: firefox-webdeveloper +Architecture: all +Depends: firefox (>= 1.5), firefox (<< 1.6) +Replaces: mozilla-firefox-webdeveloper +Conflicts: mozilla-firefox-webdeveloper (<< 0.9.4-2) +Description: web developer extension for the Firefox web browser + The Web Developer extension adds a toolbar to Firefox with numerous + features aimed at web developers. There are buttons to disable + various browser features (Java, JavaScript, images), to view, edit, + and disable stylesheets, to manipulate web forms, to view the + topography of a page, to display tag details, to view the headers + of a request, to clear the cache, cookies, and history, to view + comments, to zoom, to outline selected classes of tags, to resize + the browser to match a target resolution, and more. There are also + buttons for easy access to the page's source, to many web validation + services, and to important web standards documents. + +Package: mozilla-firefox-webdeveloper +Architecture: all +Depends: firefox-webdeveloper +Description: web developer extension (transitional package) + The Web Developer package has been renamed to firefox-webdeveloper. + This is a transitional package which can be safely removed. --- webdeveloper-1.0.2.orig/debian/rules +++ webdeveloper-1.0.2/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +DEB_DESTDIR := debian/firefox-webdeveloper + +binary: binary-indep + +build: build-stamp + +build-stamp: + dh_testdir + + mkdir debian/tmp + unzip -d debian/tmp *.xpi + touch build-stamp + +clean: + dh_testdir + dh_clean id build-stamp + +id: build + sed '//,/<\/em:targetApplication>/d;/em:id/!d;s/.*{/{/;s/}.*/}/' debian/tmp/install.rdf > id + +install: build id + dh_testdir + dh_testroot + + install -d $(DEB_DESTDIR)/usr/lib/firefox/extensions/$(shell cat id)/chrome/ + install -m 644 debian/tmp/install.rdf $(DEB_DESTDIR)/usr/lib/firefox/extensions/$(shell cat id)/ + install -m 644 debian/tmp/chrome/webdeveloper.jar $(DEB_DESTDIR)/usr/lib/firefox/extensions/$(shell cat id)/chrome/ + install -m 644 debian/chrome.manifest $(DEB_DESTDIR)/usr/lib/firefox/extensions/$(shell cat id)/ + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: clean binary-indep binary install build --- webdeveloper-1.0.2.orig/debian/chrome.manifest +++ webdeveloper-1.0.2/debian/chrome.manifest @@ -0,0 +1,25 @@ + +overlay chrome://browser/content/browser.xul chrome://webdeveloper/content/webdeveloper.xul +content webdeveloper jar:chrome/webdeveloper.jar!/content/webdeveloper/ + +skin webdeveloper classic/1.0 jar:chrome/webdeveloper.jar!/skin/classic/webdeveloper/ +style chrome://browser/content/browser.xul chrome://webdeveloper/skin/webdeveloper.css +style chrome://global/content/customizeToolbar.xul chrome://webdeveloper/skin/webdeveloper.css + +locale webdeveloper en-US jar:chrome/webdeveloper.jar!/locale/en-US/webdeveloper/ + +locale webdeveloper ca-AD jar:chrome/webdeveloper.jar!/locale/ca-AD/webdeveloper/ + +locale webdeveloper de-DE jar:chrome/webdeveloper.jar!/locale/de-DE/webdeveloper/ + +locale webdeveloper fi-FI jar:chrome/webdeveloper.jar!/locale/fi-FI/webdeveloper/ + +locale webdeveloper fr-FR jar:chrome/webdeveloper.jar!/locale/fr-FR/webdeveloper/ + +locale webdeveloper it-IT jar:chrome/webdeveloper.jar!/locale/it-IT/webdeveloper/ + +locale webdeveloper pt-BR jar:chrome/webdeveloper.jar!/locale/pt-BR/webdeveloper/ + +locale webdeveloper ru-RU jar:chrome/webdeveloper.jar!/locale/ru-RU/webdeveloper/ + +locale webdeveloper uk-UA jar:chrome/webdeveloper.jar!/locale/uk-UA/webdeveloper/