[disorderfs] 03/04: Update changelog for 0.5.1-1 release
Chris Lamb
chris at chris-lamb.co.uk
Tue Sep 13 22:14:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch debian
in repository disorderfs.
commit 214519601945d27ee6c9d31a2220853a30c3de13
Author: Chris Lamb <lamby at debian.org>
Date: Tue Sep 13 23:10:45 2016 +0100
Update changelog for 0.5.1-1 release
---
debian/changelog | 15 +++++++++++++++
debian/rules | 3 +++
2 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index acb2830..f49a11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+disorderfs (0.5.1-1) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Add --sort-dirents=yes|no option for forcing deterministic.
+ * Support absolute paths by transforming ROOTDIR on startup.
+ * Print the behaviour on startup to stdout (Closes: #837689)
+ * Add testsuite, but do not run in Debian package build due to lack of
+ reliable FUSE on buildds.
+
+ [ Andrew Ayer ]
+ * Fix resolution of ROOTDIR
+ * Update man page: absolute path no longer required for ROOTDIR
+
+ -- Chris Lamb <lamby at debian.org> Tue, 13 Sep 2016 23:06:18 +0100
+
disorderfs (0.4.3-1) unstable; urgency=medium
* New upstream release:
diff --git a/debian/rules b/debian/rules
index d793426..3c670c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ export ENABLE_MAN=yes
%:
dh $@
+
+override_dh_auto_test:
+ # Tests require working FUSE setup
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git
More information about the Reproducible-commits
mailing list