Codebase list feed2imap / 56d54e1
new upstream release Antonio Terceiro 10 years ago
3 changed file(s) with 13 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 feed2imap (1.2-1) experimental; urgency=low
1
2 * Team upload
3 * New upstream version. Requires ruby-feedparser >= 0.9.2, debian/control
4 adjusted accordingly.
5 * Do not run tests against Ruby 1.8 since that is not really supported any
6 more.
7
8 -- Antonio Terceiro <terceiro@debian.org> Tue, 27 Aug 2013 22:32:35 -0300
9
010 feed2imap (1.1-1) experimental; urgency=low
111
212 * Team upload.
22 Priority: optional
33 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
44 Uploaders: Lucas Nussbaum <lucas@lucas-nussbaum.net>
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-feedparser (>= 0.8-1~), ruby-rubymail
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-feedparser (>= 0.9.2-1~), ruby-rubymail
66 Standards-Version: 3.9.4
77 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/feed2imap.git
88 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/feed2imap.git;a=summary
0 exit if RUBY_VERSION < '1.9'
1
02 tests = Dir.glob('test/tc_*.rb') - ['test/tc_httpfetcher.rb']
13 tests.each { |t| require t }