summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules4
2 files changed, 9 insertions, 2 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