[DRE-commits] [SCM] mdpress.git branch, master, updated. upstream/0.0.12-14-gceee563

Cédric Boutillier boutil at debian.org
Sun Jun 16 09:48:09 UTC 2013


The following commit has been merged in the master branch:
commit 9d4e3c46280df1a50e86d39baa415fddfe980ca6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jun 16 11:40:21 2013 +0200

    update control file

diff --git a/debian/control b/debian/control
index f54add2..3dd335b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,22 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/mdpress.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/mdpress.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/mdpress.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/mdpress.git;a=summary
 Homepage: https://github.com/egonSchiele/mdpress
 XS-Ruby-Versions: all
 
 Package: mdpress
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# redcarpet (>= 0), trollop (>= 0), launchy (>= 0)
-Description: Build impress.js presentations from markdown files.
- Build impress.js presentations from markdown files.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-redcarpet, ruby-trollop, libjs-highlight, libjs-impress
+Description: creation of Impress.js slideshows with Markdown
+ mdpress is a commandline tool that converts Markdown files to
+ presentations using Impress.js.
+ .
+ Markdown is an easy-to-read and easy-to-write markup language with
+ readability being emphasized above all else.
+ .
+ mdpress uses the Redcarpet library to process Markdown syntax.

-- 
mdpress.git



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