[DRE-commits] [SCM] Packaging for ruby-feedparser branch, master, updated. upstream/0.7-2-gd59e487

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Mar 6 16:55:59 UTC 2011


The following commit has been merged in the master branch:
commit d59e4871f4844e3fca0e80744eb3e4d577587f40
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun Mar 6 17:56:49 2011 +0100

    prepared package. debian/copyright still missing

diff --git a/debian/control b/debian/control
index 66350e8..24f7619 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,16 @@ Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.1.0)
 Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-feedparser.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-feedparser;a=summary
-Homepage: FIXME
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-feedparser.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-feedparser;a=summary
+Homepage: http://home.gna.org/ruby-feedparser/
 
 Package: ruby-feedparser
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Conflicts: libfeedparser-ruby, libfeedparser-ruby1.8, libfeedparser-ruby1.9.1
+Replaces: libfeedparser-ruby, libfeedparser-ruby1.8, libfeedparser-ruby1.9.1
+Provides: libfeedparser-ruby, libfeedparser-ruby1.8, libfeedparser-ruby1.9.1
 Description: Ruby library to parse ATOM and RSS feeds
- Ruby library to parse ATOM and RSS feeds
+ Ruby-feedparser is a library allowing Ruby developers to parse RSS and
+ ATOM feeds.
diff --git a/debian/ruby-feedparser.docs b/debian/ruby-feedparser.docs
index 786a9ba..ed62609 100644
--- a/debian/ruby-feedparser.docs
+++ b/debian/ruby-feedparser.docs
@@ -1,2 +1,2 @@
 # FIXME: READMEs found
-# README
+README
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 2b91293..f68aa9a 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -3,6 +3,6 @@
 # no test suite was defined in the Gem specification. It would be
 # a good idea to define it here so the package gets tested at build time.
 # Example:
-# $: << 'lib' << '.'
+$: << 'lib' << '.'
 # Dir['{spec,test}/**/*.rb'].each { |f| require f }
-# require 'test/ts_foo.rb'
+require 'test/tc_feed_parse.rb'
diff --git a/debian/watch b/debian/watch
index 1ac8a2f..38690a6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-feedparser .*/ruby-feedparser-(.*).tar.gz
+http://download.gna.org/ruby-feedparser/ruby-feedparser-(.*)\.tgz debian
+

-- 
Packaging for ruby-feedparser



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