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

Lucas Nussbaum lucas at alioth.debian.org
Mon Jul 27 22:14:47 UTC 2009


Author: lucas
Date: 2009-07-27 22:14:47 +0000 (Mon, 27 Jul 2009)
New Revision: 3845

Modified:
   packages/libfeedparser-ruby/trunk/debian/changelog
   packages/libfeedparser-ruby/trunk/debian/control
Log:
prepare and upload 0.7-1

Modified: packages/libfeedparser-ruby/trunk/debian/changelog
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/changelog	2009-07-26 03:16:01 UTC (rev 3844)
+++ packages/libfeedparser-ruby/trunk/debian/changelog	2009-07-27 22:14:47 UTC (rev 3845)
@@ -1,13 +1,21 @@
-libfeedparser-ruby (0.6-2) UNRELEASED; urgency=low
+libfeedparser-ruby (0.7-1) unstable; urgency=low
 
   [ Lucas Nussbaum ]
-  * NOT RELEASED YET
+  * New upstream release.
 
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:11 -0500
+  [ Lucas Nussbaum ]
+  * Update to policy 3.8.2; no changes needed.
+  * Add misc:Depends to Depends so lintian is happier.
+  * Move ruby-pkg-tools to Build-Depends so lintian is happier. also
+    move others Build-Depends-Indep to Build-Depends. We don't build any
+    arch-specific package anyway, so splitting Build-Depends-Indep and
+    Build-Depends in pointless.
 
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 28 Jul 2009 00:12:36 +0200
+
 libfeedparser-ruby (0.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libfeedparser-ruby/trunk/debian/control
===================================================================
--- packages/libfeedparser-ruby/trunk/debian/control	2009-07-26 03:16:01 UTC (rev 3844)
+++ packages/libfeedparser-ruby/trunk/debian/control	2009-07-27 22:14:47 UTC (rev 3845)
@@ -3,15 +3,14 @@
 Priority: optional
 Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
 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.8.0
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.9), ruby1.8, rake, rdoc, graphviz
+Standards-Version: 3.8.2
 Homepage: http://home.gna.org/ruby-feedparser/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libfeedparser-ruby/trunk/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libfeedparser-ruby/trunk/
 
 Package: libfeedparser-ruby1.8
-Depends: ruby1.8
+Depends: ruby1.8, ${misc:Depends}
 Suggests: libfeedparser-ruby-doc
 Architecture: all
 Description: Ruby library to parse ATOM/RSS feeds
@@ -20,7 +19,7 @@
 
 Package: libfeedparser-ruby
 Architecture: all
-Depends: libfeedparser-ruby1.8
+Depends: libfeedparser-ruby1.8, ${misc:Depends}
 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
@@ -31,7 +30,7 @@
 
 Package: libfeedparser-ruby-doc
 Section: doc
-Depends: libfeedparser-ruby
+Depends: libfeedparser-ruby, ${misc:Depends}
 Architecture: all
 Description: Documentation for ruby-feedparser (libfeedparser-ruby)
  This package provides rdoc documentation and unit tests for




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