summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-13 10:00:15 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-13 10:00:15 +0000
commite5e568107f25f2306ae72efd6adede2273f5f7e4 (patch)
tree4b01b165f211b518f7e328bca917b3127fb58d57
parent1ea6e55f40a0ee8afe8eb15a17a2be8e3fbf8742 (diff)
downloadsummain-e5e568107f25f2306ae72efd6adede2273f5f7e4.tar.gz
Release version 0.2.version_0_2
-rw-r--r--NEWS10
-rw-r--r--README4
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
4 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..0f459f1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,10 @@
+NEWS file for summain
+=====================
+
+
+Version 0.2, released 2011-02-13
+--------------------------------
+
+* Now uses the cliapp Python framework.
+* No longer reports size of directories, since that is meaningless,
+ and makes it harder to use diff to compare directory trees.
diff --git a/README b/README
index 4f3c5de..0b5434b 100644
--- a/README
+++ b/README
@@ -15,11 +15,13 @@ Bugs, feedback, patches, etc
If you find bugs, make patches, or have any feedback, mail me
at "Lars Wirzenius <liw@liw.fi>".
+Home page is <http://liw.fi/summain/>.
+
Copyright
---------
-Copyright (C) 2010 Lars Wirzenius
+Copyright (C) 2010, 2011 Lars Wirzenius
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/debian/changelog b/debian/changelog
index 8e77525..fada8db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
summain (0.2) squeeze; urgency=low
+ * New upstream release.
+ - do not report size of directories
* debian/rules: Verify that versions match between debian/changelog and
setup.py.
* debian/control: Add build-dependency on extrautils, required for
the version matching checking.
+ ' debian/control: add Homepage field.
-- Lars Wirzenius <liw@liw.fi> Sun, 13 Feb 2011 09:47:52 +0000
diff --git a/debian/control b/debian/control
index 890130f..90f1a91 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Section: misc
Priority: optional
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), extrautils
+ python (>= 2.5), extrautils, python-cliapp
+Homepage: http://liw.fi/summain/
Package: summain
Architecture: all