[DRE-commits] [feed2imap] 02/02: new upstream release

Antonio Terceiro terceiro at alioth.debian.org
Wed Aug 28 02:14:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository feed2imap.

commit 56d54e172117d0f3e68f80fb016e91bcdac2a74e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Aug 27 22:33:02 2013 -0300

    new upstream release
---
 debian/changelog     |   10 ++++++++++
 debian/control       |    2 +-
 debian/ruby-tests.rb |    2 ++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5e335e..ad88086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+feed2imap (1.2-1) experimental; urgency=low
+
+  * Team upload
+  * New upstream version. Requires ruby-feedparser >= 0.9.2, debian/control
+    adjusted accordingly.
+  * Do not run tests against Ruby 1.8 since that is not really supported any
+    more.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 27 Aug 2013 22:32:35 -0300
+
 feed2imap (1.1-1) experimental; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index e0db117..faa0ce9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-feedparser (>= 0.8-1~), ruby-rubymail
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-feedparser (>= 0.9.2-1~), ruby-rubymail
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/feed2imap.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/feed2imap.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 455f8f9..75a14c9 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,4 @@
+exit if RUBY_VERSION < '1.9'
+
 tests = Dir.glob('test/tc_*.rb') - ['test/tc_httpfetcher.rb']
 tests.each { |t| require t }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/feed2imap.git



More information about the Pkg-ruby-extras-commits mailing list