--- feed2imap-0.8.orig/debian/control.in +++ feed2imap-0.8/debian/control.in @@ -0,0 +1,26 @@ +Source: feed2imap +Section: net +Priority: optional +Maintainer: Lucas Nussbaum +Uploaders: @RUBY_EXTRAS_TEAM@ +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: ruby-pkg-tools (>= 0.10), ruby +Standards-Version: 3.7.2 + +Package: feed2imap +Architecture: all +Depends: ruby, ruby1.8, librmail-ruby1.8, libfeedparser-ruby1.8 +Recommends: libopenssl-ruby1.8 +Suggests: imap-client, imap-server +Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server + Feed2Imap is an RSS/Atom feed aggregator. After Downloading + feeds (over HTTP or HTTPS), it uploads them to a specified + folder of an IMAP mail server. The user can then access the + feeds using a mail reader like Mutt, Evolution, Mozilla + Thunderbird or even a webmail. + . + The main advantage over rss2email is that feed2imap uploads + emails itself to a specified folder. You don't have to play + with procmail or your MUA's filtering rules to classify mails. + . + Homepage: http://home.gna.org/feed2imap/ --- feed2imap-0.8.orig/debian/control +++ feed2imap-0.8/debian/control @@ -0,0 +1,26 @@ +Source: feed2imap +Section: net +Priority: optional +Maintainer: Lucas Nussbaum +Uploaders: Debian Ruby Extras Maintainers , Antonio S. de A. Terceiro , David Moreno Garza , David Nusinow , Paul van Tilburg , Esteban Manchado Velázquez , Arnaud Cornet , Thierry Reding , Marc Dequènes (Duck) , Ari Pollak , Daigo Moriwaki +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: ruby-pkg-tools (>= 0.10), ruby +Standards-Version: 3.7.2 + +Package: feed2imap +Architecture: all +Depends: ruby, ruby1.8, librmail-ruby1.8, libfeedparser-ruby1.8 +Recommends: libopenssl-ruby1.8 +Suggests: imap-client, imap-server +Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server + Feed2Imap is an RSS/Atom feed aggregator. After Downloading + feeds (over HTTP or HTTPS), it uploads them to a specified + folder of an IMAP mail server. The user can then access the + feeds using a mail reader like Mutt, Evolution, Mozilla + Thunderbird or even a webmail. + . + The main advantage over rss2email is that feed2imap uploads + emails itself to a specified folder. You don't have to play + with procmail or your MUA's filtering rules to classify mails. + . + Homepage: http://home.gna.org/feed2imap/ --- feed2imap-0.8.orig/debian/dirs +++ feed2imap-0.8/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/ruby/1.8 +usr/bin --- feed2imap-0.8.orig/debian/compat +++ feed2imap-0.8/debian/compat @@ -0,0 +1 @@ +5 --- feed2imap-0.8.orig/debian/changelog +++ feed2imap-0.8/debian/changelog @@ -0,0 +1,94 @@ +feed2imap (0.8-1) unstable; urgency=low + + [ Lucas Nussbaum ] + * Upgraded to policy 3.7.2. No changes required. + * Build-dep on debhelper >= 5. + * New upstream release. + * New always-new flag in the config file to consider all items as new + for a feed (closes: #366878). + * When disconnecting from the IMAP server, don't display an exception + in non-verbose mode if "connection is reset by peer" (closes: #367282). + + -- Lucas Nussbaum Tue, 13 Jun 2006 16:32:31 +0200 + +feed2imap (0.7-2) unstable; urgency=low + + [ Lucas Nussbaum ] + * Set the Maintainer field back to me. I will be mainly responsible + for this package. + + [ Paul van Tilburg ] + * Updated the team substvar to @RUBY_EXTRAS_TEAM@ in control, update + the Build-Depend-Indep on ruby-pkg-tools. + + -- Paul van Tilburg Thu, 30 Mar 2006 14:09:47 +0200 + +feed2imap (0.7-1) unstable; urgency=low + + * New upstream release: + - Don't display the password in error messages (closes: #350370). + - Upload mail with the Item time, not the upload time (closes: #350371). + * Set the Maintainer field to the Debian/Ruby Extras team's name and + address in debian/control.in since the package is team maintained. + + -- Lucas Nussbaum Fri, 17 Feb 2006 16:34:26 +0100 + +feed2imap (0.6-1) unstable; urgency=low + + [ Lucas Nussbaum ] + * New upstream release. + - Feed2Imap displays a warning if the configuration file is world-readable + (closes: #323561). + - Now depends on libfeedparser-ruby to parse feeds. libfeedparser-ruby + also integrates many fixes (closes: #335807). + - Charset fixes: now uses UTF-8 for both plain text and HTML parts + (closes: #330981). + + [ Paul van Tilburg ] + * Added missing Build-Depend-Indep on ruby-pkg-tools and cdbs. + + -- Paul van Tilburg Wed, 11 Jan 2006 22:59:13 +0000 + +feed2imap (0.5-1) unstable; urgency=low + + * New upstream release. + - Feed2Imap can now work without OpenSSL (closes: #326750, #327213). + - Fixed IMAP protocol incompatibility (closes: #328573). + * Improved description in debian/control. + + -- Lucas Nussbaum Mon, 19 Sep 2005 16:20:24 +0200 + +feed2imap (0.4-4) unstable; urgency=low + + * Added more precise copyright statement + * Added a debian/watch file + + -- Lucas Nussbaum Tue, 2 Aug 2005 12:24:21 +0200 + +feed2imap (0.4-3) unstable; urgency=low + + * Added website adress to Description. + * 0.4-2 was using debian/tmp instead of debian/feed2imap in + debian/rules + + -- Lucas Nussbaum Tue, 2 Aug 2005 11:12:04 +0200 + +feed2imap (0.4-2) unstable; urgency=low + + * changed to a non-native Debian package. + * Changed Build-Depends to Build-Depends-Indep + * Now installs to /usr/lib/ruby/1.8 instead of /usr/lib/site_ruby/1.8. + * DH_VERBOSE turned off. + * Set debhelper compatibility level to 4. + * Improved Description. + * Now uses dh_fixperms to fix permissions. + * Removed unused install target in debian/rules. + + -- Lucas Nussbaum Wed, 27 Jul 2005 11:26:25 +0200 + +feed2imap (0.4-1) unstable; urgency=low + + * First Debian Package. + + -- Lucas Nussbaum Fri, 22 Jul 2005 14:00:00 +0100 + --- feed2imap-0.8.orig/debian/watch +++ feed2imap-0.8/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.gna.org/feed2imap/feed2imap-(.*)\.tgz debian --- feed2imap-0.8.orig/debian/copyright +++ feed2imap-0.8/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Lucas Nussbaum on +Fri, 22 Jul 2005 14:00:00 +0100. + +It was downloaded from http://home.gna.org/feed2imap/ + + +Upstream Author: Lucas Nussbaum + +Copyright: + +Feed2Imap is copyright (c) 2005 by Lucas Nussbaum. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. + +The setup.rb file included in the package's source is released under the GNU +LGPL. On Debian systems, the complete text of the GNU Lesser General Public +can be found in `/usr/share/common-licenses/LGPL'. --- feed2imap-0.8.orig/debian/rules +++ feed2imap-0.8/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper. + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk +include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk + +# The upstream setup.rb has the distclean bug (distclean can not be +# called for data/). +DEB_RUBY_CLEAN_TARGET = clean