[DRE-commits] [SCM] ruby-mkrf.git branch, master, updated. upstream/0.2.3-16-gc3e579d
Cédric Boutillier
cedric.boutillier at gmail.com
Thu Dec 15 23:13:06 UTC 2011
The following commit has been merged in the master branch:
commit c3e579d71376a3cefc95dc0610823e881f7c9411
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Thu Dec 15 22:50:00 2011 +0100
update control file
diff --git a/debian/control b/debian/control
index aae8fc2..ffbfaa3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,22 @@ 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>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), rake, zlib1g-dev, libxml2-dev, libxslt1-dev
Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mkrf.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mkrf.git;a=summary
-Homepage: http://glu.ttono.us
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mkrf.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mkrf.git;a=summary
+Homepage: http://mkrf.rubyforge.org/
XS-Ruby-Versions: all
Package: ruby-mkrf
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Generate Rakefiles to Build C Extensions to Ruby
- This proposed replacement to mkmf generates Rakefiles to build C Extensions.
+Description: Ruby library generating Rakefiles to build C extensions to Ruby
+ The mkrf Ruby library generates Rakefilesto build extensions to Ruby written
+ in C. Rakefiles are Ruby analogs of Makefiles, describing tasks for the Rake
+ utility (Ruby make).
+ .
+ This library is an alternative to the mkmf Ruby library, provided in the
+ ruby-*-dev packages, the main difference being that mkmf generates Makefiles
+ for the make utility instead.
--
ruby-mkrf.git
More information about the Pkg-ruby-extras-commits
mailing list