[Pkg-mozext-commits] [ctrl-tab] 01/01: Initial commit
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Tue Nov 18 16:08:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a commit to branch master
in repository ctrl-tab.
commit 545ce89 (HEAD, master)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Tue Nov 18 04:45:58 2014
Initial commit
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 26 ++++++++++++++++++++++++++
debian/gbp.conf | 4 ++++
debian/patches/max-version.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 9 +++++++++
10 files changed, 93 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2582865
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ctrl-tab (0.21.1-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #______).
+
+ -- Dmitry Smirnov <onlyjob at debian.org> Tue, 18 Nov 2014 15:42:32 +1100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ee36858
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ctrl-tab
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Smirnov <onlyjob at debian.org>
+Build-Depends: debhelper (>= 9), mozilla-devscripts
+Standards-Version: 3.9.6
+Homepage: http://en.design-noir.de/mozilla/ctrl-tab/
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-mozext/ctrl-tab.git
+Vcs-Git: git://anonscm.debian.org/pkg-mozext/ctrl-tab.git
+
+Package: xul-ext-ctrl-tab
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Breaks: ${xpi:Breaks}
+Enhances: ${xpi:Enhances}, xul-ext-https-everywhere
+Provides: ${xpi:Provides}
+Description: Ctrl+Tab navigation for tabs
+ This extensions adds Ctrl+Tab navigation for tabs similar to well known
+ Alt+Tab.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d8826d6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Ctrl-Tab
+Upstream-Contact: Dão Gottwald <ctrl-tab at design-noir.de>
+Source: https://addons.mozilla.org/en-US/firefox/addon/ctrl-tab/
+
+Files: *
+Copyright: 2007-2010 Dão Gottwald <ctrl-tab at design-noir.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013-2014 Dmitry Smirnov <onlyjob at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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.
+ ․
+ The complete text of the GNU General Public License version 2
+ can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..c281bae
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+
+[import-orig]
+pristine-tar = False
+merge = False
diff --git a/debian/patches/max-version.patch b/debian/patches/max-version.patch
new file mode 100644
index 0000000..c42b9ad
--- /dev/null
+++ b/debian/patches/max-version.patch
@@ -0,0 +1,18 @@
+Last-Update: 2014-11-19
+Forwarded: no
+Author: Dmitry Smirnov <onlyjob at member.fsf.org>
+Description: correct max version
+
+--- a/install.rdf
++++ b/install.rdf
+@@ -12,9 +12,9 @@
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>3.5</em:minVersion>
+- <em:maxVersion>3.7a4pre</em:maxVersion>
++ <em:maxVersion>33</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ </Description>
+ </RDF>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..470a891
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+max-version.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0c24c84
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with xul-ext --buildsystem=xul_ext --parallel
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..e60be95
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,9 @@
+# uscan(1) configuration file.
+version=3
+
+# http://en.design-noir.de/mozilla/ctrl-tab/(\d+[0-9.]+)\.xpi \
+# debian xpi-repack
+
+ https://addons.mozilla.org/en-US/firefox/addon/ctrl-tab/versions/ \
+ .*/ctrl-tab-(\d[-\d\.]+)-fx\.xpi(?:\?.*) \
+ debian xpi-repack
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/ctrl-tab.git
More information about the Pkg-mozext-commits
mailing list