[Pkg-mozext-commits] [SCM] firegestures extension branch, master, updated. 8a504d018216d1642eac98a79568cf80f4931cdc

Fabrizio Regalli fabreg at fabreg.it
Tue Sep 6 19:06:56 UTC 2011


The following commit has been merged in the master branch:
commit 8a504d018216d1642eac98a79568cf80f4931cdc
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Sep 6 21:06:49 2011 +0200

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4d36685
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+firegestures (1.6.6-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 06 Sep 2011 20:08:04 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f92d919
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: firegestures
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8), mozilla-devscripts (>= 0.22~)
+Standards-Version: 3.9.2
+Homepage: http://www.xuldev.org/firegestures/
+Vcs-git: git://git.debian.org/git/pkg-mozext/firegestures.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/firegestures.git;a=summary
+
+Package: xul-ext-firegestures
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: enables you to execute various commands with five types of gestures
+ FireGestures is a Firefox extension which enables you to execute various 
+ commands with five types of gestures:
+ .
+ Mouse Gestures (Moving mouse with holding right-button)
+ Wheel Gestures (Scrolling wheel with holding right-button)
+ Rocker Gestures (Left-click with holding right-button and vice versa)
+ Keypress Gestures (Mouse gesture with holding Ctrl / Shift key)
+ Tab Wheel Gestures (Scrolling wheel on the tab bar)
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2c4fd67
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: FireGestures
+Maintainer: Gomita <gomita at xuldev.org>
+Source: http://www.xuldev.org/
+
+Files: *
+Copyright: 2003, Marc Boullet
+	   2003- 2011, Initial Developer
+License: MPL-1.1 or GPL-2+
+ The contents of this file 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.
+ .
+ The Original Code is the FireGestures extension (http://www.xuldev.org/firegestures)
+ .
+ Portions created by Initial Developer are Copyright (C) 2011
+ to the Initial Developer. All Rights Reserved.
+
+Files: debian/*
+Copyright: 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: MPL-1.1 or GPL-2+ 
+ On Debian systems the full text of the GNU General Public License Version 2
+ can be found in the `/usr/share/common-licenses/GPL-2' file.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3e9cebc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with xul-ext
+
+override_dh_auto_build:
+	xpi-pack . firegestures.xpi
+
+override_dh_auto_install:
+	install-xpi --remove-license-files firegestures.xpi
+
+override_auto_clean:
+	rm -f firegestures.xpi
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d7f1625
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/6366/firegestures-([\d\.]+)-.*\.xpi

-- 
firegestures extension



More information about the Pkg-mozext-commits mailing list