r31197 - in /trunk/librose-db-object-perl: ./ debian/ lib/Rose/DB/ lib/Rose/DB/Object/MakeMethods/ lib/Rose/DB/Object/Metadata/Relationship/

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Sat Feb 28 02:59:19 UTC 2009


Author: rmayorga
Date: Sat Feb 28 02:59:16 2009
New Revision: 31197

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31197
Log:
* New upstream release
* debian/control: add myself to uploaders
* debian/rules: send a "\n" to make test call, this will avoid
  the 60 seconds wait for tests.
* debian/copyright: 
  + split debian/* copyright contributors based
    on debian/changelog
  + use GPL-1 instead GPL 

Modified:
    trunk/librose-db-object-perl/Changes
    trunk/librose-db-object-perl/META.yml
    trunk/librose-db-object-perl/debian/changelog
    trunk/librose-db-object-perl/debian/control
    trunk/librose-db-object-perl/debian/copyright
    trunk/librose-db-object-perl/debian/rules
    trunk/librose-db-object-perl/lib/Rose/DB/Object.pm
    trunk/librose-db-object-perl/lib/Rose/DB/Object/MakeMethods/Generic.pm
    trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm
    trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm

Modified: trunk/librose-db-object-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/Changes?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/Changes (original)
+++ trunk/librose-db-object-perl/Changes Sat Feb 28 02:59:16 2009
@@ -1,3 +1,10 @@
+0.779 (02.26.2009) - John Siracusa <siracusa at gmail.com>
+
+    * Added missing documentation on one-to-many and many-to-many 
+      relationship "iterator" and "find" method type names.
+    * Corrected an error message in Rose::DB::Object::MakeMethods::Generic
+      (RT 43667)
+
 0.778 (02.06.2009) - John Siracusa <siracusa at gmail.com>
 
     * Added PostgreSQL's "ltree" query extensions to QueryBuilder.  

Modified: trunk/librose-db-object-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/META.yml?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/META.yml (original)
+++ trunk/librose-db-object-perl/META.yml Sat Feb 28 02:59:16 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Rose-DB-Object
-version:            0.778
+version:            0.779
 abstract:           Extensible, high performance object-relational mapper (ORM).
 author:
     - John Siracusa <siracusa at gmail.com>

Modified: trunk/librose-db-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/changelog?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/changelog (original)
+++ trunk/librose-db-object-perl/debian/changelog Sat Feb 28 02:59:16 2009
@@ -1,3 +1,16 @@
+librose-db-object-perl (1:0.779-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: add myself to uploaders
+  * debian/rules: send a "\n" to make test call, this will avoid
+    the 60 seconds wait for tests.
+  * debian/copyright: 
+    + split debian/* copyright contributors based
+      on debian/changelog
+    + use GPL-1 instead GPL 
+
+ -- Rene Mayorga <rmayorga at debian.org>  Fri, 27 Feb 2009 20:13:41 -0600
+
 librose-db-object-perl (1:0.778-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/librose-db-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/control?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/control (original)
+++ trunk/librose-db-object-perl/debian/control Sat Feb 28 02:59:16 2009
@@ -8,7 +8,8 @@
  libdbd-sqlite3-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>, gregor herrmann <gregoa at debian.org>
+ Brian Cassidy <brian.cassidy at gmail.com>, gregor herrmann <gregoa at debian.org>,
+ Rene Mayorga <rmayorga at debian.org>
 Homepage: http://search.cpan.org/dist/Rose-DB-Object/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-db-object-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-db-object-perl/

Modified: trunk/librose-db-object-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/copyright?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/copyright (original)
+++ trunk/librose-db-object-perl/debian/copyright Sat Feb 28 02:59:16 2009
@@ -8,8 +8,9 @@
 License: GPL-1+ | Artistic
 
 Files: debian/*
-Copyright: 2009, various members of the Debian Perl Group, cf.
- debian/changelog
+Copyright: © 2007-2009 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+           © 2008 Brian Cassidy <brian.cassidy at gmail.com>
+	   © 2009 Rene Mayorga <rmayorga at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic
@@ -24,4 +25,4 @@
     the Free Software Foundation; either version 1, or (at your option)
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+    Public License can be found in `/usr/share/common-licenses/GPL-1'

Modified: trunk/librose-db-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/rules?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/rules (original)
+++ trunk/librose-db-object-perl/debian/rules Sat Feb 28 02:59:16 2009
@@ -2,7 +2,9 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	dh build --before test
+	echo "\n" | $(MAKE) test
+	dh build --after test
 	touch $@
 
 clean:

Modified: trunk/librose-db-object-perl/lib/Rose/DB/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/lib/Rose/DB/Object.pm?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/lib/Rose/DB/Object.pm (original)
+++ trunk/librose-db-object-perl/lib/Rose/DB/Object.pm Sat Feb 28 02:59:16 2009
@@ -16,7 +16,7 @@
 use Rose::DB::Object::Exception;
 use Rose::DB::Object::Util();
 
-our $VERSION = '0.778';
+our $VERSION = '0.779';
 
 our $Debug = 0;
 

Modified: trunk/librose-db-object-perl/lib/Rose/DB/Object/MakeMethods/Generic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/lib/Rose/DB/Object/MakeMethods/Generic.pm?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/lib/Rose/DB/Object/MakeMethods/Generic.pm (original)
+++ trunk/librose-db-object-perl/lib/Rose/DB/Object/MakeMethods/Generic.pm Sat Feb 28 02:59:16 2009
@@ -20,7 +20,7 @@
 use Rose::DB::Object::Helpers();
 use Rose::DB::Object::Util qw(column_value_formatted_key);
 
-our $VERSION = '0.778';
+our $VERSION = '0.779';
 
 our $Debug = 0;
 
@@ -3087,7 +3087,7 @@
 
       if($@ || !$objs)
       {
-        $self->error("Could not ", ($is_iterator ? 'get iterator for' : 'find'),
+        $self->error("Could not " . ($is_iterator ? 'get iterator for' : 'find') .
                      " $ft_class objects - " . $ft_manager->error);
         $self->meta->handle_error($self);
         return wantarray ? () : $objs;

Modified: trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm (original)
+++ trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/ManyToMany.pm Sat Feb 28 02:59:16 2009
@@ -14,7 +14,7 @@
 
 use Rose::DB::Object::Constants qw(PRIVATE_PREFIX);
 
-our $VERSION = '0.771';
+our $VERSION = '0.779';
 
 our $Debug = 0;
 
@@ -708,7 +708,11 @@
 
 For the method types "add_now" and "add_on_save", the relationship's  L<name|Rose::DB::Object::Metadata::Relationship/name> prefixed with "add_" is returned.
 
+For the method type "find", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> prefixed with "find_" is returned.
+
 For the method type "count", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> suffixed with "_count" is returned.
+
+For the method type "iterator", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> suffixed with "_iterator" is returned.
 
 Otherwise, undef is returned.
 

Modified: trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm?rev=31197&op=diff
==============================================================================
--- trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm (original)
+++ trunk/librose-db-object-perl/lib/Rose/DB/Object/Metadata/Relationship/OneToMany.pm Sat Feb 28 02:59:16 2009
@@ -12,7 +12,7 @@
 
 our $Debug = 0;
 
-our $VERSION = '0.771';
+our $VERSION = '0.779';
 
 __PACKAGE__->default_auto_method_types(qw(find get_set_on_save add_on_save));
 
@@ -263,6 +263,8 @@
 For the method type "find", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> prefixed with "find_" is returned.
 
 For the method type "count", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> suffixed with "_count" is returned.
+
+For the method type "iterator", the relationship's L<name|Rose::DB::Object::Metadata::Relationship/name> suffixed with "_iterator" is returned.
 
 Otherwise, undef is returned.
 




More information about the Pkg-perl-cvs-commits mailing list