diff --git a/debian/changelog b/debian/changelog index a376cf5d9..8f7c483cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lutris (0.2.7ubuntu0) quantal; urgency=low + + * Updated to version 0.2.7 + + -- Mathieu Comandon Sat, 10 Nov 2012 03:46:55 +0100 + lutris (0.2.6ubuntu1) natty; urgency=low * Forgot to actually remove cedega stuff ... Silly me diff --git a/debian/control b/debian/control index 28c3964ea..83fb8e844 100644 --- a/debian/control +++ b/debian/control @@ -5,21 +5,16 @@ Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), python, python-support (>= 0.6.4), - python-distutils-extra (>= 2.10), python-xdg -Maintainer: Mathieu Comandon +Maintainer: Mathieu Comandon Standards-Version: 3.9.1 Package: lutris Architecture: all Depends: ${misc:Depends}, ${python:Depends}, - python-xdg, - python-gconf, - python-gobject, - python-gtk2, python-yaml -Recommends: python-apport, joy2key +Recommends: python-apport Description: Install and play any video game easily Lutris is a gaming platform for GNU/Linux. It's goal is to make gaming on Linux as easy as possible by taking care of installing diff --git a/debian/rules b/debian/rules index c3c512b6f..8b0ec471b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,3 @@ DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -include /usr/share/cdbs/1/rules/langpack.mk