summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-07 16:55:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-07 16:55:04 -0400
commitb59b2d9686e3ad5b6f361505182cede819847bff (patch)
tree6fb3d8366bc113a5f05098b2998fde53c4f76186 /debian
parentd865c8b9f59f7619d0fbff873cbb43d559ca975e (diff)
importfeed: Filename template can now contain an itempubdate variable. Needs feed 0.3.9.2.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d316fc7b..996f0ef04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-annex (5.20140406) UNRELEASED; urgency=medium
+
+ * importfeed: Filename template can now contain an itempubdate variable.
+ Needs feed 0.3.9.2.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 07 Apr 2014 16:22:02 -0400
+
git-annex (5.20140405) unstable; urgency=medium
* git-annex-shell: Added notifychanges command.
diff --git a/debian/control b/debian/control
index dd7eaa848..1a2aaed70 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Build-Depends:
libghc-xml-types-dev,
libghc-async-dev,
libghc-http-dev,
- libghc-feed-dev,
+ libghc-feed-dev (>= 0.3.9.2),
libghc-regex-tdfa-dev [!mipsel !s390],
libghc-regex-compat-dev [mipsel s390],
libghc-tasty-dev (>= 0.7) [!mipsel !sparc],