[Pkg-mozext-commits] [video-without-flash] 01/01: Initial commit

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Nov 18 03:07:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository video-without-flash.

commit 97d50f4 (HEAD, master)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Sep 4 01:27:10 2013

    Initial commit
---
 debian/bug-presubj       |  5 +++++
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 28 ++++++++++++++++++++++++++++
 debian/copyright         | 26 ++++++++++++++++++++++++++
 debian/docs              |  1 +
 debian/gbp.conf          |  4 ++++
 debian/links             |  1 +
 debian/lintian-overrides |  2 ++
 debian/rules             |  8 ++++++++
 debian/source/format     |  1 +
 debian/watch             |  8 ++++++++
 12 files changed, 90 insertions(+)

diff --git a/debian/bug-presubj b/debian/bug-presubj
new file mode 100644
index 0000000..312da21
--- /dev/null
+++ b/debian/bug-presubj
@@ -0,0 +1,5 @@
+Unless bug is specific to Debian please consider reporting it directly to
+upstream developer(s):
+
+    https://github.com/odrevet/video-without-flash/issues
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e7f3e85
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+video-without-flash (1.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #______).
+
+ -- Dmitry Smirnov <onlyjob at debian.org>  Tue, 18 Nov 2014 12:56:37 +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..f55158f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: video-without-flash
+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: https://github.com/odrevet/video-without-flash
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-mozext/video-without-flash.git
+Vcs-Git: git://anonscm.debian.org/pkg-mozext/video-without-flash.git
+
+Package: xul-ext-video-without-flash
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Breaks: ${xpi:Breaks}
+Enhances: ${xpi:Enhances}
+Provides: ${xpi:Provides}
+Description: extension to watch videos without the flash plugin
+ Fetch video source of flash based media and play the video directly with
+ Iceweasel (a.k.a. Firefox), without the use of the flash plug-in.
+ Supported sites/embed video players:
+  * Youtube
+  * Blip
+  * HTML5
+  * Dailymotion
+  * NicoVideo
+  * FC2
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..559a688
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: video without flash
+Upstream-Contact: Olivier Drevet <odrevet at gmail.com>
+Source: https://github.com/odrevet/video-without-flash
+
+Files: *
+Copyright: 2013-2014 Olivier Drevet <odrevet at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2013-2014 Dmitry Smirnov <onlyjob at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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.
+ ․
+ The complete text of the GNU General Public License 3
+ can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
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/links b/debian/links
new file mode 100644
index 0000000..a472f55
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+/usr/share/common-licenses/GPL-3	/usr/share/xul-ext/video-without-flash/LICENSE
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..2335019
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,2 @@
+# Lintian false-positive, link destination not in this package.
+package-contains-broken-symlink usr/share/xul-ext/video-without-flash/LICENSE ../../common-licenses/GPL-3
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cdccfdc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/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..8fb931f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# uscan(1) configuration file.
+version=3
+
+ https://github.com/odrevet/video-without-flash/releases \
+ .*/archive/v?(\d[-\d\.]+)\.tar\.gz
+
+# https://addons.mozilla.org/en-US/firefox/addon/video-without-flash/versions
+#   debian xpi-repack

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/video-without-flash.git



More information about the Pkg-mozext-commits mailing list