Fix Feeds display in build flags.
This commit is contained in:
parent
37f0c448a1
commit
3da8cc7008
3 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,7 @@ buildFlags = filter (not . null)
|
||||||
#ifdef WITH_DNS
|
#ifdef WITH_DNS
|
||||||
, "DNS"
|
, "DNS"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_FEEDS
|
#ifdef WITH_FEED
|
||||||
, "Feeds"
|
, "Feeds"
|
||||||
#endif
|
#endif
|
||||||
]
|
]
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -20,6 +20,7 @@ git-annex (4.20130828) UNRELEASED; urgency=low
|
||||||
rather than the hybrid approach. See documentation for advantages
|
rather than the hybrid approach. See documentation for advantages
|
||||||
and disadvantages, but encryption=hybrid is the recommended scheme still.
|
and disadvantages, but encryption=hybrid is the recommended scheme still.
|
||||||
(Thanks, guilhem for the patch.)
|
(Thanks, guilhem for the patch.)
|
||||||
|
* Fix Feeds display in build flags.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 27 Aug 2013 11:03:00 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 27 Aug 2013 11:03:00 -0400
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,4 @@ importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
|
||||||
....<downloads the episodes etc>
|
....<downloads the episodes etc>
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
> Forgot I had to manually add that. [[done]] --[[Joey]]
|
> Forgot I had to manually add that. [[done]] (really this time!) --[[Joey]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue