summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules7
2 files changed, 10 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index c8b09be..8d4fa42 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Package: feed2imap
Architecture: all
Depends: ruby
Suggests: imap-client, imap-server
-Description: RSS/Atom feed aggregator that uploads items to an 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.
+Description: feed aggregator (RSS/Atom) that puts items in 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.
diff --git a/debian/rules b/debian/rules
index ddd3e7f..b05818d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,10 @@ binary-indep: build install
dh_installdocs README
dh_installexamples feed2imaprc-example
cp -r lib/* debian/tmp/usr/lib/ruby/1.8/
- chmod --recursive 0644 debian/tmp/usr/lib/ruby/1.8/*
- chmod 755 `find debian/tmp/usr/lib/ruby/1.8/ -type d`
- install -m 655 bin/feed2imap debian/tmp/usr/bin
+ rm -rf `find debian/tmp -name .svn -type d`
+ chmod --recursive 0644 debian/tmp/*
+ chmod 755 `find debian/tmp -type d`
+ install -m 755 bin/feed2imap debian/tmp/usr/bin
dh_compress
dh_installdeb
dh_shlibdeps
d an uncaught exception dialognecoro4-3/+93 2007-08-04bugfixesnecoro3-5/+20 2007-08-01Removed "(GTK)" from desktop filenecoro1-1/+1 2007-07-30updatesnecoro1-1/+1 2007-07-30updatesnecoro2-21/+64 2007-07-28some more pause emerge itemsnecoro5-276/+423 2007-07-27changed design / added linknecoro3-66/+154 2007-07-26changed design / added linknecoro2-34/+27 2007-07-25changed design / added linknecoro5-86/+188 2007-07-24made the resume_loop-plugin change titles toonecoro5-7/+22 2007-07-21added logviewersnecoro7-215/+429 2007-07-21updated howtonecoro1-14/+24 2007-07-20new Plugin Schemenecoro1-5/+4 2007-07-20new Plugin Schemenecoro1-1/+1 2007-07-20new Plugin Schemenecoro9-162/+214 2007-07-13fixesnecoro4-27/+37 2007-07-13new fancier log outputnecoro14-127/+116 2007-07-11added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro8-208/+275 2007-07-09bug in shutdown pluginnecoro2-5/+12 2007-07-09added resume_loop pluginnecoro1-1/+1 2007-07-09added resume_loop pluginnecoro10-22/+162 2007-07-07some more documentationnecoro6-4/+108 2007-07-07Some documentation worknecoro7-18/+129