[DRE-commits] [SCM] ruby-markaby.git branch, master, updated. upstream/0.7.2-6-ga138541

Cédric Boutillier cedric.boutillier at gmail.com
Fri Aug 26 11:24:22 UTC 2011


The following commit has been merged in the master branch:
commit a1385410977ff9f9ee73b4383519f9ed04b1974f
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Aug 26 11:40:29 2011 +0200

    dummy packages + dependencies in debian/control

diff --git a/debian/control b/debian/control
index 6d91a17..0ae23ce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,46 @@ Source: ruby-markaby
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Paul van Tilburg <paulvt at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), ruby-builder (>=2.0.0), ruby-rack-test, ruby-rspec, ruby-sinatra, ruby-tilt
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-markaby.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-markaby.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-markaby.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-markaby.git;a=summary
 Homepage: http://markaby.github.com/markaby/
 XS-Ruby-Versions: all
 
 Package: ruby-markaby
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# builder (>= 2.0.0)
-Description: Markup as Ruby, write HTML in your native Ruby tongue
- Tim Fletcher and _why's ruby driven HTML templating system
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-builder (>= 2.0.0)
+Suggests: ruby-sinatra, ruby-tilt
+Replaces: libmarkaby-ruby (<< 0.7.2-1~), libmarkaby-ruby1.8 (<< 0.7.2-1~)
+Breaks: libmarkaby-ruby (<< 0.7.2-1~), libmarkaby-ruby1.8 (<< 0.7.2-1~)
+Provides: libmarkaby-ruby, libmarkaby-ruby1.8
+Description: Templating engine for writing HTML pages in pure Ruby
+ With Markaby, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb which weaves the
+ two languages together. It is also a replacement for templating
+ languages which use primitive languages that blend with HTML.
+
+# Transitional packages
+Package: libmarkaby-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-markaby
+Description: Transitional package for ruby-markaby
+ This is a transitional package to ease upgrades to the ruby-markaby
+ package. It can safely be removed.
+
+Package: libmarkaby-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-markaby
+Description: Transitional package for ruby-markaby
+ This is a transitional package to ease upgrades to the ruby-markaby
+ package. It can safely be removed.
+

-- 
ruby-markaby.git



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