summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-02-01 00:29:35 +0900
committerkali <kali@leap.se>2013-02-01 00:29:35 +0900
commitec73ca8c77c422c87bede4eed12134c774dfb9a1 (patch)
tree7b0831c6aa7a204acf2f69ab7bbbc67070494a4b
parent8776f10d955ca243537903294e642829e5a14226 (diff)
fix NEWS filename
-rw-r--r--NEWS.rst2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ed0783c9..7ff703eb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,7 +2,7 @@
User-facing changes in LEAP Client
==================================
-Release 0.2.0 (2013-1-XX)
+Release 0.2.0 (2013-2-23)
--------------------------
This release is a functionally working version in Debian Wheezy and Ubuntu 12.04.
diff --git a/debian/rules b/debian/rules
index a3165e4f..b3a33d94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ install-python%:
# dh_auto_install
override_dh_installchangelogs:
- dh_installchangelogs -k CHANGES.txt
+ dh_installchangelogs -k NEWS.rst
# build and install sphinx docs
#