Source: winetricks
Section: contrib/otherosfs
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/winetricks
Vcs-Git: git://anonscm.debian.org/collab-maint/winetricks.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/winetricks.git;a=summary

Package: winetricks
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, wine | wine-unstable, cabextract, p7zip, unzip, wget, zip
Recommends: zenity | kdebase-bin, xdg-utils, sudo | gksu
Suggests: libwine
Description: package manager for WINE to install software easily
 A POSIX shell script 'package manager' for WINE to install some
 Windows software easily. The list of downloadable applications is
 retrieved over the net. The list contains about 70 applications
 including 3dmark2001, corefonts, cygwin, directx9, dotnet35, droid,
 firefox, flash, ie8, mspaint, msxml6, python26, quicktime76, safari,
 spotify, utorrent, vb6run, vcrun2010, vlc and xvid.
 .
 To use GUI progress bar, install package "zenity". To read manuals,
 install package "xdg-utils". If you need to cache *.iso files with
 -k option, install packages "sudo" (or sudo GUI "gksu").
 .
 NOTE: This package suggests installing package libwine. Some, but not
 all package downloads depend on resarting the wineserver which is 
 included in libwine.
 .
 NOTE: In case you have compiled wine from sources and installed it
 out of dpkg's control, winetricks' depends wouldn't know about it. In
 that case create a "dummy wine" package to satisfy depends by using
 tools in "equivs" package before installing winetricks. An example:
 .
   git clone git@github.com:jaalto/project--debian-wine-dummy.git
   cd project--debian-wine-dummy
   make
   dpkg -i wine*.deb
   apt-get install winetricks
