From 5bbff111c9967884500038e626db855761d36426 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Thu, 6 May 2010 22:58:30 +0200 Subject: [PATCH] Imported Debian patch 1.0-2 --- debian/changelog | 14 ++++++++++++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 39 +++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/menu | 2 ++ debian/minitube.1 | 21 +++++++++++++++++++++ debian/minitube.manpages | 1 + debian/rules | 7 +++++++ debian/source/format | 1 + debian/watch | 4 ++++ 11 files changed, 111 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/menu create mode 100644 debian/minitube.1 create mode 100644 debian/minitube.manpages create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..63b243c --- /dev/null +++ b/debian/changelog @@ -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 Thu, 06 May 2010 22:58:30 +0200 + +minitube (1.0-1) unstable; urgency=low + + * Initial release (Closes: #561012) + + -- Jakob Haufe Tue, 04 May 2010 21:51:02 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..90c1e60 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: minitube +Section: video +Priority: extra +Maintainer: Jakob Haufe +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 index 0000000..5cb8316 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +This work was packaged for Debian by: + + Jakob Haufe on Sun, 10 Jan 2010 02:28:52 +0100 + +It was downloaded from + +Upstream Author: + + Flavio Tordini + +Copyright: + + + +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 . + +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 + +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 index 0000000..1333ed7 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +TODO diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000..5e4a3ce --- /dev/null +++ b/debian/menu @@ -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 index 0000000..d89a513 --- /dev/null +++ b/debian/minitube.1 @@ -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 . +.PP +This manual page was written by Jakob Haufe , +for the Debian project (and may be used by others). diff --git a/debian/minitube.manpages b/debian/minitube.manpages new file mode 100644 index 0000000..5e49bb1 --- /dev/null +++ b/debian/minitube.manpages @@ -0,0 +1 @@ +debian/minitube.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..701676c --- /dev/null +++ b/debian/rules @@ -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 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..4f13011 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://flavio.tordini.org/minitube http://flavio.tordini.org/files/minitube/minitube-([0-9].*)\.tar\.gz + -- 2.39.2