[DRE-commits] r1569 - packages/libfeedparser-ruby/trunk/debian

lucas at alioth.debian.org lucas at alioth.debian.org
Tue May 15 17:59:16 UTC 2007


Author: lucas
Date: 2007-05-15 17:59:15 +0000 (Tue, 15 May 2007)
New Revision: 1569

Removed:
   packages/libfeedparser-ruby/trunk/debian/control.in
Modified:
   packages/libfeedparser-ruby/trunk/debian/changelog
   packages/libfeedparser-ruby/trunk/debian/control
   packages/libfeedparser-ruby/trunk/debian/rules
Log:
prepared for upload

Modified: packages/libfeedparser-ruby/trunk/debian/changelog
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/changelog	2007-05-15 15:00:09 UTC (rev 1568)
+++ packages/libfeedparser-ruby/trunk/debian/changelog	2007-05-15 17:59:15 UTC (rev 1569)
@@ -1,8 +1,9 @@
-libfeedparser-ruby (0.2-2) UNRELEASED; urgency=low
+libfeedparser-ruby (0.4-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Removed the Uploaders rule.
 
- -- Paul van Tilburg <paulvt at debian.org>  Thu, 29 Jun 2006 09:01:32 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 15 May 2007 19:47:53 +0200
 
 libfeedparser-ruby (0.2-1) unstable; urgency=low
 

Modified: packages/libfeedparser-ruby/trunk/debian/control
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/control	2007-05-15 15:00:09 UTC (rev 1568)
+++ packages/libfeedparser-ruby/trunk/debian/control	2007-05-15 17:59:15 UTC (rev 1569)
@@ -2,8 +2,9 @@
 Section: net
 Priority: optional
 Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: debhelper (>= 5), ruby1.8, rake, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9)
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.9), ruby1.8, rake, rdoc, graphviz
 Standards-Version: 3.7.2
 
 Package: libfeedparser-ruby1.8

Deleted: packages/libfeedparser-ruby/trunk/debian/control.in
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/control.in	2007-05-15 15:00:09 UTC (rev 1568)
+++ packages/libfeedparser-ruby/trunk/debian/control.in	2007-05-15 17:59:15 UTC (rev 1569)
@@ -1,44 +0,0 @@
-Source: libfeedparser-ruby
-Section: net
-Priority: optional
-Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ruby-pkg-tools (>= 0.9), ruby1.8, rake, rdoc, graphviz
-Standards-Version: 3.7.2
-
-Package: libfeedparser-ruby1.8
-Depends: ruby1.8
-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.
- .
- Homepage: http://home.gna.org/ruby-feedparser/
-
-Package: libfeedparser-ruby
-Architecture: all
-Depends: libfeedparser-ruby1.8
-Suggests: libfeedparser-ruby-doc
-Description: Ruby library to parse ATOM/RSS feeds (dummy package)
- Ruby-feedparser is a library allowing Ruby developers to parse RSS and
- ATOM feeds.
- .
- Homepage: http://home.gna.org/ruby-feedparser/
- .
- This package is a dependency package, which depends on Debian's default Ruby
- version (currently 1.8.x).
-
-Package: libfeedparser-ruby-doc
-Section: doc
-Depends: libfeedparser-ruby
-Architecture: all
-Description: Documentation for ruby-feedparser (libfeedparser-ruby)
- This package provides rdoc documentation and unit tests for
- Ruby-feedparser.
- .
- Ruby-feedparser is a library allowing Ruby developers to parse RSS and
- ATOM feeds.
- .
- Homepage: http://home.gna.org/ruby-feedparser/

Modified: packages/libfeedparser-ruby/trunk/debian/rules
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/rules	2007-05-15 15:00:09 UTC (rev 1568)
+++ packages/libfeedparser-ruby/trunk/debian/rules	2007-05-15 17:59:15 UTC (rev 1569)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 # We only want to ship the main test data, not all of it




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