[SCM] Package UR for Debian branch, master, updated. debian/0.400-1-8-g2dd5472

gregor herrmann gregoa at debian.org
Sat Jun 8 13:34:17 UTC 2013


The following commit has been merged in the master branch:
commit a1fc6c566516930309cbc42da4eefb6cd84e6fd2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 15:21:02 2013 +0200

    Drop fix*man* patches, applied upstream.

diff --git a/debian/patches/fix_man_spelling_errors b/debian/patches/fix_man_spelling_errors
deleted file mode 100644
index 4f8609c..0000000
--- a/debian/patches/fix_man_spelling_errors
+++ /dev/null
@@ -1,187 +0,0 @@
-Subject: spelling errors
-Description: man pages contain spelling errors
-Author: Olivier Sallou <osallou at debian.org>
-Last-Updated: 2013-02-22
-Forwarded: yes
-Bug: https://rt.cpan.org/Ticket/Display.html?id=83566
---- a/lib/Command/DynamicSubCommands.pm
-+++ b/lib/Command/DynamicSubCommands.pm
-@@ -264,7 +264,7 @@
- 
-     By default it resolves the target classes, and calls  _build_sub_command
- 
--    It can be overriden to customize behavior, or filter results.  Be sure
-+    It can be overridden to customize behavior, or filter results.  Be sure
-     to call @cmds = $self->SUPER::_build_all_sub_commands() if you want 
-     to get the default commands in addition to overriding.
- 
---- a/lib/UR/BoolExpr.pm
-+++ b/lib/UR/BoolExpr.pm
-@@ -1189,7 +1189,7 @@
-     my $bx3 = $bx->flatten();
-     # any indirection in the params takes the form a.b.c at the lowest level
-     # also 'payroll_category' might become 'pay_history.category', and 'pay_history.is_current' => 1 is added to the list
--    # if this paramter has that as a custom filter
-+    # if this parameter has that as a custom filter
- 
- 
- =head1 DESCRIPTION
-@@ -1197,7 +1197,7 @@
- A UR::BoolExpr object captures a set of match criteria for some class of object.
- 
- Calls to get(), create(), and define_set() all use this internally to objectify
--their paramters.  If given a boolean expression object directly they will use it.
-+their parameters.  If given a boolean expression object directly they will use it.
- Otherwise they will construct one from the parameters given.
- 
- They have a 1:1 correspondence within the WHERE clause in an SQL statement where
---- a/lib/UR/Context.pm
-+++ b/lib/UR/Context.pm
-@@ -3510,7 +3510,7 @@
- data consistency of each property will be checked.  If there are no
- conflicting changes, then any differences between the object's initial state
- and the current state in the underlying Context will be applied to the
--object's notion of what it thinks its intial state is.
-+object's notion of what it thinks its initial state is.
- 
- In some future release, UR may support additional data concurrency methods
- such as pessimistic concurrency: check that the current state of all
---- a/lib/UR/Context/ObjectFabricator.pm
-+++ b/lib/UR/Context/ObjectFabricator.pm
-@@ -1120,7 +1120,7 @@
-   $fab->apply_all_params_loaded();
- 
- As the fabricator constructs objects, it buffers changes to all_params_loaded
--(the Context's query cache) to maintain consistancy if multiple iterators are
-+(the Context's query cache) to maintain consistency if multiple iterators are
- working concurrently.  At the appripriate time, call apply_all_params_loaded()
- to take those changes and apply them to the current Context's all_params_loaded.
- 
---- a/lib/UR/DataSource.pod
-+++ b/lib/UR/DataSource.pod
-@@ -28,7 +28,7 @@
- data source class such as L<UR::DataSource::Oracle> or
- L<UR::DataSource::File>, as well as L<UR::Singleton>.  This makes it easy
- to link classes to this data source, since the class name will be the
--same as its ID, and the module autoloader will instantiate it automaticly.
-+same as its ID, and the module autoloader will instantiate it automatically.
- 
- =head1 INHERITANCE
- 
---- a/lib/UR/Manual/Cookbook.pod
-+++ b/lib/UR/Manual/Cookbook.pod
-@@ -245,7 +245,7 @@
- As in the has-a relationship, and the container class wants to have a
- property actually stored on the contained class. Using the same schema in
- the has-a relationship above, and we want the contained_value property to
--be accessable from the container class.
-+be accessible from the container class.
- 
-   class TheNamespace::Container {
-      id_by => [
---- a/lib/UR/Manual/Overview.pod
-+++ b/lib/UR/Manual/Overview.pod
-@@ -82,7 +82,7 @@
- 
- UR's primary reason for existing is to function as an ORM. That is, managing
- how to store instances of objects in memory of a running program with more
--persistant storage in a relational database, and retrieve them later.  It
-+persistent storage in a relational database, and retrieve them later.  It
- handles the common cases where each table is implemented by a class their
- columns are properties of the classes; retrieving objects by arbitrary
- properties; creating, updating and deleting objects with enforced database
-@@ -214,7 +214,7 @@
- system has other objects representing metadata about the classes (class
- information, properties, relationships, etc), database entities (databases,
- tables, columns, constraints, etc), transactions, data sources, etc. All the
--metadata is accessable through the same API as any of the database-backed
-+metadata is accessible through the same API as any of the database-backed
- data.
- 
- For classes backed by the database, after a schema change (like adding tables
---- a/lib/UR/Manual/SchemaDesign.pod
-+++ b/lib/UR/Manual/SchemaDesign.pod
-@@ -15,7 +15,7 @@
- class metadata, the class will be renamed to 'YourNamespace::TypeTable' to
- avoid the conflict.  The table_name for that class will still refer to
- the actual table name.  'ur update classes' will print a warning if this
--happens, and rename the class automaticly.
-+happens, and rename the class automatically.
- 
- =item Avoid columns named 'id'
- 
---- a/lib/UR/ModuleBase.pm
-+++ b/lib/UR/ModuleBase.pm
-@@ -284,7 +284,7 @@
- final class or any derived classes, perl checks up the tree for
- AUTOLOAD.  We impliment AUTOLOAD at the top of the tree, and then
- check each class in the tree in order for an AUTOSUB method.  Where a
--class implements AUTOSUB, it will recieve a function name as its first
-+class implements AUTOSUB, it will receive a function name as its first
- parameter, and it is expected to return either a subroutine reference,
- or undef.  If undef is returned then the inheritance tree search will
- continue.  If a subroutine reference is returned it will be executed
---- a/lib/UR/ModuleConfig.pm
-+++ b/lib/UR/ModuleConfig.pm
-@@ -109,7 +109,7 @@
- When called as an object method, the config for both the object and
- all classes in its inheritance hierarchy are referenced, with the
- object config taking precedence over class methods and class methods
--closer to the object (first in the @ISA array) taking precendence over
-+closer to the object (first in the @ISA array) taking precedence over
- those further away (later in the @ISA array).  When called as a class
- method, the same procedure is used, except no object configuration is
- referenced.
---- a/lib/UR/Namespace.pm
-+++ b/lib/UR/Namespace.pm
-@@ -219,7 +219,7 @@
- 
- A UR namespace is the top-level object that represents your data's class
- structure in the most general way.  After use-ing a namespace module, the
--program gets access to the module autoloader, which will automaticaly use
-+program gets access to the module autoloader, which will automatically use
- modules on your behalf if you attempt to interact with their packages in
- a UR-y way, such as calling get().
- 
---- a/lib/UR/Object.pm
-+++ b/lib/UR/Object.pm
-@@ -1016,7 +1016,7 @@
-   $added  = $elmo->add_job($snore);
- 
- A variation of the above will construt the item and add it at once.
--This second form of add_* automaticaly would identify that the line items
-+This second form of add_* automatically would identify that the line items
- also reference the order, and establish the correct converse relationship
- automatically.
- 
---- a/lib/UR/Object/Property.pm
-+++ b/lib/UR/Object/Property.pm
-@@ -596,7 +596,7 @@
- 
- =item implied_by => Text
- 
--If this propery is created as a result of another property's existence,
-+If this property is created as a result of another property's existence,
- implied_by is the name of that other property.  This can happen in the
- case where an object accessor property is defined
- 
---- a/lib/UR/Object/Type/Initializer.pod
-+++ b/lib/UR/Object/Type/Initializer.pod
-@@ -309,7 +309,7 @@
- 
- Object properties do not normally hold Perl references to other objects, but you
- may use 'ARRAY' or 'HASH' here to indicate that the object will store the
--reference directly.  Note that these properties are not usually savable to
-+reference directly.  Note that these properties are not usually saveable to
- outside data sources.
- 
- =item data_type
-@@ -335,7 +335,7 @@
- 
- A flag indicating that this property can be changed. It is the default state
- of a property.  Set this to 0 in the property definition if the property is
--not changable after the object is created.
-+not changeable after the object is created.
- 
- =item is_constant
- 
diff --git a/debian/patches/fix_pod2man_errors b/debian/patches/fix_pod2man_errors
deleted file mode 100644
index 45b335c..0000000
--- a/debian/patches/fix_pod2man_errors
+++ /dev/null
@@ -1,468 +0,0 @@
-Subject: pod errors
-Description: pod errors generate errors during
-pod2man execution
-Author: Olivier Sallou <osallou at debian.org>
-Forwarded: yes
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=83927
-Last-Updated: 2013-03-13
---- a/lib/UR/Util.pm
-+++ b/lib/UR/Util.pm
-@@ -228,6 +228,8 @@
- that is unique compared to $base.  If $target is not a subdirectory
- of $base, then it returns a relative pathname starting with $base.
- 
-+=back
-+
- =cut
- 
- sub path_relative_to {
-@@ -270,6 +272,8 @@
- 
- This method does not overwrite class methods that already exist.
- 
-+=back
-+
- =cut
- 
- sub generate_readwrite_methods
-@@ -300,6 +304,8 @@
- 
- =pod
- 
-+=over
-+
- =item generate_readwrite_methods_override
- 
-   UR::Util->generate_readwrite_methods_override
-@@ -311,6 +317,8 @@
- Same as generate_readwrite_function except that we force the functions
- into the namespace even if the function is already defined
- 
-+=back
-+
- =cut
- 
- sub generate_readwrite_methods_override
-@@ -338,6 +346,8 @@
- 
- =pod
- 
-+=over
-+
- =item generate_readonly_methods
- 
-   UR::Util->generate_readonly_methods
-@@ -354,6 +364,8 @@
- 
- This method does not overwrite class methods that already exist.
- 
-+=back
-+
- =cut
- 
- sub generate_readonly_methods
-@@ -384,6 +396,8 @@
- 
- =pod 
- 
-+=over
-+
- =item mapreduce_grep
- 
-     my @matches = UR::Util->map_reduce_grep { shift->some_test } @candidates;
-@@ -396,6 +410,8 @@
- The test function is called with a single argument, an item from the list to
- be tested, and should return a true of false value.
- 
-+=back
-+
- =cut
- 
- sub mapreduce_grep($&@) {
---- a/lib/UR/ObjectDeprecated.pm
-+++ b/lib/UR/ObjectDeprecated.pm
-@@ -336,6 +336,8 @@
- 
- =pod
- 
-+=over
-+
- =item message_callback
- 
-   $sub_ref = UR::ModuleBase->message_callback($type);
---- a/lib/UR/Object/Type.pm
-+++ b/lib/UR/Object/Type.pm
-@@ -582,11 +582,15 @@
- 
- =item all_columnless_property_metas
- 
-+=back
-+
- Return lists of property meta objects and their names for properties that
- have no column name.
- 
- =head1 METHODS
- 
-+=over
-+
- =item property_meta_for_name
- 
-   $property_obj = $class_obj->property_meta_for_name($property_name);
---- a/lib/UR/Namespace/Command/Test/Run.pm
-+++ b/lib/UR/Namespace/Command/Test/Run.pm
-@@ -1019,8 +1019,12 @@
-  This many tests should be run in parallel.  If --lsf is also specified, then
-  these parallel tests will be submitted as LSF jobs.
- 
-+=back
-+
- =head1 PENDING FEATURES
- 
-+=over
-+
- =item automatic remote execution for tests requiring a distinct hardware platform
- 
- =item logging profiling and coverage metrics with each test
---- a/lib/UR/ModuleBase.pm
-+++ b/lib/UR/ModuleBase.pm
-@@ -37,8 +37,6 @@
- 
- =head1 METHODS
- 
--=over 4
--
- =cut
- 
- # set up package
-@@ -54,6 +52,8 @@
- 
- =pod
- 
-+=over 4
-+
- =item C<class>
- 
-   $class = $obj->class;
-@@ -811,7 +811,6 @@
- 
- =pod
- 
--=back
- 
- =head1 SEE ALSO
- 
---- a/lib/UR/DataSource.pod
-+++ b/lib/UR/DataSource.pod
-@@ -212,6 +212,8 @@
- listrefs about properties involved in a query.  The second-level data is
- sets of quads:
- 
-+=back
-+
- =over 2
- 
- =item 1.
---- a/lib/UR/Context/Process.pm
-+++ b/lib/UR/Context/Process.pm
-@@ -74,8 +74,6 @@
- 
- =over 4
- 
--=pod 
--
- =item get_current
- 
-  $ctx = UR::Context::Process->get_current();
-@@ -84,6 +82,8 @@
- 
- Also available as UR::Context->get_process();
- 
-+=back
-+
- =cut
- 
- 
-@@ -93,6 +93,8 @@
- 
- =pod 
- 
-+=over
-+
- =item has_changes()
- 
-  $bool = UR::Context::Process->has_changes();
-@@ -100,6 +102,8 @@
- Returns true if the current process has changes which might be committed back to
- the underlying context.
- 
-+=back
-+
- =cut
- 
- sub has_changes {
-@@ -116,6 +120,8 @@
- 
- =pod 
- 
-+=over
-+
- =item _create_for_current_process
- 
-  $ctx = UR::Context::Process->_create_for_current_process(@PARAMS)
-@@ -126,6 +132,8 @@
- TODO: Remove the exception from create(), and allow other processes to be
- created explicitly w/ the appropriate characteristics.
- 
-+=back
-+
- =cut
- 
- sub _create_for_current_process {
-@@ -157,12 +165,16 @@
- 
- =pod
- 
-+=over
-+
- =item base_name
- 
-   $name = UR::Context::Process->base_name;
- 
- This is C<basename($0, '.pl'))>.
- 
-+=back
-+
- =cut
- 
- our $base_name = basename($0, '.pl');
-@@ -170,6 +182,8 @@
- 
- =pod
- 
-+=over
-+
- =item prog_name
- 
-   $name = UR::Context::Process->prog_name;
-@@ -184,6 +198,8 @@
- 
- It defaults to C<basename> if unspecified.
- 
-+=back
-+
- =cut
- 
- our $prog_name;
-@@ -201,6 +217,8 @@
- 
- =pod
- 
-+=over
-+
- =item pkg_name
- 
-   $name = UR::Context::Process->pkg_name;
-@@ -221,6 +239,8 @@
- defaults to C<base_name>, which in turn defaults to
- C<basename($0)>.
- 
-+=back
-+
- =cut
- 
- # NOTE: this should not use App::Debug because App::Debug::level calls it
-@@ -239,6 +259,8 @@
- 
- =pod
- 
-+=over
-+
- =item title
- 
-   $name = UR::Context::Process->title;
-@@ -256,6 +278,8 @@
- turn defaults to C<base_name> when unspecified, which
- defaults to C<basename($0)> when unspecified.
- 
-+=back
-+
- =cut
- 
- our $title;
-@@ -273,6 +297,8 @@
- 
- =pod
- 
-+=over
-+
- =item version
- 
-   $version = UR::Context::Process->version;
-@@ -288,6 +314,8 @@
- This message defaults to C<$main::VERSION> if not set.  Note that
- C<$main::VERSION> may be C<undef>.
- 
-+=back
-+
- =cut
- 
- # set/get version
-@@ -306,6 +334,8 @@
- 
- =pod
- 
-+=over
-+
- =item author
- 
-   $author = UR::Context::Process->author;
-@@ -316,6 +346,8 @@
- or C<undef> if unsuccessful.  Without an argument, the current author
- is returned.
- 
-+=back
-+
- =cut
- 
- # set/get author
-@@ -334,6 +366,8 @@
- 
- =pod
- 
-+=over
-+
- =item author_email
- 
-   $author_email = UR::Context::Process->author_email;
-@@ -346,6 +380,8 @@
- address or C<undef> if unsuccessful.  Without an argument, the current
- email address is returned.
- 
-+=back
-+
- =cut
- 
- # set/return author email address
-@@ -364,6 +400,8 @@
- 
- =pod
- 
-+=over
-+
- =item support_email
- 
-   $support_email = UR::Context::Process->support_email;
-@@ -376,6 +414,8 @@
- email address or C<undef> if unsuccessful.  Without an argument, the
- current email address is returned.
- 
-+=back
-+
- =cut
- 
- # set/return author email address
-@@ -394,6 +434,8 @@
- 
- =pod
- 
-+=over
-+
- =item real_user_name
- 
-   $login = UR::Context::Process->real_user_name;
-@@ -401,6 +443,8 @@
- This method is used to get the login name of the effective user id of
- the running script.
- 
-+=back
-+
- =cut
- 
- # return the name of the user running the program
-@@ -425,6 +469,8 @@
- 
- =pod 
- 
-+=over
-+
- =item fork
-     $pid = UR::Context::Process->fork;
- 
-@@ -433,6 +479,9 @@
- Handles properly disconnecting database handles if necessary so that data sources in children
- are still valid.  Also ensures that the active UR::Context::process has the child's PID 
- recorded within.
-+
-+=back
-+
- =cut
- 
- sub fork 
-@@ -469,6 +518,8 @@
- 
- =pod
- 
-+=over
-+
- =item effective_user_name
- 
-   $login = UR::Context::Process->effective_user_name;
-@@ -476,6 +527,8 @@
- This method is used to get the login name of the effective user id of
- the running script.
- 
-+=back
-+
- =cut
- 
- # return the name of the user running the program
-@@ -493,6 +546,8 @@
- 
- =pod
- 
-+=over
-+
- =item original_program_path
- 
-  $path = UR::Context::Process->original_program_path;
-@@ -502,6 +557,8 @@
- (In truth it will find the path at the time UR::Context::Process was used.  So, a chdir
- before that happens will cause incorrect results; in that case, undef will be returned.
- 
-+=back
-+
- =cut
- 
- our ($original_program_name, $original_program_dir);
-@@ -540,7 +597,6 @@
- 
- =pod
- 
--=back
- 
- =head1 SEE ALSO
- 
---- a/lib/UR/Object/Type/Initializer.pod
-+++ b/lib/UR/Object/Type/Initializer.pod
-@@ -282,6 +282,8 @@
- Works like 'sub_classification_method_name', except that the value of the
- property is directly used to subclass the loaded object. 
- 
-+=back
-+
- =head2 Properties properties
- 
- C<ur show properties UR::Object::Property> will print out an exhaustive list of all
-@@ -351,8 +353,12 @@
- 
- Indicates that this property can hold the value undef. 
- 
-+=back
-+
- =head3 Calculated Properties
- 
-+=over
-+
- =item is_calculated
- 
- A flag indicating that the value of this property is determined from a
diff --git a/debian/patches/series b/debian/patches/series
index 8054cfe..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +0,0 @@
-fix_pod2man_errors
-fix_man_spelling_errors

-- 
Package UR for Debian



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