--- ubuntu-it-menu-1.0.6.2.orig/debian/changelog +++ ubuntu-it-menu-1.0.6.2/debian/changelog @@ -0,0 +1,29 @@ +ubuntu-it-menu (1.0.6.2-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 03:15:52 +0200 + +ubuntu-it-menu (1.0.6.2-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * debian/control: + - Bump Standard-Versions to 3.8.0. + + -- Luca Falavigna Sat, 14 Jun 2008 19:42:44 +0200 + +ubuntu-it-menu (1.0.6.1-0ubuntu1) hardy; urgency=low + + * New upstream version. + - Fix license issues (LP: #215375) + + -- Luca Falavigna Fri, 11 Apr 2008 13:45:25 +0200 + +ubuntu-it-menu (1.0.6-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #112846) + + -- Luca Falavigna Thu, 10 Apr 2008 08:59:48 +0200 + --- ubuntu-it-menu-1.0.6.2.orig/debian/copyright +++ ubuntu-it-menu-1.0.6.2/debian/copyright @@ -0,0 +1,55 @@ +This package was debianized by Luca Falavigna on +Tue, 08 Apr 2008 19:23:42 +0200. + +It was downloaded from http://www.webalice.it/volans/ubuntu-it-menu/ + +Upstream Author: Volans + +Copyright: 2007-2008, Volans + +License: + + 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; either version 2 of the License, or + (at your option) any later version. + + 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 + +Full license is distributed in upstream tarball through this file: +chrome/locale/en-US/ubuntuit/GPLv2Licence.txt + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +As an exception, permission is granted to make use of licensed artwork +for the following images, which are owned by Canonical Ltd., see: +http://www.ubuntu.com/legal and https://help.launchpad.net/TermsofUse +for more details on the relative Copyright. +./chrome/skin/classic/ubuntuit/ubuntu.png +./chrome/skin/classic/ubuntuit/icons/edubuntu.png +./chrome/skin/classic/ubuntuit/icons/gobuntu.png +./chrome/skin/classic/ubuntuit/icons/kubuntu.png +./chrome/skin/classic/ubuntuit/icons/launchpad.png +./chrome/skin/classic/ubuntuit/icons/ubuntu.png +./chrome/skin/classic/ubuntuit/icons/xubuntu.png + +The artworks in the ./chrome/skin/classic/ubuntuit/icons/ folder are licensed +under the GPLv2 only, except the ones owned by Canonical Ltd. listed above +and the ones listed here which are GPLv2 or any later version. +./chrome/skin/classic/ubuntuit/icons/3d.png +./chrome/skin/classic/ubuntuit/icons/64bit.png +./chrome/skin/classic/ubuntuit/icons/fcm.png +./chrome/skin/classic/ubuntuit/icons/ppc.png +./chrome/skin/classic/ubuntuit/icons/sun.png + +The Debian packaging is (C) 2008, Luca Falavigna and +is licensed under the GPL, see above. + --- ubuntu-it-menu-1.0.6.2.orig/debian/compat +++ ubuntu-it-menu-1.0.6.2/debian/compat @@ -0,0 +1 @@ +5 --- ubuntu-it-menu-1.0.6.2.orig/debian/control +++ ubuntu-it-menu-1.0.6.2/debian/control @@ -0,0 +1,36 @@ +Source: ubuntu-it-menu +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Luca Falavigna +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: mozilla-devscripts (>= 0.5~), ant +Homepage: https://addons.mozilla.org/addon/4684 +Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/ubuntu-it-menu.ubuntu +Standards-Version: 3.8.0 + +Package: firefox-ubuntu-it-menu +Architecture: all +Depends: firefox | abrowser | firefox-3.0 | firefox-2 +Recommends: xchat +Description: Firefox extension for a quick browse of Ubuntu-it community + Quick Firefox navigation menu through all the resources of the Italian + community of the Italian Ubuntu community (www.ubuntu-it.org). Allow + also a quick navigation through some resources of other Ubuntu communities + including the international one. + . + Once installed, this extension inserts three identical menus with group of + links arranged by support channels. One menu is located in the menu bar, + another in the Tools menu and the third in the right-click context menu. + From the extension Preferences you can enable or disable any of these three + menus and also choose which sub-menus and specific groups of links have to + be shown. + . + If the name of your personal page in the italian Ubuntu Wiki and/or the + international Ubuntu Wiki is set in the Preferences, the extension will + automatically show the direct links to your personal pages. + . + The IRC channel links require an external IRC client (like "xchat") + associated with the IRC format links (irc://irc.server.net:port/channel?key) + in order to run it and automatically join the selected channel. + --- ubuntu-it-menu-1.0.6.2.orig/debian/watch +++ ubuntu-it-menu-1.0.6.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.webalice.it/volans/ubuntu-it-menu/ubuntu-it-menu_(.*)\.tar\.gz + --- ubuntu-it-menu-1.0.6.2.orig/debian/rules +++ ubuntu-it-menu-1.0.6.2/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +MOZ_EXTENSION_PKG := firefox-ubuntu-it-menu +MOZ_XPI_BUILD_COMMAND := ant createxpi + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/mozilla-devscripts/xpi.mk +