--- freevial-1.3.orig/data/extra/freevial.6 +++ freevial-1.3/data/extra/freevial.6 @@ -17,7 +17,7 @@ use with the \-\-database argument. The database can be either folder or a compressed file. .PP -Additionaly, you can choose a different look using the \-\-skin option +Additionally, you can choose a different look using the \-\-skin option to tell it where the appearance information it should use is located. .SH OPTIONS --- freevial-1.3.orig/debian/changelog +++ freevial-1.3/debian/changelog @@ -0,0 +1,113 @@ +freevial (1.3-2.1ubuntu1) bionic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/compat: Bump to 9. + - debian/control: + + Build-depend on debhelper (>= 9). + + Build-depend on dh-python. + + Relax build-depend on python-all. + + Run wrap-and-sort -a -s. + + Update debian/watch file to the latest one. + * Dropped change: + - Remove alternate dependency on ttf-unfonts-core as the transitional + package no longer exists. (as dependency priority is adjusted now). + + -- Bhavani Shankar Fri, 24 Nov 2017 22:05:52 +0530 + +freevial (1.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Replace ttf-freefont dependency with fonts-freefont-ttf (closes: 738224). + + -- Peter Michael Green Thu, 23 Nov 2017 22:37:37 +0000 + +freevial (1.3-2ubuntu1) zesty; urgency=medium + + * debian/compat: Bump to 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Build-depend on dh-python. + - Relax build-depend on python-all. + - Remove alternate dependency on ttf-unfonts-core as the transitional + package no longer exists. + - Run wrap-and-sort -a -s. + * Update debian/watch file to the latest one. Thanks Bart Martens. + + -- Bhavani Shankar Sun, 02 Apr 2017 10:59:20 +0530 + +freevial (1.3-2) unstable; urgency=low + + * debian/control: + - Add an alternative dependency on fonts-unfonts-core + (since it replaced ttf-unfonts-core). + - Bump Standars-Version to 3.9.2. + * data/extra/freevial.6: + - Fix typo ("Additionaly" -> "Additionally"). + * debian/control, debian/rules: + - Switch from dh_pycentral to dh_python2. + * debian/source/format: + - Added, with content "1.0". + * debian/copyright: + - Update copyright years and use Unicode copyright character. + + -- Siegfried-Angel Gevatter Pujals Sat, 19 Nov 2011 19:14:58 +0100 + +freevial (1.3-1) unstable; urgency=low + + [ Siegfried-Angel Gevatter Pujals ] + * debian/watch: + - Change the protocol from "https" to "http". + * debian/copyright: + - Update the copyright years. + - Add missing licensing information for file skins/kde4/FreeSerif.ttf. + * debian/rules + - Fix permissions of a file (chmod -x). + * debian/menu: + - List each build dependency / menu tag on a line. + * debian/control: + - Remove "(RainCT)" from the Maintainer field. + - Bump Standards Version to 3.8.0. + - Lower XS-Python-Version minimum version to 2.4. + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + -- Siegfried-Angel Gevatter Pujals Sat, 07 Feb 2009 23:32:06 +0100 + +freevial (1.2-1) unstable; urgency=medium + + * New upstream release. The most important upstream changes are: + - Fix three crashes. + - Fix the installation script; now it really installs the KDE4 + skin which comes in the tarball by default. + - Let the --skin option work even if just the name of a skin (and + not the path to it) is provided. + * debian/control: + - Update the long description. + - Add ttf-freefont dependency. + * debian/rules: + - Don't install FreeSerif.ttf (provided by KDE4 theme). + + -- Siegfried-Angel Gevatter Pujals (RainCT) Wed, 12 Mar 2008 14:22:07 +0100 + +freevial (1.1-1) unstable; urgency=low + + * New upstream release. Packaging changes: + - Replace debian/install by a call to ./install.sh in debian/rules. + - Create debian/docs for README and ChangeLog. + - Add python-lxml dependency. + - Update debian/copyright. + * debian/control: + - Change Maintainer's email address (mine). + - Change long description. + - Bump standards version to 3.7.3. + + -- Siegfried-Angel Gevatter Pujals (RainCT) Mon, 28 Jan 2008 20:43:57 +0100 + +freevial (1.0-1) unstable; urgency=low + + * Initial release (Closes: #440970) + + -- Siegfried-Angel Gevatter Pujals (RainCT) Sun, 25 Nov 2007 19:52:14 +0100 + --- freevial-1.3.orig/debian/compat +++ freevial-1.3/debian/compat @@ -0,0 +1 @@ +9 --- freevial-1.3.orig/debian/control +++ freevial-1.3/debian/control @@ -0,0 +1,40 @@ +Source: freevial +Section: games +Priority: optional +Maintainer: Siegfried-Angel Gevatter Pujals +Uploaders: + Python Applications Packaging Team +Homepage: https://launchpad.net/freevial +Vcs-Svn: svn://svn.debian.org/python-apps/packages/freevial/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/freevial/trunk/ +Build-Depends: + cdbs (>= 0.4.90~), + debhelper (>= 9), + dh-python, + python-all +Standards-Version: 3.9.2 +X-Python-Version: >= 2.4 + +Package: freevial +Architecture: all +Depends: + python-pygame (>= 1.7), + ${misc:Depends}, + ${python:Depends}, + python-lxml, + fonts-unfonts-core | ttf-unfonts-core | ttf-unfonts, + fonts-freefont-ttf +XB-Python-Version: ${python:Versions} +Description: trivia platform for community events + Freevial is a platform for trivia-like games, designed to be used on + community events where ideally a projector and loudspeakers would be + available. + . + It can be fully localized and themed and includes a customizable + battery of questions (which are loaded from XML files) classified in + ten different categories. + . + The game features amazing graphics, category selection in a + gambling-machine like style, end screen, music and sounds, etc. + . + This package comes provisionally with a Catalan questions database. --- freevial-1.3.orig/debian/copyright +++ freevial-1.3/debian/copyright @@ -0,0 +1,47 @@ +This package was debianized by Siegfried-Angel Gevatter Pujals (RainCT) + on Mon, 19 Nov 2007 21:05:36 +0100. + +It was downloaded from https://launchpad.net/freevial/+download + +Upstream Authors: + + Carles Oriol i Margarit + Siegfried-Angel Gevatter Pujals + Nil Oriol + +Copyright: + + Copyright © 2007-2008 The Freevial Team + +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 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. + + 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 © 2007-2011, Siegfried-Angel Gevatter Pujals (RainCT) + and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +Files with another copyright holder (included in the binary packages): + + - data/fonts/Ubuntu-Title.ttf + Copyright (C) 2005 Canonical Ltd. + Author: Andrew Fitzsimon + License: GNU Lesser General Public License, version 2 or later + See /usr/share/common-licenses/LGPL for more information. + +Files with another copyright holder (only in the source): + + - skins/kde4/FreeSerif.ttf + Copyright (C) 2002 Free Software Foundation + License: GNU General Public License, version 2 or later + See /usr/share/common-licenses/LGPL for more information. --- freevial-1.3.orig/debian/menu +++ freevial-1.3/debian/menu @@ -0,0 +1,6 @@ +?package(freevial): \ + needs="X11" \ + section="Games/Puzzles" \ + title="Freevial" \ + command="/usr/games/freevial" \ + icon="/usr/share/pixmaps/freevial.xpm" --- freevial-1.3.orig/debian/rules +++ freevial-1.3/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_MANPAGES_freevial += data/extra/freevial.6 + +install/freevial:: + $(CURDIR)/install.sh $(CURDIR)/debian/freevial + rm -f $(CURDIR)/debian/freevial/usr/share/games/freevial/skins/kde4/FreeSerif.ttf + chmod -x $(CURDIR)/debian/freevial/usr/share/games/freevial/data/images/categoria_ciencies.png + +binary-install/freevial:: + dh_python2 -pfreevial --- freevial-1.3.orig/debian/source/format +++ freevial-1.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- freevial-1.3.orig/debian/watch +++ freevial-1.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/freevial \ +.*/freevial-(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)