--- webfav-1.15.orig/debian/compat +++ webfav-1.15/debian/compat @@ -0,0 +1 @@ +5 --- webfav-1.15.orig/debian/control +++ webfav-1.15/debian/control @@ -0,0 +1,17 @@ +Source: webfav +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5), cdbs, mozilla-devscripts (>= 0.14~) +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/firefox-extensions/webfav.ubuntu +Standards-Version: 3.8.0 + +Package: webfav +Architecture: all +Depends: ${xpi:Depends} +Recommends: netbook-launcher +Description: Firefox extension for saving web favorites (bookmarks) + This package contains a Firefox extension that is used for saving web + favorites (also known as bookmarks) into a location so that the Netbook + Launcher can utilise them. + --- webfav-1.15.orig/debian/changelog +++ webfav-1.15/debian/changelog @@ -0,0 +1,22 @@ +webfav (1.15-0ubuntu2) karmic; urgency=low + + * Add translation support. Thanks, Alexander Sack! (LP: #396492) + * Update Vcs-Bzr to reflect reality. + * Change Depends to use ${xpi:Depends}. + + -- Steve Kowalik Fri, 11 Sep 2009 15:42:05 +1000 + +webfav (1.15-0ubuntu1) karmic; urgency=low + + * New upstream release. + - Works with Firefox 3.5 (LP: #396453) + * Add a watch file. + + -- Steve Kowalik Fri, 07 Aug 2009 15:12:36 +0100 + +webfav (1.11-0ubuntu1) jaunty; urgency=low + + * Initial release. + + -- Steve Kowalik Tue, 27 Jan 2009 18:41:46 +1100 + --- webfav-1.15.orig/debian/copyright +++ webfav-1.15/debian/copyright @@ -0,0 +1,63 @@ +This package was downloaded from https://launchpad.net/webfav + +Icons downloaded from + +Upstream Author(s): + + Bill Filler + Evan Eveland + +Copyright: + + + +License: + + The following license applies to all code files: + + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this archive are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * Some code derived from "Deskcut" Firefox extension by Evan Eveland + * + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + + The following license applies to all icons and images: + + This package 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; version 2 dated June, 1991. + + This package 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, + USA. + +The Debian packaging is (C) 2009, Canonical and +is licensed under the GPL v3, see `/usr/share/common-licenses/GPL-3'. + --- webfav-1.15.orig/debian/rules +++ webfav-1.15/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +# name the package (as in debian/control) that will ship the extension +MOZ_EXTENSION_PKG := webfav + +# 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 := netbook-webfav@ubuntu.com + +# 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 + +MOZ_TRANSLATION_AUTO_XPI_SEARCHDIRS := debian/$(MOZ_EXTENSION_PKG) + +# xpi.mk will assume your extension is compatible with Firefox 3, +# and will install it in the default dirs, defined in xpi.mk script. In case, your +# extension is compatible with Fx3 or Thunderbird adjust this variable (see the example) +# firefox-addons - set if compatible with Firefox 3 or Abrowser 3 +# thunderbird - set if compatible with Thunderbird +# iceweasel - set if compatible with Iceweasel +# icedove - set if compatible with Icedove +# Don't forget to adjust Depends field in debian/control If the extension doesnt work with Thunderbird or Icedove +#MOZ_XPI_MOZILLA_DIRS := firefox-addons thunderbird iceweasel icedove + +MOZ_TRANSLATION_TARGET_IDS := netbook-webfav@ubuntu.com +MOZ_TRANSLATION_TARGET_DIRS := webfav +MOZ_TRANSLATION_AUTO_XPI_SEARCHDIRS := debian/webfav + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/mozilla-devscripts/xpi.mk +include /usr/share/mozilla-devscripts/lp-locale-export.mk + +EM_TRANSLATION_VERSION = $(shell xpath -q -e '/RDF/Description/em:version/text()' install.rdf) + +binary-post-install/$(MOZ_EXTENSION_PKG):: auto-locale-xpi.mk/translate + sed \ + -e 's/@EM_VERSION@/$(EM_TRANSLATION_VERSION)/' \ + < debian/translation-support/install.rdf.in > debian/install.rdf + cd debian && zip lp-export-xpis/en-US.xpi install.rdf + --- webfav-1.15.orig/debian/watch +++ webfav-1.15/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/webfav/+download \ + .*/webfav[_-](.*)\.tar\.gz --- webfav-1.15.orig/debian/translation-support/install.rdf.in +++ webfav-1.15/debian/translation-support/install.rdf.in @@ -0,0 +1,25 @@ + + + + + + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 1.0 + 3.6.* + + + + +