[Pkg-ruby-extras-maintainers] r250 - packages/feed2imap/trunk/debian

Lucas Nussbaum lucas-guest at costa.debian.org
Wed Jan 11 13:02:40 UTC 2006


Author: lucas-guest
Date: 2006-01-11 13:02:39 +0000 (Wed, 11 Jan 2006)
New Revision: 250

Added:
   packages/feed2imap/trunk/debian/control.in
Modified:
   packages/feed2imap/trunk/debian/changelog
   packages/feed2imap/trunk/debian/copyright
   packages/feed2imap/trunk/debian/rules
Log:
updated for version 0.6

Modified: packages/feed2imap/trunk/debian/changelog
===================================================================
--- packages/feed2imap/trunk/debian/changelog	2006-01-11 12:53:58 UTC (rev 249)
+++ packages/feed2imap/trunk/debian/changelog	2006-01-11 13:02:39 UTC (rev 250)
@@ -1,3 +1,15 @@
+feed2imap (0.6-1) unstable; urgency=low
+
+  * 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).
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 11 Jan 2006 13:54:43 +0100
+
 feed2imap (0.5-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/feed2imap/trunk/debian/control.in
===================================================================
--- packages/feed2imap/trunk/debian/control.in	2006-01-11 12:53:58 UTC (rev 249)
+++ packages/feed2imap/trunk/debian/control.in	2006-01-11 13:02:39 UTC (rev 250)
@@ -0,0 +1,25 @@
+Source: feed2imap
+Section: net
+Priority: optional
+Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Uploaders: @RUBY_TEAM@
+Build-Depends-Indep: debhelper (>= 4), ruby, cdbs, ruby-pkg-tools
+Standards-Version: 3.6.2.1
+
+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/

Modified: packages/feed2imap/trunk/debian/copyright
===================================================================
--- packages/feed2imap/trunk/debian/copyright	2006-01-11 12:53:58 UTC (rev 249)
+++ packages/feed2imap/trunk/debian/copyright	2006-01-11 13:02:39 UTC (rev 250)
@@ -22,3 +22,7 @@
 
 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'.

Modified: packages/feed2imap/trunk/debian/rules
===================================================================
--- packages/feed2imap/trunk/debian/rules	2006-01-11 12:53:58 UTC (rev 249)
+++ packages/feed2imap/trunk/debian/rules	2006-01-11 13:02:39 UTC (rev 250)
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 # debian/rules that uses debhelper.
 
+#include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 build:
 
-clean:
+clean::
 	dh_testdir
 	dh_testroot
 	dh_clean




More information about the pkg-ruby-extras-maintainers mailing list