This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit d94c9796e075accd4059b46ee6431f7b1d4dcda7 Author: Bertrand Marc <[email protected]> Date: Fri Feb 20 10:14:39 2009 +0000 [svn-inject] Applying Debian modifications to trunk --- {etc => debian}/PlayOnLinux.desktop | 4 +-- debian/bin/playonlinux | 3 ++ debian/bin/playonlinux-daemon | 3 ++ debian/bin/playonlinux-pkg | 3 ++ debian/changelog | 6 ++++ debian/compat | 1 + debian/control | 15 ++++++++ debian/copyright | 35 +++++++++++++++++++ debian/man/playonlinux-daemon.1 | 26 ++++++++++++++ debian/man/playonlinux-pkg.1 | 33 ++++++++++++++++++ debian/man/playonlinux.1 | 28 +++++++++++++++ debian/menu | 2 ++ debian/playonlinux.install | 14 ++++++++ debian/playonlinux.manpages | 3 ++ debian/pycompat | 1 + debian/rules | 69 +++++++++++++++++++++++++++++++++++++ debian/watch | 2 ++ etc/PlayOnLinux.desktop | 1 + 18 files changed, 247 insertions(+), 2 deletions(-) diff --git a/etc/PlayOnLinux.desktop b/debian/PlayOnLinux.desktop similarity index 75% copy from etc/PlayOnLinux.desktop copy to debian/PlayOnLinux.desktop index 281f922..f29ff7e 100644 --- a/etc/PlayOnLinux.desktop +++ b/debian/PlayOnLinux.desktop @@ -7,5 +7,5 @@ Comment=PlayOnLinux Type=Application Exec=playonlinux Icon=playonlinux -Categories=PlayOnLinux; -Name[fr_FR]=PlayOnLinux +Categories=Utility; + diff --git a/debian/bin/playonlinux b/debian/bin/playonlinux new file mode 100644 index 0000000..c757856 --- /dev/null +++ b/debian/bin/playonlinux @@ -0,0 +1,3 @@ +#!/bin/bash +/usr/share/playonlinux/playonlinux "$@" +exit 0 diff --git a/debian/bin/playonlinux-daemon b/debian/bin/playonlinux-daemon new file mode 100644 index 0000000..788ed66 --- /dev/null +++ b/debian/bin/playonlinux-daemon @@ -0,0 +1,3 @@ +#!/bin/bash +/usr/share/playonlinux/playonlinux-daemon "$@" +exit 0 diff --git a/debian/bin/playonlinux-pkg b/debian/bin/playonlinux-pkg new file mode 100644 index 0000000..a1f5ab1 --- /dev/null +++ b/debian/bin/playonlinux-pkg @@ -0,0 +1,3 @@ +#!/bin/bash +/usr/share/playonlinux/playonlinux-pkg "$@" +exit 0 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..00f9bb9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +playonlinux (3.3.1-1) unstable; urgency=low + + * Initial release (Closes: #485149) + + -- Bertrand Marc <[email protected]> Fri, 06 Feb 2009 02:19:41 +0100 + 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..5c22902 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: playonlinux +Section: otherosfs +Priority: optional +Maintainer: Bertrand Marc <[email protected]> +Build-Depends: debhelper (>= 7), python-support +Standards-Version: 3.8.0 +Homepage: http://www.playonlinux.com/ + +Package: playonlinux +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine, unzip, wget, xterm, python-wxgtk2.8, imagemagick, cabextract +Recommends: mesa-utils +Description: front-end for Wine + PlayOnLinux is a front-end for wine. It permits you to install Windows Games + and softwares on Linux. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1b05217 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Bertrand Marc <[email protected]> on +Fri, 06 Feb 2009 02:19:41 +0100. + +It was downloaded from http://www.playonlinux.com/ + +Upstream Authors: + + Pâris Quentin <[email protected]> + +Copyright: + + Copyright (C) 2009 Pâris Quentin + +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 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General Public License can +be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2009, Bertrand Marc <[email protected]> and +is licensed under the GPL, see above. + diff --git a/debian/man/playonlinux-daemon.1 b/debian/man/playonlinux-daemon.1 new file mode 100644 index 0000000..e6e4459 --- /dev/null +++ b/debian/man/playonlinux-daemon.1 @@ -0,0 +1,26 @@ +.TH PLAYONLINUX-DAEMON 1 "February 6, 2009" + +.SH NAME +playonlinux-daemon \- daemon to handle disk insertion in PlayOnLinux + +.SH SYNOPSIS +.B playonlinux-daemon +.RI [ options ] + +.SH DESCRIPTION +.B playonlinux-daemon +is a daemon to handle disk insertion within PlayOnLinux. Users are not supposed to use it directly. + +.SH OPTIONS +.TP +.I "--version" + Show version number and exit. +.TP +.I "--kill" + Kill the daemon. + +.SH AUTHOR +playonlinux was written by Quentin Pâris <[email protected]>. +.PP +This manual page was written by Bertrand Marc <[email protected]>, +for the Debian project (but may be used by others). diff --git a/debian/man/playonlinux-pkg.1 b/debian/man/playonlinux-pkg.1 new file mode 100644 index 0000000..b96a8dc --- /dev/null +++ b/debian/man/playonlinux-pkg.1 @@ -0,0 +1,33 @@ +.TH PLAYONLINUX-PKG 1 "February 6, 2009" + +.SH NAME +playonlinux-pkg \- tool to manage playonlinux packages + +.SH SYNOPSIS +.B playonlinux-pkg +.RI [ options ] +.RI [ package ] + +.SH DESCRIPTION +.B playonlinux-pkg +is a tool to install or manage the playonlinux packages + +.SH OPTIONS +.TP +.I "-b, --browse" + Choose a file. +.TP +.I "-e, --extract" + Extract the package. +.TP +.I "-i, --install" + Install the package. +.TP +.I "-h, --help" + Show usage. + +.SH AUTHOR +playonlinux was written by Quentin Pâris <[email protected]>. +.PP +This manual page was written by Bertrand Marc <[email protected]>, +for the Debian project (but may be used by others). diff --git a/debian/man/playonlinux.1 b/debian/man/playonlinux.1 new file mode 100644 index 0000000..1a8e4ca --- /dev/null +++ b/debian/man/playonlinux.1 @@ -0,0 +1,28 @@ +.TH PLAYONLINUX 1 "February 6, 2009" + +.SH NAME +PlayOnLinux \- front-end for Wine + +.SH SYNOPSIS +.B playonlinux +.RI [ options ] + +.SH DESCRIPTION +.B playonlinux +is a front-end for Wine. It allows you to easily install and use numerous games and softwares designed to run with Microsoft®'s Windows®. +.br +Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system. PlayOnLinux brings an accessible and efficient solution to this problem, cost-free and rescpetful of the free softwares. + +.SH OPTIONS +.TP +.I --version + Show version number and exit. +.TP +.I "--run <prog>" + Run directly the specified program. + +.SH AUTHOR +playonlinux was written by Quentin Pâris <[email protected]>. +.PP +This manual page was written by Bertrand Marc <[email protected]>, +for the Debian project (but may be used by others). diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000..bda151f --- /dev/null +++ b/debian/menu @@ -0,0 +1,2 @@ +?package(playonlinux):needs="X11" section="Applications/Emulators"\ + title="PlayOnLinux" command="/usr/bin/playonlinux" diff --git a/debian/playonlinux.install b/debian/playonlinux.install new file mode 100644 index 0000000..57da372 --- /dev/null +++ b/debian/playonlinux.install @@ -0,0 +1,14 @@ +bash/* usr/share/playonlinux/bash/ +etc/* usr/share/playonlinux/etc/ +lang/* usr/share/playonlinux/lang/ +lib/* usr/share/playonlinux/lib/ +python/* usr/share/playonlinux/python/ +src/* usr/share/playonlinux/src/ +themes/* usr/share/playonlinux/themes/ +CHANGELOG playonlinux* usr/share/playonlinux/ +etc/playonlinux*.png usr/share/pixmaps/ +debian/PlayOnLinux.desktop usr/share/applications/ +etc/PlayOnLinux.directory usr/share/desktop-directories/ +debian//bin/playonlinux usr/bin/ +debian/bin/playonlinux-pkg usr/bin/ +debian/bin/playonlinux-daemon usr/bin/ diff --git a/debian/playonlinux.manpages b/debian/playonlinux.manpages new file mode 100644 index 0000000..e7d96e8 --- /dev/null +++ b/debian/playonlinux.manpages @@ -0,0 +1,3 @@ +debian/man/playonlinux.1 +debian/man/playonlinux-pkg.1 +debian/man/playonlinux-daemon.1 diff --git a/debian/pycompat b/debian/pycompat new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/debian/pycompat @@ -0,0 +1 @@ +2 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..63f3610 --- /dev/null +++ b/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + + chmod -x CHANGELOG + chmod +x lib/* + chmod +x lang/old/* + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG + dh_installdocs + dh_desktop + dh_install + dh_installmenu + dh_pysupport + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e08d1e6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.playonlinux.com/fr/download-generic.html http://www.playonlinux.com/script_files/PlayOnLinux/(.*)/PlayOnLinux_(.*).tar.gz diff --git a/etc/PlayOnLinux.desktop b/etc/PlayOnLinux.desktop index 281f922..0c1d01a 100644 --- a/etc/PlayOnLinux.desktop +++ b/etc/PlayOnLinux.desktop @@ -9,3 +9,4 @@ Exec=playonlinux Icon=playonlinux Categories=PlayOnLinux; Name[fr_FR]=PlayOnLinux +GenericName[fr_FR]=Game -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

