[DRE-commits] [SCM] ruby-activemodel-3.2.git branch, master, updated. debian/3.2.3-1-7-g568e788

Antonio Terceiro terceiro at debian.org
Sat Jun 16 12:58:39 UTC 2012


The following commit has been merged in the master branch:
commit 568e788beffc3834316ba1b3def3325ab97dfde0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 16 09:47:43 2012 -0300

    persist debian/control changes in debian/control.in

diff --git a/debian/changelog b/debian/changelog
index 3abc902..28bc0a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ ruby-activemodel-3.2 (3.2.6-1) unstable; urgency=low
     + Suggest ruby-bcrypt
   * debian/patches/remove-rubygems-requirement.patch: do not require bcrypt to
     be installed via Rubygems. As long as it is installed, it will work.
-  * drop preceding article in short description
+  * review short description
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 15 Jun 2012 23:30:29 -0300
 
diff --git a/debian/control b/debian/control
index 1c5f2bb..2eb5ace 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Depends: ${shlibs:Depends},
 	 ruby-activesupport-3.2 (>= 3.2.6),
 	 ruby-activesupport-3.2 (<< 3.2.6.)
 Suggests: ruby-bcrypt (>= 3.0.0)
-Description: toolkit for building modeling frameworks (part of Rails).
+Description: toolkit for building modeling frameworks (part of Rails)
  Active Model is a toolkit for building modeling frameworks like
  Active Record and Active Resource.  This includes a rich support for
  attributes, callbacks, validations, observers, serialization,
diff --git a/debian/control.in b/debian/control.in
index 256c72d..d9d5a21 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,7 +25,8 @@ Depends: ${shlibs:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-activesupport-3.2 (>= @RAILS_VERSION@),
 	 ruby-activesupport-3.2 (<< @RAILS_VERSION at .)
-Description: A toolkit for building modeling frameworks (part of Rails).
+Suggests: ruby-bcrypt (>= 3.0.0)
+Description: toolkit for building modeling frameworks (part of Rails)
  Active Model is a toolkit for building modeling frameworks like
  Active Record and Active Resource.  This includes a rich support for
  attributes, callbacks, validations, observers, serialization,

-- 
ruby-activemodel-3.2.git



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