summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-08-16 06:50:55 +0000
committerlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-08-16 06:50:55 +0000
commit66d5a4d0f34ef43f1159d19f38422bc60eac998f (patch)
tree5edf7c29d30f551757ea0caed464d94f9d1f0c03
parent7868b7463d81f01a4235c3db3b01f39d731b51b2 (diff)
downloadfeed2imap-66d5a4d0f34ef43f1159d19f38422bc60eac998f.tar.gz
feed2imap-66d5a4d0f34ef43f1159d19f38422bc60eac998f.tar.bz2
feed2imap-66d5a4d0f34ef43f1159d19f38422bc60eac998f.zip
changes in debian package
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@51 f70e237a-67f3-0310-a06c-d2b8a7116972
-rw-r--r--debian/changelog17
-rw-r--r--debian/control4
-rw-r--r--debian/copyright14
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch2
5 files changed, 33 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 742858f..fcb4f81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,23 @@
+feed2imap (0.4-5) unstable; urgency=low
+
+ * Improved description in debian/control.
+
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net> Tue, 16 Aug 2005 08:23:13 +0200
+
+feed2imap (0.4-4) unstable; urgency=low
+
+ * Added more precise copyright statement
+ * Added a debian/watch file
+
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net> 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 <lucas@lucas-nussbaum.net> Thu, 28 Jul 2005 12:40:21 +0200
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net> Tue, 2 Aug 2005 11:12:04 +0200
feed2imap (0.4-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0eb8e81..be61d2c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,9 @@ Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server
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.
- Website: http://home.gna.org/feed2imap/
+ .
+ Homepage: http://home.gna.org/feed2imap/
diff --git a/debian/copyright b/debian/copyright
index 1dc77f4..1f2f984 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,9 +8,17 @@ Upstream Author: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Copyright:
-Feed2Imap is copyright (c) 2005 by Lucas Nussbaum
+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.
-You are free to distribute this software under the terms of
-the GNU General Public License.
On Debian systems, the complete text of the GNU General Public
License can be found in the file `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 3fc7d83..4a5e1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ binary-indep: build
dh_installdirs
dh_installchangelogs ChangeLog
dh_installdocs README
- ruby setup.rb config --prefix=debian/tmp/usr --siteruby=debian/tmp/usr/lib/ruby
+ ruby setup.rb config --prefix=debian/feed2imap/usr --siteruby=debian/feed2imap/usr/lib/ruby
ruby setup.rb install
dh_fixperms
dh_compress
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b3f5e90
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://download.gna.org/feed2imap/feed2imap-(.*)\.tgz debian