[DRE-commits] r3297 - in packages/libactivesupport-ruby/trunk/debian: . patches

roberto at alioth.debian.org roberto at alioth.debian.org
Sat Mar 21 02:59:52 UTC 2009


Author: roberto
Date: 2009-03-21 02:59:52 +0000 (Sat, 21 Mar 2009)
New Revision: 3297

Modified:
   packages/libactivesupport-ruby/trunk/debian/changelog
   packages/libactivesupport-ruby/trunk/debian/control
   packages/libactivesupport-ruby/trunk/debian/patches/02_no_embedded_modules.patch
Log:
* New upstream release
* Bump standards version to 3.8.1 (no changes)
* Make lintian happy:
  + Add ${misc:Depends} where needed

Modified: packages/libactivesupport-ruby/trunk/debian/changelog
===================================================================
--- packages/libactivesupport-ruby/trunk/debian/changelog	2009-03-21 02:50:38 UTC (rev 3296)
+++ packages/libactivesupport-ruby/trunk/debian/changelog	2009-03-21 02:59:52 UTC (rev 3297)
@@ -1,8 +1,11 @@
-libactivesupport-ruby (2.2.2-2) UNRELEASED; urgency=low
+libactivesupport-ruby (2.3.2-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+  * Bump standards version to 3.8.1 (no changes)
+  * Make lintian happy:
+    + Add ${misc:Depends} where needed
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Mon, 05 Jan 2009 21:03:54 -0500
+ -- Roberto C. Sanchez <roberto at connexer.com>  Fri, 20 Mar 2009 22:52:46 -0400
 
 libactivesupport-ruby (2.2.2-1) unstable; urgency=low
 

Modified: packages/libactivesupport-ruby/trunk/debian/control
===================================================================
--- packages/libactivesupport-ruby/trunk/debian/control	2009-03-21 02:50:38 UTC (rev 3296)
+++ packages/libactivesupport-ruby/trunk/debian/control	2009-03-21 02:59:52 UTC (rev 3297)
@@ -5,14 +5,14 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>, Paul van Tilburg <paulvt at debian.org>
 Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: ruby-pkg-tools (>= 0.14)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://as.rubyonrails.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libactivesupport-ruby/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libactivesupport-ruby/
 
 Package: libactivesupport-ruby
 Architecture: all
-Depends: libactivesupport-ruby1.8
+Depends: libactivesupport-ruby1.8, ${misc:Depends}
 Description: utility classes and extensions to the Ruby standard library
  ActiveSupport consists of utility classes and extensions to the Ruby
  standard library that were required for Rails but found to be
@@ -23,7 +23,7 @@
 
 Package: libactivesupport-ruby1.8
 Architecture: all
-Depends: libruby1.8, libxml-simple-ruby (>> 1.0.11), libbuilder-ruby1.8 (>> 2.1.2), libmemcache-client-ruby1.8 (>> 1.5.0), libtzinfo-ruby1.8 (>> 0.3.10), libi18n-ruby1.8 (>> 0.0.1)
+Depends: libruby1.8, libxml-simple-ruby (>> 1.0.11), libbuilder-ruby1.8 (>> 2.1.2), libmemcache-client-ruby1.8 (>> 1.5.0), libtzinfo-ruby1.8 (>> 0.3.10), libi18n-ruby1.8 (>> 0.0.1), ${misc:Depends}
 Description: utility classes and extensions (Ruby 1.8)
  ActiveSupport consists of utility classes and extensions to the Ruby
  standard library that were required for Rails but found to be
@@ -33,7 +33,7 @@
 
 Package: libactivesupport-ruby1.9
 Architecture: all
-Depends: libruby1.9, libxml-simple-ruby (>> 1.0.11), libmemcache-client-ruby1.9 (>> 1.5.0), libtzinfo-ruby1.9 (>> 0.3.10), libi18n-ruby1.9 (>> 0.0.1)
+Depends: libruby1.9, libxml-simple-ruby (>> 1.0.11), libmemcache-client-ruby1.9 (>> 1.5.0), libtzinfo-ruby1.9 (>> 0.3.10), libi18n-ruby1.9 (>> 0.0.1), ${misc:Depends}
 Description: utility classes and extensions (Ruby 1.9)
  ActiveSupport consists of utility classes and extensions to the Ruby
  standard library that were required for Rails but found to be

Modified: packages/libactivesupport-ruby/trunk/debian/patches/02_no_embedded_modules.patch
===================================================================
--- packages/libactivesupport-ruby/trunk/debian/patches/02_no_embedded_modules.patch	2009-03-21 02:50:38 UTC (rev 3296)
+++ packages/libactivesupport-ruby/trunk/debian/patches/02_no_embedded_modules.patch	2009-03-21 02:59:52 UTC (rev 3297)
@@ -1,9 +1,9 @@
-diff -uNr activesupport-2.2.2.orig/lib/active_support.rb activesupport-2.2.2/lib/active_support.rb
---- activesupport-2.2.2.orig/lib/active_support.rb	2008-11-21 12:32:45.000000000 -0500
-+++ activesupport-2.2.2/lib/active_support.rb	2008-11-30 14:41:56.000000000 -0500
-@@ -21,7 +21,11 @@
- # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- #++
+diff -uNr activesupport-2.3.2.orig/lib/active_support.rb activesupport-2.3.2/lib/active_support.rb
+--- activesupport-2.3.2.orig/lib/active_support.rb	2009-03-04 18:07:17.000000000 -0500
++++ activesupport-2.3.2/lib/active_support.rb	2009-03-20 22:57:10.000000000 -0400
+@@ -51,7 +51,11 @@
+   autoload :XmlMini, 'active_support/xml_mini'
+ end
  
 -require 'active_support/vendor'
 +require 'builder'
@@ -11,6 +11,6 @@
 +require 'memcache'
 +require 'tzinfo'
 +require 'i18n'
- require 'active_support/basic_object'
- require 'active_support/inflector'
- require 'active_support/callbacks'
+ require 'active_support/core_ext'
+ require 'active_support/dependencies'
+ require 'active_support/json'




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