r56668 - in /trunk/libfile-corresponding-perl: META.yml Makefile.PL README debian/ debian/changelog debian/compat debian/control debian/copyright debian/libfile-corresponding-perl.docs debian/libfile-corresponding-perl.examples debian/rules debian/watch

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Thu Apr 22 20:04:01 UTC 2010


Author: ddumont-guest
Date: Thu Apr 22 20:03:48 2010
New Revision: 56668

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56668
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libfile-corresponding-perl/debian/
    trunk/libfile-corresponding-perl/debian/changelog
    trunk/libfile-corresponding-perl/debian/compat
    trunk/libfile-corresponding-perl/debian/control
    trunk/libfile-corresponding-perl/debian/copyright
    trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.docs
    trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.examples
    trunk/libfile-corresponding-perl/debian/rules   (with props)
    trunk/libfile-corresponding-perl/debian/watch
Modified:
    trunk/libfile-corresponding-perl/META.yml
    trunk/libfile-corresponding-perl/Makefile.PL
    trunk/libfile-corresponding-perl/README

Modified: trunk/libfile-corresponding-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/META.yml?rev=56668&op=diff
==============================================================================
--- trunk/libfile-corresponding-perl/META.yml (original)
+++ trunk/libfile-corresponding-perl/META.yml Thu Apr 22 20:03:48 2010
@@ -1,42 +1,44 @@
----
-name: File-Corresponding
-version: 0.003
-author:
-  - 'Johan Lindström <johanl[ÄT]DarSerMan.com>'
-abstract: Find corresponding files in the directory tree
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
-requires:
-  Carp: 0
-  Data::Dumper: 0
-  File::Basename: 0
-  File::HomeDir: 0
-  File::chdir: 0
-  Getopt::Long: 0
-  List::MoreUtils: 0
-  Moose: 0.57
-  Moose::Autobox: 0.08
-  MooseX::Types::Path::Class: 0
-  Path::Class: 0.11
-  Pod::Usage: 0
-  Test::Differences: 0
-  Test::Exception: 0
-  Test::More: 0
-  YAML::Tiny: 0
-provides:
-  File::Corresponding:
-    file: lib/File/Corresponding.pm
-    version: 0.003
-  File::Corresponding::Config::Find:
-    file: lib/File/Corresponding/Config/Find.pm
-  File::Corresponding::File::Found:
-    file: lib/File/Corresponding/File/Found.pm
-  File::Corresponding::File::Profile:
-    file: lib/File/Corresponding/File/Profile.pm
-  File::Corresponding::Group:
-    file: lib/File/Corresponding/Group.pm
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+---
+abstract: 'Find corresponding files in the directory tree'
+author:
+  - 'Johan Lindstrom <johanl[at]DarSerMan.com>'
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: File-Corresponding
+provides:
+  File::Corresponding:
+    file: lib/File/Corresponding.pm
+    version: 0.003
+  File::Corresponding::Config::Find:
+    file: lib/File/Corresponding/Config/Find.pm
+  File::Corresponding::File::Found:
+    file: lib/File/Corresponding/File/Found.pm
+  File::Corresponding::File::Profile:
+    file: lib/File/Corresponding/File/Profile.pm
+  File::Corresponding::Group:
+    file: lib/File/Corresponding/Group.pm
+requires:
+  Carp: 0
+  Data::Dumper: 0
+  File::Basename: 0
+  File::HomeDir: 0
+  File::chdir: 0
+  Getopt::Long: 0
+  List::MoreUtils: 0
+  Moose: 0.57
+  Moose::Autobox: 0.08
+  MooseX::Types::Path::Class: 0
+  Path::Class: 0.11
+  Pod::Usage: 0
+  Test::Differences: 0
+  Test::Exception: 0
+  Test::More: 0
+  YAML::Tiny: 0
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.003

Modified: trunk/libfile-corresponding-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/Makefile.PL?rev=56668&op=diff
==============================================================================
--- trunk/libfile-corresponding-perl/Makefile.PL (original)
+++ trunk/libfile-corresponding-perl/Makefile.PL Thu Apr 22 20:03:48 2010
@@ -1,31 +1,31 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
-use ExtUtils::MakeMaker;
-WriteMakefile
-(
-          'PL_FILES' => {},
-          'INSTALLDIRS' => 'site',
-          'NAME' => 'File::Corresponding',
-          'EXE_FILES' => [
-                           'bin/corresponding_file'
-                         ],
-          'VERSION_FROM' => 'lib/File/Corresponding.pm',
-          'PREREQ_PM' => {
-                           'Pod::Usage' => 0,
-                           'File::chdir' => 0,
-                           'List::MoreUtils' => 0,
-                           'Moose' => '0.57',
-                           'Getopt::Long' => 0,
-                           'Test::Exception' => 0,
-                           'File::HomeDir' => 0,
-                           'YAML::Tiny' => 0,
-                           'Data::Dumper' => 0,
-                           'Moose::Autobox' => '0.08',
-                           'Carp' => 0,
-                           'Test::More' => 0,
-                           'MooseX::Types::Path::Class' => 0,
-                           'Test::Differences' => 0,
-                           'Path::Class' => '0.11',
-                           'File::Basename' => 0
-                         }
-        )
-;
+# Note: this file was auto-generated by Module::Build::Compat version 0.3607
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'NAME' => 'File::Corresponding',
+          'VERSION_FROM' => 'lib/File/Corresponding.pm',
+          'PREREQ_PM' => {
+                           'Carp' => 0,
+                           'Data::Dumper' => 0,
+                           'File::Basename' => 0,
+                           'File::HomeDir' => 0,
+                           'File::chdir' => 0,
+                           'Getopt::Long' => 0,
+                           'List::MoreUtils' => 0,
+                           'Moose' => '0.57',
+                           'Moose::Autobox' => '0.08',
+                           'MooseX::Types::Path::Class' => 0,
+                           'Path::Class' => '0.11',
+                           'Pod::Usage' => 0,
+                           'Test::Differences' => 0,
+                           'Test::Exception' => 0,
+                           'Test::More' => 0,
+                           'YAML::Tiny' => 0
+                         },
+          'INSTALLDIRS' => 'site',
+          'EXE_FILES' => [
+                           'bin/corresponding_file'
+                         ],
+          'PL_FILES' => {}
+        )
+;

Modified: trunk/libfile-corresponding-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/README?rev=56668&op=diff
==============================================================================
--- trunk/libfile-corresponding-perl/README (original)
+++ trunk/libfile-corresponding-perl/README Thu Apr 22 20:03:48 2010
@@ -1,11 +1,11 @@
-NAME
-    File::Corresponding - Find corresponding files in the directory tree
-
-PREAMBLE
-    In a source tree it is common to have files with the same name, but in
-    different places in the directory tree. A typical MVC application could
-    look something like this:
-
+NAME
+    File::Corresponding - Find corresponding files in the directory tree
+
+PREAMBLE
+    In a source tree it is common to have files with the same name, but in
+    different places in the directory tree. A typical MVC application could
+    look something like this:
+
      Book       lib/Controller/Book.pm
      Borrower   lib/Controller/Borrower.pm
      Book       lib/Model/Schema/Book.pm
@@ -17,23 +17,23 @@
      Book       lib/t/model-schema-book.t
      Borrower   lib/t/model-schema-borrower.t
 
-    Here we clearly have two types of things; a Book and a Borrower.
-
-    The "Controller/Book.pm", "Model/Schema/Book.pm",
-    "root/templates/Book.t", "t/controller-book.t", and
-    "t/model-schema-book.t" represent different aspects of the same Book
-    entity; they *correspond* to each other.
-
-    Since the files belong to each other it is useful for the programmer to
-    easily navigate between them.
-
-    This module helps with that.
-
-SYNOPSIS
-  Config file
-    Given a config file ".corresponding_file" in the current directory or
-    your $HOME directory:
-
+    Here we clearly have two types of things; a Book and a Borrower.
+
+    The `Controller/Book.pm', `Model/Schema/Book.pm',
+    `root/templates/Book.t', `t/controller-book.t', and
+    `t/model-schema-book.t' represent different aspects of the same Book
+    entity; they *correspond* to each other.
+
+    Since the files belong to each other it is useful for the programmer to
+    easily navigate between them.
+
+    This module helps with that.
+
+SYNOPSIS
+  Config file
+    Given a config file `.corresponding_file' in the current directory or
+    your $HOME directory:
+
       ---
       file_groups:
         -
@@ -52,103 +52,103 @@
               regex: /root.template.(\w+)\.pm$/
               sprintf: root/template/%s.pm
 
-  From the command line
+  From the command line
       $ corresponding_file Controller/Book.pm
       Model/Schema/Book.pm
       $ cd ..
       $ corresponding_file lib/Controller/Book.pm
       lib/Model/Schema/Book.pm
 
-  From your editor
-    Emacs
-      Devel::PerlySense has a feature "Go to Project's Other Files" for
-      navigating to related files.
-
-      Actually, it doesn't yet. But it will.
-
-  From your program
-    By using "File::Corresponding" as a library, you can use the resulting
-    File::Corresponding::File::Found objects to display more information
-    than just the file name.
-
-DESCRIPTION
-    "File::Corresponding" uses a configuration of groups of File Profiles to
-    identify corresponding files.
-
-    Using a ".corresponding_file" config file, and the command line script
-    "corresponding_file", you can easily look up corresponding files.
-
-    It's obviously better if you let your editor do the tedious bits for
-    you, like passing the file name to the script, letting you choose which
-    of the corresponding files you meant, and opening the file in the
-    editor.
-
-    That's left as an exercise for the reader (well you *are* a programmer,
-    aren't you?).
-
-THE CONFIG FORMAT
-    Study the SYNOPSIS example.
-
-    A File Profile for e.g. "Controller" files includes a "regex" to match a
-    Controller file name with e.g. "Book" in it, and a "sprintf" string
-    template to render any found files with "Book" in them as a Controller
-    file.
-
-    Regex definitions are whatever comes after "qr" in e.g. "qr/file.pm/i",
-    i.e. "/file.pm/i". As you can see, you can use regex modifiers, and even
-    use other delimiters (which is handy, since you're likely to match "/").
-
-    The "regex" should match the intended file. The first capturing
-    parenthesis must contain the entity file fragmen that is common to all
-    files in the group.
-
-    The "sprintf" string should contain a %s to fill in the captured file
-    fragment from any other File Profile in the Group.
-
-    Only existing files are reported.
-
-SEE ALSO
-AUTHOR
-    Johan Lindström, "<johanl[ÄT]DarSerMan.com>"
-
-BUGS AND CAVEATS
-  BUG REPORTS
-    Please report any bugs or feature requests to
-    "bug-file-corresponding at rt.cpan.org", or through the web interface at
-    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Corresponding>. I
-    will be notified, and then you'll automatically be notified of progress
-    on your bug as I make changes.
-
-  CAVEATS
-    Currently "File::Corresponding" supports the simple case in the SYNOPSIS
-    above, where the Controller/Book.pm can easily be translated to
-    Model/Schema/Book.pm. It does not yet support the more complicated
-    translation from Controller/Book.pm to t/controller-book.t and back.
-
-  KNOWN BUGS
-COPYRIGHT & LICENSE
-    Copyright 2007 Johan Lindström, All Rights Reserved.
-
-    This program is free software; you can redistribute it and/or modify it
-    under the same terms as Perl itself.
-
-*** DEVELOPER API DOCS ***
-ERROR HANDLING MODEL
-    Failures will result in a die.
-
-ATTRIBUTES
-  profile_groups : ArrayRef[File::Corresponding::Group]
-    Group config objects.
-
-METHODS
-  corresponding($file) : ArrayRef[File::Corresponding::File::Found]
-    Find files corresponding to $file (given the config in ->profile_groups)
-    and return found @files.
-
-    If the same file is found via many Groups, it will be reported once per
-    group (so if you only use this to display the file name, make sure to
-    unique the file names).
-
-  load_config_file($config_file) : 1
-    Load yaml $config_file, or die with an error message.
-
+  From your editor
+    Emacs
+      Devel::PerlySense has a feature "Go to Project's Other Files" for
+      navigating to related files.
+
+      Actually, it doesn't yet. But it will.
+
+  From your program
+    By using `File::Corresponding' as a library, you can use the resulting
+    File::Corresponding::File::Found objects to display more information
+    than just the file name.
+
+DESCRIPTION
+    `File::Corresponding' uses a configuration of groups of File Profiles to
+    identify corresponding files.
+
+    Using a `.corresponding_file' config file, and the command line script
+    `corresponding_file', you can easily look up corresponding files.
+
+    It's obviously better if you let your editor do the tedious bits for
+    you, like passing the file name to the script, letting you choose which
+    of the corresponding files you meant, and opening the file in the
+    editor.
+
+    That's left as an exercise for the reader (well you *are* a programmer,
+    aren't you?).
+
+THE CONFIG FORMAT
+    Study the SYNOPSIS example.
+
+    A File Profile for e.g. "Controller" files includes a `regex' to match a
+    Controller file name with e.g. "Book" in it, and a `sprintf' string
+    template to render any found files with "Book" in them as a Controller
+    file.
+
+    Regex definitions are whatever comes after "qr" in e.g. `qr/file.pm/i',
+    i.e. "/file.pm/i". As you can see, you can use regex modifiers, and even
+    use other delimiters (which is handy, since you're likely to match "/").
+
+    The `regex' should match the intended file. The first capturing
+    parenthesis must contain the entity file fragmen that is common to all
+    files in the group.
+
+    The `sprintf' string should contain a `%s' to fill in the captured file
+    fragment from any other File Profile in the Group.
+
+    Only existing files are reported.
+
+SEE ALSO
+AUTHOR
+    Johan Lindström, `<johanl[ÄT]DarSerMan.com>'
+
+BUGS AND CAVEATS
+  BUG REPORTS
+    Please report any bugs or feature requests to
+    `bug-file-corresponding at rt.cpan.org', or through the web interface at
+    http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Corresponding. I
+    will be notified, and then you'll automatically be notified of progress
+    on your bug as I make changes.
+
+  CAVEATS
+    Currently `File::Corresponding' supports the simple case in the SYNOPSIS
+    above, where the Controller/Book.pm can easily be translated to
+    Model/Schema/Book.pm. It does not yet support the more complicated
+    translation from Controller/Book.pm to t/controller-book.t and back.
+
+  KNOWN BUGS
+COPYRIGHT & LICENSE
+    Copyright 2007 Johan Lindström, All Rights Reserved.
+
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+*** DEVELOPER API DOCS ***
+ERROR HANDLING MODEL
+    Failures will result in a die.
+
+ATTRIBUTES
+  profile_groups : ArrayRef[File::Corresponding::Group]
+    Group config objects.
+
+METHODS
+  corresponding($file) : ArrayRef[File::Corresponding::File::Found]
+    Find files corresponding to $file (given the config in ->profile_groups)
+    and return found @files.
+
+    If the same file is found via many Groups, it will be reported once per
+    group (so if you only use this to display the file name, make sure to
+    unique the file names).
+
+  load_config_file($config_file) : 1
+    Load yaml $config_file, or die with an error message.
+

Added: trunk/libfile-corresponding-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/changelog?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/changelog (added)
+++ trunk/libfile-corresponding-perl/debian/changelog Thu Apr 22 20:03:48 2010
@@ -1,0 +1,5 @@
+libfile-corresponding-perl (0.003-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Dominique Dumont <dominique.dumont at hp.com>  Thu, 22 Apr 2010 21:45:50 +0200

Added: trunk/libfile-corresponding-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/compat?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/compat (added)
+++ trunk/libfile-corresponding-perl/debian/compat Thu Apr 22 20:03:48 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-corresponding-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/control?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/control (added)
+++ trunk/libfile-corresponding-perl/debian/control Thu Apr 22 20:03:48 2010
@@ -1,0 +1,35 @@
+Source: libfile-corresponding-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libfile-chdir-perl, libfile-homedir-perl,
+ liblist-moreutils-perl, libmoose-autobox-perl (>= 0.08),
+ libmoose-perl (>= 0.57), libmoosex-types-path-class-perl,
+ libpath-class-perl (>= 0.11), libtest-differences-perl, libtest-exception-perl,
+ libyaml-tiny-perl, perl
+Maintainer: Dominique Dumont <dominique.dumont at hp.com>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/File-Corresponding/
+
+Package: libfile-corresponding-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libfile-chdir-perl,
+ libfile-homedir-perl, liblist-moreutils-perl, libmoose-autobox-perl (>= 0.08),
+ libmoose-perl (>= 0.57), libmoosex-types-path-class-perl,
+ libpath-class-perl (>= 0.11), libtest-differences-perl, libtest-exception-perl,
+ libyaml-tiny-perl, perl
+Description: Find corresponding files in the directory tree
+ File::Corresponding uses a configuration of groups of File Profiles to
+ identify corresponding files.
+ .
+ Using a .corresponding_file config file, and the command line script
+ corresponding_file, you can easily look up corresponding files.
+ .
+ It's obviously better if you let your editor do the tedious bits for you,
+ like passing the file name to the script, letting you choose which of the
+ corresponding files you meant, and opening the file in the editor.
+ .
+ That's left as an exercise for the reader (well you are a programmer, aren't
+ you?).
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libfile-corresponding-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/copyright?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/copyright (added)
+++ trunk/libfile-corresponding-perl/debian/copyright Thu Apr 22 20:03:48 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Johan Lindstrom <johanl[at]DarSerMan.com>
+Source: http://search.cpan.org/dist/File-Corresponding/
+Name: File-Corresponding
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Johan Lindstrom <johanl[at]DarSerMan.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Dominique Dumont <dominique.dumont at hp.com>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ 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'

Added: trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.docs?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.docs (added)
+++ trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.docs Thu Apr 22 20:03:48 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.examples?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.examples (added)
+++ trunk/libfile-corresponding-perl/debian/libfile-corresponding-perl.examples Thu Apr 22 20:03:48 2010
@@ -1,0 +1,1 @@
+t/data/example

Added: trunk/libfile-corresponding-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/rules?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/rules (added)
+++ trunk/libfile-corresponding-perl/debian/rules Thu Apr 22 20:03:48 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libfile-corresponding-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-corresponding-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-corresponding-perl/debian/watch?rev=56668&op=file
==============================================================================
--- trunk/libfile-corresponding-perl/debian/watch (added)
+++ trunk/libfile-corresponding-perl/debian/watch Thu Apr 22 20:03:48 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Corresponding/   .*/File-Corresponding-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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