[DRE-commits] [ruby-feedparser] 03/03: Release new upstream version to experimental

Antonio Terceiro terceiro at alioth.debian.org
Sun Aug 25 04:02:59 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 cfb444ef2ee72f397bd4854a8e8dcb2f9059fc0d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 24 20:27:19 2013 -0300

    Release new upstream version to experimental
---
 debian/changelog     |   15 +++++++++++++++
 debian/control       |   33 +++------------------------------
 debian/ruby-tests.rb |    5 +++++
 debian/rules         |    2 ++
 4 files changed, 25 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abe4a08..5f6caba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+ruby-feedparser (0.8-1) experimental; urgency=low
+
+  * Team upload
+  * debian/watch: updated to pull upstream tarballs from
+    http://people.debian.org/~terceiro/ruby-feedparser/
+  * debian/rules: forcing UTF-8 locale during build
+  * debian/ruby-tests.rb: skip tests for Ruby < 1.9 since 1.8 is not really
+    supported anymore.
+  * debian/control:
+    - drop lib*-ruby* transitional packages
+    - Bump standards version to 3.9.4. No changes needed
+  * New upstream version adding Ruby 1.9 support
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 24 Aug 2013 18:32:44 -0300
+
 ruby-feedparser (0.7-2) unstable; urgency=low
 
   * Switch to gem2deb-based packaging. Rename source and binary packages.
diff --git a/debian/control b/debian/control
index c9240bc..f011f8d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
 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)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-magic
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-feedparser.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-feedparser.git;a=summary
 Homepage: http://home.gna.org/ruby-feedparser/
@@ -13,34 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-feedparser
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-Replaces: libfeedparser-ruby1.8 (<< 0.7-2~), libfeedparser-ruby (<< 0.7-2~), libfeedparser-ruby-doc (<< 0.7-2~)
-Conflicts: libfeedparser-ruby1.8 (<< 0.7-2~), libfeedparser-ruby (<< 0.7-2~), libfeedparser-ruby-doc (<< 0.7-2~)
-Provides: libfeedparser-ruby1.8, libfeedparser-ruby, libfeedparser-ruby-doc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-magic
 Description: Ruby library to parse ATOM/RSS feeds
  Ruby-feedparser is a library allowing Ruby developers to parse RSS and
  ATOM feeds.
-
-Package: libfeedparser-ruby1.8
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-feedparser
-Description: Transitional package for ruby-feedparser
- This is a transitional package to ease upgrades to the ruby-feedparser
- package. It can safely be removed.
-
-Package: libfeedparser-ruby
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-feedparser
-Description: Transitional package for ruby-feedparser
- This is a transitional package to ease upgrades to the ruby-feedparser
- package. It can safely be removed.
-
-Package: libfeedparser-ruby-doc
-Section: oldlibs
-Architecture: all
-Depends: ${misc:Depends}, ruby-feedparser
-Description: Transitional package for ruby-feedparser
- This is a transitional package to ease upgrades to the ruby-feedparser
- package. It can safely be removed.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 0268b49..0c69a58 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,7 @@
+if RUBY_VERSION < '1.9'
+  puts "I: skipping tests on ruby < 1.9, not really supported anymore"
+  exit
+end
+
 $: << 'lib' << '.'
 require 'test/tc_feed_parse.rb'
diff --git a/debian/rules b/debian/rules
index a5e7dc8..ad9b7a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,7 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
+export LANG=C.UTF-8
+
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
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