summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rwxr-xr-xdupfiles2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e713c2d..da92ef1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for dupfiles
=================
+Version 5.6, released 2012-10-07
+--------------------------------
+
+* Dummy release to switch Debian packaging to non-native version numbers.
+
Version 5.5, released 2012-10-06
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 34fcc35..b5be81e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dupfiles (5.6-1) squeeze; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 07 Oct 2012 08:07:13 +0100
+
dupfiles (5.5) squeeze; urgency=low
* Add missing build dependency python-ttystatus
diff --git a/dupfiles b/dupfiles
index 891964e..2eb32fa 100755
--- a/dupfiles
+++ b/dupfiles
@@ -29,7 +29,7 @@ import time
import ttystatus
-version = '5.5'
+version = '5.6'
class FileStats(object):