[DRE-commits] [SCM] ruby-activerecord-3.2.git branch, master, updated. debian/3.2.3-3-8-g3737867

Antonio Terceiro terceiro at debian.org
Sun Jun 17 00:03:14 UTC 2012


The following commit has been merged in the master branch:
commit 373786771e624a5d16daf7dfd1cde98fbe44c48a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 16 20:58:23 2012 -0300

    Review short description

diff --git a/debian/changelog b/debian/changelog
index 8bc61b5..a2c5165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-activerecord-3.2 (3.2.6-1) UNRELEASED; urgency=low
+ruby-activerecord-3.2 (3.2.6-1) unstable; urgency=low
 
   * New upstream release. Fixes the following security problems:
     + CVE-2012-2695
@@ -7,10 +7,11 @@ ruby-activerecord-3.2 (3.2.6-1) UNRELEASED; urgency=low
   * debian/control:
     + Add myself to Uploaders:
     + Conflicty with ruby-activerecord-2.3
+    + Review short description
   * debian/patches/Remove_rubygems_dependency.patch: do not require database
     adapters to be installed via Rubygems.
 
- -- Antonio Terceiro <terceiro at debian.org>  Sat, 16 Jun 2012 11:06:14 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Sat, 16 Jun 2012 20:58:15 -0300
 
 ruby-activerecord-3.2 (3.2.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e04d4d4..844a950 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Depends: ${shlibs:Depends},
 	 ruby-arel (>= 3.0.2~),
 	 ruby-tzinfo (>= 0.3.29~)
 Conflicts: ruby-activerecord-2.3
-Description: Object-relational mapper framework (part of Rails).
+Description: object-relational mapper framework (part of Rails)
  Active Records is a framework to work with databases on Rails.  Build
  a persistent domain model by mapping database tables to Ruby classes.
  Strong conventions for associations, validations, aggregations,
diff --git a/debian/control.in b/debian/control.in
index 796290c..502efd9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -31,7 +31,7 @@ Depends: ${shlibs:Depends},
 	 ruby-arel (>= 3.0.2~),
 	 ruby-tzinfo (>= 0.3.29~)
 Conflicts: ruby-activerecord-2.3
-Description: Object-relational mapper framework (part of Rails).
+Description: object-relational mapper framework (part of Rails)
  Active Records is a framework to work with databases on Rails.  Build
  a persistent domain model by mapping database tables to Ruby classes.
  Strong conventions for associations, validations, aggregations,

-- 
ruby-activerecord-3.2.git



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