This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 7ea2fdd8582879c57eed317a84abf00b8e132d16 Author: Bertrand Marc <[email protected]> Date: Sun Apr 22 08:56:25 2012 +0000 Add xterm as an alternative dep --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3c6b216..241023c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ playonlinux (4.0.17-1) UNRELEASED; urgency=low * debian/copyright: use machine readable format. * playonlinux.install: allow only script plugins. The Capture plugin provides binaries. + * Add xterm as an alternative dependency for x-terminal-emulator, as + it is the default used upstream and to make lintian happy. - -- Bertrand Marc <[email protected]> Sat, 21 Apr 2012 22:49:05 +0200 + -- Bertrand Marc <[email protected]> Sun, 22 Apr 2012 10:54:36 +0200 playonlinux (4.0.16-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 71fd4cc..89f5405 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://www.playonlinux.com/ Package: playonlinux Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, x-terminal-emulator, python-wxgtk2.8, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, xterm|x-terminal-emulator, python-wxgtk2.8, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils Suggests: ttf-mscorefonts-installer Description: front-end for Wine PlayOnLinux is a front-end for wine. It permits you to easily install Windows -- 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

