--- useragentswitcher-0.6.11.orig/build.xml +++ useragentswitcher-0.6.11/build.xml @@ -53,7 +53,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -206,7 +206,7 @@ - + @@ -231,4 +231,4 @@ - \ No newline at end of file + --- useragentswitcher-0.6.11.orig/debian/changelog +++ useragentswitcher-0.6.11/debian/changelog @@ -0,0 +1,15 @@ +useragentswitcher (0.6.11-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 Mon, 22 Sep 2008 00:13:33 +0200 + +useragentswitcher (0.6.11-0ubuntu1) hardy; urgency=low + + * Initial release. (LP: #203814) + * modified build.xml so that debuild would find the xpi + * fixed control file + + -- Jared Greenwald Sun, 6 Apr 2008 03:51:00 +0200 --- useragentswitcher-0.6.11.orig/debian/compat +++ useragentswitcher-0.6.11/debian/compat @@ -0,0 +1 @@ +5 --- useragentswitcher-0.6.11.orig/debian/control +++ useragentswitcher-0.6.11/debian/control @@ -0,0 +1,14 @@ +Source: useragentswitcher +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jared Greenwald +Build-Depends: debhelper (>= 5), cdbs, mozilla-devscripts (>= 0.5~), ant +Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/useragentswitcher.ubuntu/ +Standards-Version: 3.7.3 + +Package: useragentswitcher +Architecture: all +Depends: firefox | abrowser | firefox-3.0 | firefox-2 +Description: user agent switcher extension for the Firefox web browser + Adds a menu and a toolbar button to switch the user agent of the browser. --- useragentswitcher-0.6.11.orig/debian/copyright +++ useragentswitcher-0.6.11/debian/copyright @@ -0,0 +1,32 @@ +Homepage and Upstream Contact +=============================== + * Homepage: http://chrispederick.com/work/user-agent-switcher/ + * Upstream Contact: Chris Pederick + +Source Location +================ + * see http://chrispederick.com/work/user-agent-switcher/source/ + * Download the source tree from CVS and use the development directory as top + of the package tree. + +License +======== + + User Agent Switcher + Copyright (C) 2003-2008 Chris Pederick + + 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 3 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 program. If not, see . + +On Debian systems, the complete text of the GNU General Public +License version 3 can be found in the file `/usr/share/common-licenses/GPL'. --- useragentswitcher-0.6.11.orig/debian/rules +++ useragentswitcher-0.6.11/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 := useragentswitcher + +# 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_EM_ID := {xxxxxxx-xxxx-xxxx} + +# 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 = ant + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/mozilla-devscripts/xpi.mk +