From 912c17b55037c245eeec85c7df6d17745b68ad5f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Jun 2010 15:10:03 +1200 Subject: Release version 1.2. --- debian/changelog | 7 +++++++ debian/rules | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8b9b96b..ed436d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-ttystatus (0.2) squeeze; urgency=low + + * New release. + * Many new widgets. + + -- Lars Wirzenius Mon, 14 Jun 2010 14:56:26 +1200 + python-ttystatus (0.1) squeeze; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so diff --git a/debian/rules b/debian/rules index 2cccef3..749ed44 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,9 @@ dh $@ --with-buildsystem=python_distutils override_dh_auto_install: - python setup.py install --prefix=debian/ttystatus/usr + python setup.py install --prefix=debian/python-ttystatus/usr override_dh_auto_build: setuppy-debian-versions-match - dh_auto_build $@ --with-buildsystem=python_distutils + dh_auto_build --with-buildsystem=python_distutils -- cgit v1.2.1