aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index adacaa8df..366854156 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-annex (3.20120616) UNRELEASED; urgency=low
+
+ * watch: New subcommand, which uses inotify to watch for changes to
+ files and automatically annexes new files, etc, so you don't need
+ to manually run git commands when manipulating files.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400
+
git-annex (3.20120614) unstable; urgency=medium
* addurl: Was broken by a typo introduced 2 released ago, now fixed.
diff --git a/debian/control b/debian/control
index 2510e2b33..6534fef31 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Build-Depends:
libghc-ifelse-dev,
libghc-bloomfilter-dev,
libghc-edit-distance-dev,
+ libghc-hinotify-dev,
+ libghc-stm-dev,
ikiwiki,
perlmagick,
git,