[DRE-commits] r3294 - packages/libactiverecord-ruby/trunk/debian

roberto at alioth.debian.org roberto at alioth.debian.org
Sat Mar 21 02:49:40 UTC 2009


Author: roberto
Date: 2009-03-21 02:49:39 +0000 (Sat, 21 Mar 2009)
New Revision: 3294

Modified:
   packages/libactiverecord-ruby/trunk/debian/changelog
   packages/libactiverecord-ruby/trunk/debian/control
   packages/libactiverecord-ruby/trunk/debian/rules
Log:
* New upstream release
* Bump standards version to 3.8.1 (no changes)
* Make lintian happy:
  + Add ${misc:Depends} where needed
  + Make sure Mac OS X resource fork does not get installed

Modified: packages/libactiverecord-ruby/trunk/debian/changelog
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/changelog	2009-03-19 03:38:49 UTC (rev 3293)
+++ packages/libactiverecord-ruby/trunk/debian/changelog	2009-03-21 02:49:39 UTC (rev 3294)
@@ -1,8 +1,12 @@
-libactiverecord-ruby (2.2.2-2) UNRELEASED; urgency=low
+libactiverecord-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
+    + Make sure Mac OS X resource fork does not get installed
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Mon, 05 Jan 2009 21:02:09 -0500
+ -- Roberto C. Sanchez <roberto at connexer.com>  Fri, 20 Mar 2009 22:44:09 -0400
 
 libactiverecord-ruby (2.2.2-1) unstable; urgency=low
 

Modified: packages/libactiverecord-ruby/trunk/debian/control
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/control	2009-03-19 03:38:49 UTC (rev 3293)
+++ packages/libactiverecord-ruby/trunk/debian/control	2009-03-21 02:49:39 UTC (rev 3294)
@@ -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://ar.rubyonrails.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libactiverecord-ruby/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libactiverecord-ruby/
 
 Package: libactiverecord-ruby
 Architecture: all
-Depends: libactiverecord-ruby1.8, libactivesupport-ruby (>= 2.1.0-3)
+Depends: libactiverecord-ruby1.8, libactivesupport-ruby (>= 2.1.0-3), ${misc:Depends}
 Description: Ruby library that ties database tables to classes
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like
@@ -24,7 +24,7 @@
 
 Package: libactiverecord-ruby1.8
 Architecture: all
-Depends: libruby1.8, libactivesupport-ruby1.8 (>= 2.1.0-3), libsqlite3-ruby1.8 | libpgsql-ruby1.8 | libmysql-ruby1.8
+Depends: libruby1.8, libactivesupport-ruby1.8 (>= 2.1.0-3), libsqlite3-ruby1.8 | libpgsql-ruby1.8 | libmysql-ruby1.8, ${misc:Depends}
 Description: Tie database tables to classes (Ruby 1.8)
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like
@@ -35,7 +35,7 @@
 
 Package: libactiverecord-ruby1.9
 Architecture: all
-Depends: libruby1.9, libactivesupport-ruby1.9 (>= 2.1.0-3)
+Depends: libruby1.9, libactivesupport-ruby1.9 (>= 2.1.0-3), ${misc:Depends}
 Description: Tie database tables to classes (Ruby 1.9)
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
  database tables and classes together for business objects, like

Modified: packages/libactiverecord-ruby/trunk/debian/rules
===================================================================
--- packages/libactiverecord-ruby/trunk/debian/rules	2009-03-19 03:38:49 UTC (rev 3293)
+++ packages/libactiverecord-ruby/trunk/debian/rules	2009-03-21 02:49:39 UTC (rev 3294)
@@ -8,4 +8,5 @@
 
 binary/libactiverecord-ruby::
 	find debian/*/usr/lib/ruby/*/ -type f -name '*.rb' -exec chmod a-x {} \;
+	find debian/*/usr/lib/ruby/*/ -type f -name '._observer.rb' -exec rm -f {} \;
 




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