summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-14 15:10:03 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-14 15:10:03 +1200
commit912c17b55037c245eeec85c7df6d17745b68ad5f (patch)
tree4540b178f1f44f8e07ff3943cbf7d17f402eb545
parent9e0d092d09dccf7998ea392f8f70656694774b5a (diff)
downloadpython-ttystatus-912c17b55037c245eeec85c7df6d17745b68ad5f.tar.gz
Release version 1.2.version_1_2version_0_2
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules4
-rw-r--r--ttystatus/__init__.py2
3 files changed, 10 insertions, 3 deletions
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 <liw@liw.fi> 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
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 3cfc3cb..31e7294 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = '0.1'
+version = '0.2'
from messager import Messager
from status import TerminalStatus