[DRE-commits] r4791 - in trunk: . feed2imap/debian libfeedparser-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Sun Feb 21 09:36:27 UTC 2010


Author: lucas
Date: 2010-02-21 09:36:25 +0000 (Sun, 21 Feb 2010)
New Revision: 4791

Removed:
   trunk/booh/
Modified:
   trunk/feed2imap/debian/control
   trunk/feed2imap/debian/rules
   trunk/libfeedparser-ruby/debian/control
   trunk/libfeedparser-ruby/debian/rules
Log:
no longer interested in packaging this

Modified: trunk/feed2imap/debian/control
===================================================================
--- trunk/feed2imap/debian/control	2010-02-21 09:33:16 UTC (rev 4790)
+++ trunk/feed2imap/debian/control	2010-02-21 09:36:25 UTC (rev 4791)
@@ -11,7 +11,7 @@
 
 Package: feed2imap
 Architecture: all
-Depends: ruby, ruby1.8, librmail-ruby1.8, libfeedparser-ruby1.8 (>= 0.7), ${misc:Depends}
+Depends: ruby, ruby1.8, librmail-ruby1.8, libfeedparser-ruby1.8 (>= 0.7), ${misc:Depends}, ${ubuntu:Browser}
 Recommends: libopenssl-ruby1.8
 Suggests: imap-client, imap-server
 Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server

Modified: trunk/feed2imap/debian/rules
===================================================================
--- trunk/feed2imap/debian/rules	2010-02-21 09:33:16 UTC (rev 4790)
+++ trunk/feed2imap/debian/rules	2010-02-21 09:36:25 UTC (rev 4791)
@@ -7,3 +7,9 @@
 # The upstream setup.rb has the distclean bug (distclean can not be
 # called for data/).
 DEB_RUBY_CLEAN_TARGET = clean
+
+install/feed2imap::
+	if dpkg-vendor --is ubuntu; then \
+		echo "toto" > debian/foo ;\
+	fi
+

Modified: trunk/libfeedparser-ruby/debian/control
===================================================================
--- trunk/libfeedparser-ruby/debian/control	2010-02-21 09:33:16 UTC (rev 4790)
+++ trunk/libfeedparser-ruby/debian/control	2010-02-21 09:36:25 UTC (rev 4791)
@@ -17,6 +17,14 @@
  Ruby-feedparser is a library allowing Ruby developers to parse RSS and
  ATOM feeds.
 
+Package: libfeedparser-ruby1.9.1
+Depends: ruby1.9.1, ${misc:Depends}
+Suggests: libfeedparser-ruby-doc
+Architecture: all
+Description: Ruby library to parse ATOM/RSS feeds
+ Ruby-feedparser is a library allowing Ruby developers to parse RSS and
+ ATOM feeds.
+
 Package: libfeedparser-ruby
 Architecture: all
 Depends: libfeedparser-ruby1.8, ${misc:Depends}

Modified: trunk/libfeedparser-ruby/debian/rules
===================================================================
--- trunk/libfeedparser-ruby/debian/rules	2010-02-21 09:33:16 UTC (rev 4790)
+++ trunk/libfeedparser-ruby/debian/rules	2010-02-21 09:36:25 UTC (rev 4791)
@@ -8,3 +8,9 @@
 	for d in source text_output parser_output html_output; do \
 	  rm -rf debian/libfeedparser-ruby-doc/usr/share/doc/libfeedparser-ruby-doc/test/$$d ; \
 	done
+
+install/libfeedparser-ruby1.8::
+	(cd test ; ruby1.8 ts_feedparser.rb)
+
+install/libfeedparser-ruby1.9.1::
+	(cd test ; ruby1.9.1 ts_feedparser.rb)




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