summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-10 14:16:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-10 14:16:53 -0400
commitd9d6b256fc4ad430dad48374bd64a82913e7b080 (patch)
treee92f6f04936485ab1ffef96e93fc9ff5dfb8cf7c
parentfb824f7eb03c10301ad897d9e1eeb0aa40492a3d (diff)
cleanup
-rw-r--r--debian/changelog3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d3733aeb8..9020f6085 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ git-annex (0.04) UNRELEASED; urgency=low
* Unlocked files will now automatically be added back into the annex when
committed (and the updated symlink committed), by some magic in the
pre-commit hook.
- * Add build dep on libghc6-testpack-dev.
* Add annex.version, which will be used to automate upgrades
between incompatable versions.
* Reorganised the layout of .git/annex/
@@ -18,9 +17,9 @@ git-annex (0.04) UNRELEASED; urgency=low
* Annexed file contents are now made unwritable and put in unwriteable
directories, to avoid them accidentially being removed or modified.
(Thanks Josh Triplett for the idea.)
+ * Add build dep on libghc6-testpack-dev. Closes: #603016
* Avoid using runghc to run test suite as it is not available on all
architectures. Closes: #603006
- * Missing build dep. Closes: #603016
-- Joey Hess <joeyh@debian.org> Mon, 08 Nov 2010 12:36:39 -0400