From 4eaf046fc73d231529ccc636cdcabbaa0c5a0fc0 Mon Sep 17 00:00:00 2001 From: lnu Date: Wed, 28 Jun 2006 07:57:43 +0000 Subject: removed useless debian dir git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@102 f70e237a-67f3-0310-a06c-d2b8a7116972 --- debian/changelog | 43 ------------------------------------------- debian/compat | 1 - debian/control | 25 ------------------------- debian/copyright | 24 ------------------------ debian/dirs | 2 -- debian/rules | 35 ----------------------------------- debian/watch | 2 -- 7 files changed, 132 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100755 debian/rules delete mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 2b51d12..0000000 --- a/debian/changelog +++ /dev/null @@ -1,43 +0,0 @@ -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 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index 42335c8..0000000 --- a/debian/control +++ /dev/null @@ -1,25 +0,0 @@ -Source: feed2imap -Section: net -Priority: optional -Maintainer: Lucas Nussbaum -Uploaders: Paul van Tilburg -Build-Depends-Indep: debhelper (>= 4), ruby -Standards-Version: 3.6.2.1 - -Package: feed2imap -Architecture: all -Depends: ruby, ruby1.8, librmail-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/ diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 1f2f984..0000000 --- a/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -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'. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 7a589a1..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/ruby/1.8 -usr/bin diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 61b5154..0000000 --- a/debian/rules +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/make -f -# debian/rules that uses debhelper. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -build: - -clean: - dh_testdir - dh_testroot - dh_clean - -binary-indep: build - dh_testdir - dh_testroot - dh_installdirs - dh_installchangelogs ChangeLog - dh_installdocs README - ruby setup.rb config --siteruby=/usr/lib/ruby - ruby setup.rb install --prefix=`pwd`/debian/feed2imap - dh_fixperms - dh_compress - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - - -binary-arch: build -# Nothing here, not a binary package - -binary: binary-indep binary-arch - -.PHONY: build clean binary-indep binary-arch binary diff --git a/debian/watch b/debian/watch deleted file mode 100644 index b3f5e90..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=2 -http://download.gna.org/feed2imap/feed2imap-(.*)\.tgz debian -- cgit v1.2.3-54-g00ecf