[DRE-commits] r4712 - trunk/libbluecloth-ruby/debian

Paul van Tilburg paulvt at alioth.debian.org
Sun Feb 14 21:15:04 UTC 2010


Author: paulvt
Date: 2010-02-14 21:14:56 +0000 (Sun, 14 Feb 2010)
New Revision: 4712

Modified:
   trunk/libbluecloth-ruby/debian/changelog
   trunk/libbluecloth-ruby/debian/control
Log:
* New upstream release!
* Upload adds Ruby 1.9.1. support.
* debian/control: 
  - Bumped standards version to 3.8.4.
  - Added libbluecloth-ruby1.9.1 package entry.
  - Added ruby1.9.1 and ruby1.9.1-dev to the build depends.
  - Added missing ${misc:Depends} to libbluecloth-ruby{,1.8,1.9.1}.

Modified: trunk/libbluecloth-ruby/debian/changelog
===================================================================
--- trunk/libbluecloth-ruby/debian/changelog	2010-02-14 21:11:01 UTC (rev 4711)
+++ trunk/libbluecloth-ruby/debian/changelog	2010-02-14 21:14:56 UTC (rev 4712)
@@ -1,8 +1,5 @@
-libbluecloth-ruby (1.0.0-2) UNRELEASED; urgency=low
+libbluecloth-ruby (2.0.7-1) unstable; urgency=low
 
-  [ Paul van Tilburg ]
-  * NOT RELEASED YET
-
   [ Arnaud Cornet ]
   * Use new Homepage dpkg header.
 
@@ -12,8 +9,17 @@
   [ Lucas Nussbaum ]
   * Added Vcs-* fields.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Aug 2009 17:32:30 +0200
+  [ Paul van Tilburg ]
+  * New upstream release!
+  * Upload adds Ruby 1.9.1. support.
+  * debian/control: 
+    - Bumped standards version to 3.8.4.
+    - Added libbluecloth-ruby1.9.1 package entry.
+    - Added ruby1.9.1 and ruby1.9.1-dev to the build depends.
+    - Added missing ${misc:Depends} to libbluecloth-ruby{,1.8,1.9.1}.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 17:15:29 +0100
+
 libbluecloth-ruby (1.0.0-1) unstable; urgency=low
 
   [ Arnaud Cornet ]

Modified: trunk/libbluecloth-ruby/debian/control
===================================================================
--- trunk/libbluecloth-ruby/debian/control	2010-02-14 21:11:01 UTC (rev 4711)
+++ trunk/libbluecloth-ruby/debian/control	2010-02-14 21:14:56 UTC (rev 4712)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.8), ruby
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.17), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev
+Standards-Version: 3.8.4
+Homepage: http://www.deveiate.org/projects/BlueCloth
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libbluecloth-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libbluecloth-ruby/
-Standards-Version: 3.7.2
-Homepage: http://www.deveiate.org/projects/BlueCloth
 
 Package: libbluecloth-ruby
 Architecture: all
-Depends: libbluecloth-ruby1.8
-Description: A Ruby implementation of Markdown
+Depends: libbluecloth-ruby1.8, ${misc:Depends}
+Description: An implementation of Markdown for Ruby
  BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
  tool for web writers. Markdown allows you to write using an easy-to-read,
  easy-to-write plain text format, then convert it to structurally valid XHTML
@@ -22,10 +22,19 @@
  version of Ruby.
 
 Package: libbluecloth-ruby1.8
-Architecture: all
-Depends: ruby1.8
-Description: A Ruby implementation of Markdown
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An implementation of Markdown for Ruby 1.8
  BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
  tool for web writers. Markdown allows you to write using an easy-to-read,
  easy-to-write plain text format, then convert it to structurally valid XHTML
  (or HTML).
+
+Package: libbluecloth-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: An implementation of Markdown for Ruby 1.9.1
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
+ tool for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).




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