]> git.sur5r.net Git - minitube/commitdiff
Imported Debian patch 1.0-2 debian/1.0-2
authorJakob Haufe <sur5r@sur5r.net>
Thu, 6 May 2010 20:58:30 +0000 (22:58 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Mon, 6 Aug 2012 20:31:35 +0000 (22:31 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/menu [new file with mode: 0644]
debian/minitube.1 [new file with mode: 0644]
debian/minitube.manpages [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..63b243c
--- /dev/null
@@ -0,0 +1,14 @@
+minitube (1.0-2) unstable; urgency=low
+
+  * Make phonon and gstreamer dependencies more strict
+  * Remove now obsolete README.Debian
+  * Remove README.source template
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Thu, 06 May 2010 22:58:30 +0200
+
+minitube (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #561012)
+
+ -- Jakob Haufe <sur5r@sur5r.net>  Tue, 04 May 2010 21:51:02 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..90c1e60
--- /dev/null
@@ -0,0 +1,20 @@
+Source: minitube
+Section: video
+Priority: extra
+Maintainer: Jakob Haufe <sur5r@sur5r.net>
+Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>= 4:4.5), libphonon-dev 
+Standards-Version: 3.8.4
+Homepage: http://flavio.tordini.org/minitube
+
+Package: minitube
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, phonon-backend-gstreamer, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, gstreamer0.10-x
+Description: Native YouTube client
+ Minitube is a native YouTube client. With it you can watch YouTube videos in
+ a new way: you type a keyword, Minitube gives you an endless video stream.
+ .
+ Minitube does not require the Flash Player.
+ .
+ Minitube is not about cloning the original YouTube web interface, it aims to
+ create a new TV-like experience.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..5cb8316
--- /dev/null
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    Jakob Haufe <sur5r@sur5r.net> on Sun, 10 Jan 2010 02:28:52 +0100
+
+It was downloaded from <git://gitorious.org/minitube/minitube.git>
+
+Upstream Author:
+
+    Flavio Tordini <flavio.tordini@gmail.com>
+
+Copyright:
+
+    <Copyright (C) 2010 Flavio Tordini>
+
+License:
+
+    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 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Jakob Haufe <sur5r@sur5r.net>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..1333ed7
--- /dev/null
@@ -0,0 +1 @@
+TODO
diff --git a/debian/menu b/debian/menu
new file mode 100644 (file)
index 0000000..5e4a3ce
--- /dev/null
@@ -0,0 +1,2 @@
+?package(minitube):needs="X11" section="Applications/Video"\
+  title="minitube" command="/usr/bin/minitube"
diff --git a/debian/minitube.1 b/debian/minitube.1
new file mode 100644 (file)
index 0000000..d89a513
--- /dev/null
@@ -0,0 +1,21 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH MINITUBE 1 "January 22, 2010"
+.SH NAME
+minitube \- Native YouTube client
+.SH SYNOPSIS
+.B minitube
+.SH DESCRIPTION
+This manual page documents briefly the
+.B minitube
+command.
+.PP
+\fBminitube\fP is a native YouTube client. With it you can watch YouTube
+videos in a new way: you type a keyword, Minitube gives you an endless
+video stream. Minitube does not require the Flash Player.
+.SH OPTIONS
+Minitube currently does not take any options.
+.SH AUTHOR
+minitube was written by Flavio Tordini <flavio.tordini@gmail.com>.
+.PP
+This manual page was written by Jakob Haufe <sur5r@sur5r.net>,
+for the Debian project (and may be used by others).
diff --git a/debian/minitube.manpages b/debian/minitube.manpages
new file mode 100644 (file)
index 0000000..5e49bb1
--- /dev/null
@@ -0,0 +1 @@
+debian/minitube.1
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..701676c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/qmake.mk
+
+
+# Add here any variable or target overrides you need.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..4f13011
--- /dev/null
@@ -0,0 +1,4 @@
+version=3
+
+http://flavio.tordini.org/minitube http://flavio.tordini.org/files/minitube/minitube-([0-9].*)\.tar\.gz
+