diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e191930da..93aece109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ git-annex (4.20130724) UNRELEASED; urgency=low Like drop, dropunused checks remotes, and honors the global annex.numcopies setting. (However, .gitattributes settings cannot apply to unused files.) + * importfeed can be used to import files from podcast feeds. * Add status message to XMPP presence tag, to identify to others that the client is a git-annex client. Closes: #717652 * webapp: When creating a repository on a removable drive, set diff --git a/debian/control b/debian/control index 42c43f123..52580b1ed 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Build-Depends: libghc-xml-types-dev, libghc-async-dev, libghc-http-dev, + libghc-feed-dev ikiwiki, perlmagick, git, |