summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--setup.py1
3 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d8c37c..39573c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for Ick
============
+Version 0.1, released UNRELEASED
+--------------------------------
+
+* Install `cleanly` with the `icklib` package.
+
Version 0.0, released 2015-07-03
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 953c678..73969c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.1-1) UNRELEASED; urgency=medium
+
+ * New version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 03 Jul 2015 21:27:17 +0300
+
ick (0.0-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/setup.py b/setup.py
index 8398a2d..29dda3f 100644
--- a/setup.py
+++ b/setup.py
@@ -41,4 +41,5 @@ setup(
url='http://liw.fi/ick/',
scripts=['ick'],
packages=['icklib'],
+ package_data={'icklib': ['cleanly']},
)