[DRE-commits] [SCM] imagetooth.git branch, master, updated. upstream/2.0.1-15-g6338925

Gaston Ramos ramos.gaston at gmail.com
Fri Dec 2 14:18:42 UTC 2011


The following commit has been merged in the master branch:
commit 1cc12bc3faa01556fce397f3a6668c644155f444
Author: Gaston Ramos <ramos.gaston at gmail.com>
Date:   Fri Dec 2 11:05:07 2011 -0300

    - remove all deb build errors
    - added ruby dependency  so the user can select
      wich ruby version use.

diff --git a/debian/changelog b/debian/changelog
index fbacc9e..f5b3bed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 imagetooth (2.0.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #650550).
-    
- -- Gastón Ramos <ramos.gaston at gmail.com>  Wed, 31 Nov 2011 12:15:56 -0300
+  * Initial release (Closes: #650550)
+
+ -- Gastón Ramos <ramos.gaston at gmail.com>  Thu, 1 Dec 2011 20:30:56 -0300
diff --git a/debian/control b/debian/control
index 2c01b74..9792bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: imagetooth
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  Gastón Ramos <ramos.gaston at gmail.com>,
+Uploaders: Gastón Ramos <ramos.gaston at gmail.com>,
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
-Standards-Version: 2.0.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/imagetooth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/imagetooth.git;a=summary
-Homepage: http://rubyforge.org/projects/imagetooth
+Homepage: https://github.com/gramos/imagetooth
 XS-Ruby-Versions: all
 
 Package: imagetooth
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-rmagick (>= 3.9.2) | librmagick-ruby (>= 2.13.1~)
-Description: This library allows to generate images of teeth for odontograms.
- This library allows to generate images of teeth for odontograms with tooth faces painted in a color (red, green, blue, white or black for example). This is very usefull for dental applications.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rmagick (>= 3.9.2) | librmagick-ruby (>= 2.13.1~)
+Description: This library generates images of teeth for odontograms.
+ This library generates images of teeth for odontograms with tooth
+ faces painted in a color (red, green, blue, white or black for example).
+ This is very useful for dental applications.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index ba40941..7db6bec 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,4 @@
+require 'rubygems'
 require 'rspec'
 
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
imagetooth.git



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