[DRE-commits] [ruby-feedparser] 02/02: new upstream release

Antonio Terceiro terceiro at alioth.debian.org
Tue Aug 27 22:14:04 UTC 2013


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

terceiro pushed a commit to branch master
in repository ruby-feedparser.

commit dc81e137be34894337935a4ca3449135fc1638f2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Aug 27 18:25:10 2013 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 5f6caba..217dd59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-feedparser (0.8.1-1) experimental; urgency=low
+
+  * Team upload
+  * New upstream release
+    + splits test cases by input file, cleaner test output
+    + more robust encoding handling
+  * debian/ruby-tests.rb: run a little more unit tests during build
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 27 Aug 2013 18:22:53 -0300
+
 ruby-feedparser (0.8-1) experimental; urgency=low
 
   * Team upload
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 0c69a58..8093d50 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -3,5 +3,5 @@ if RUBY_VERSION < '1.9'
   exit
 end
 
-$: << 'lib' << '.'
 require 'test/tc_feed_parse.rb'
+require 'test/tc_sgml_parser.rb'

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



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