Codebase list feed2imap / 725d0c8
new upstream version Antonio Terceiro 10 years ago
3 changed file(s) with 26 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 feed2imap (1.1-1) experimental; urgency=low
1
2 * Team upload.
3
4 [ Cédric Boutillier ]
5 * debian/control: remove obsolete DM-Upload-Allowed flag
6 * use canonical URI in Vcs-* fields
7
8 [ Antonio Terceiro ]
9 * debian/watch: point to my location for new upstream version
10 * New upstream version, adds Ruby 1.9 support
11 * debian/control:
12 - bump dependency on ruby-feedparser to >= 0.8~1
13 - Change dependeny from transitional package librmail-ruby1.8 to
14 ruby-rubymail
15 - Bump Standards-Version to 3.9.4; no changes needed
16 * debian/ruby-tests.rb: load all tests but one that requires network
17
18 -- Antonio Terceiro <terceiro@debian.org> Sun, 25 Aug 2013 18:36:13 -0300
19
020 feed2imap (1.0-2) unstable; urgency=low
121
222 * Switch to gem2deb packaging.
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, librmail-ruby1.8
6 Standards-Version: 3.9.1
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-feedparser (>= 0.8-1~), ruby-rubymail
6 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
99 Homepage: http://home.gna.org/feed2imap/
10 XS-Ruby-Versions: ruby1.8
10 XS-Ruby-Versions: all
1111
1212 Package: feed2imap
1313 Architecture: all
1414 XB-Ruby-Versions: ${ruby:Versions}
15 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, librmail-ruby1.8, ruby-feedparser
15 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-feedparser (>= 0.8-1~), ruby-rubymail
1616 Suggests: imap-client, imap-server
1717 Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server
1818 Feed2Imap is an RSS/Atom feed aggregator. After Downloading
0 $: << 'test' << 'lib' << '.'
1 require 'test/tc_cache.rb'
2 require 'test/tc_config.rb'
3 require 'test/tc_mail.rb'
0 tests = Dir.glob('test/tc_*.rb') - ['test/tc_httpfetcher.rb']
1 tests.each { |t| require t }