[DRE-commits] [SCM] ruby-bluecloth.git branch, master, updated. upstream/2.1.0-5-gea0f053

Cédric Boutillier cedric.boutillier at gmail.com
Thu Aug 11 09:16:15 UTC 2011


The following commit has been merged in the master branch:
commit b39d04452e9fcff4ab77e41a5e25560cb52a1d57
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Aug 3 01:05:28 2011 +0200

    update control file

diff --git a/debian/control b/debian/control
index 3b08e11..f918767 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bluecloth.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bluecloth.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bluecloth.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bluecloth.git;a=summary
 Homepage: http://deveiate.org/projects/BlueCloth
 XS-Ruby-Versions: all
 
@@ -16,30 +16,28 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # hoe-mercurial (~> 1.2.1, development), hoe-yard (>= 0.1.2, development), tidy-ext (~> 0.1, development), rspec (~> 2.4, development), rake-compiler (~> 0.7, development), hoe (>= 2.9.1, development)
-Description: BlueCloth is a Ruby implementation of John Gruber's [Markdown][markdown], a text-to-HTML conversion tool for web writers
- BlueCloth is a Ruby implementation of John Gruber's [Markdown][markdown], a
- text-to-HTML conversion tool for web writers. To quote from the project page:
- 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).
- .
- It borrows a naming convention and several helpings of interface from
- [Redcloth][redcloth], Why the Lucky Stiff's processor for a similar
- text-to-HTML conversion syntax called [Textile][textile].
- .
- BlueCloth 2 is a complete rewrite using David Parsons' [Discount][discount]
- library, a C implementation of Markdown. I rewrote it using the extension for
- speed and accuracy; the original BlueCloth was a straight port from the Perl
- version that I wrote in a few days for my own use just to avoid having to
- shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all
- the good people that sent me patches for it that were never released.
- .
- Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If
- you have both installed, you can ensure you're loading the new one with the
- 'gem' directive:
- .
- # Load the 2.0 version
- gem 'bluecloth', '>= 2.0.0'
- .
- # Load the 1.0 version
- gem 'BlueCloth'
- require 'bluecloth'
+Replaces: libbluecloth-ruby (<< 2.1.0-1~), libbluecloth-ruby1.8 (<< 2.1.0-1~)
+Breaks: libbluecloth-ruby (<< 2.1.0-1~), libbluecloth-ruby1.8 (<< 2.1.0-1~)
+Provides: libbluecloth-ruby, libbluecloth-ruby1.8
+Description: Ruby implementation of Markdown
+ 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-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-bluecloth
+Description: Transitional package for ruby-bluecloth
+ This is a transitional package to ease upgrades to the ruby-bluecloth
+ package. It can safely be removed.
+
+Package: libbluecloth-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-bluecloth
+Description: Transitional package for ruby-bluecloth
+ This is a transitional package to ease upgrades to the ruby-bluecloth
+ package. It can safely be removed.
+

-- 
ruby-bluecloth.git



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