r69055 - in /trunk/libnamespace-autoclean-perl: ./ debian/ debian/source/ lib/namespace/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 03:36:32 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 03:36:22 2011
New Revision: 69055

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69055
Log:
TODO: rewrite control description
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Add myself to Uploaders and Copyright
* Drop dependencies satisfied in stable

Added:
    trunk/libnamespace-autoclean-perl/debian/source/
    trunk/libnamespace-autoclean-perl/debian/source/format
    trunk/libnamespace-autoclean-perl/t/release-eol.t
      - copied unchanged from r69054, branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t
    trunk/libnamespace-autoclean-perl/t/release-no-tabs.t
      - copied unchanged from r69054, branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t
Modified:
    trunk/libnamespace-autoclean-perl/Changes
    trunk/libnamespace-autoclean-perl/LICENSE
    trunk/libnamespace-autoclean-perl/MANIFEST
    trunk/libnamespace-autoclean-perl/META.json
    trunk/libnamespace-autoclean-perl/META.yml
    trunk/libnamespace-autoclean-perl/Makefile.PL
    trunk/libnamespace-autoclean-perl/README
    trunk/libnamespace-autoclean-perl/debian/changelog
    trunk/libnamespace-autoclean-perl/debian/control
    trunk/libnamespace-autoclean-perl/debian/copyright
    trunk/libnamespace-autoclean-perl/dist.ini
    trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm
    trunk/libnamespace-autoclean-perl/t/release-pod-coverage.t
    trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t

Modified: trunk/libnamespace-autoclean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Changes?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Changes (original)
+++ trunk/libnamespace-autoclean-perl/Changes Sat Feb 19 03:36:22 2011
@@ -1,3 +1,7 @@
+0.12  Fri, 04 Feb 2010 10:39:00 +0000
+  * Bump namespace::clean dep to 0.20 to pull in the bugfix for
+    Package::Stash::XS 0.19
+
 0.11  Fri, 07 May 2010 19:32:37 +0200
   * Improve distribution metadata.
 

Modified: trunk/libnamespace-autoclean-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/LICENSE?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/LICENSE (original)
+++ trunk/libnamespace-autoclean-perl/LICENSE Sat Feb 19 03:36:22 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 

Modified: trunk/libnamespace-autoclean-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/MANIFEST?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/MANIFEST (original)
+++ trunk/libnamespace-autoclean-perl/MANIFEST Sat Feb 19 03:36:22 2011
@@ -11,6 +11,8 @@
 t/basic.t
 t/cleanee.t
 t/matchclean.t
+t/release-eol.t
+t/release-no-tabs.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
-t/role.t
+t/role.t

Modified: trunk/libnamespace-autoclean-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/META.json?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/META.json (original)
+++ trunk/libnamespace-autoclean-perl/META.json Sat Feb 19 03:36:22 2011
@@ -3,130 +3,158 @@
    "author" : [
       "Florian Ragwitz <rafl at debian.org>"
    ],
-   "build_requires" : {
-      "Moose::Role" : "0",
-      "Sub::Name" : "0",
-      "Test::More" : "0"
-   },
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.31"
-   },
-   "generated_by" : "Dist::Zilla version 2.101241",
-   "license" : "perl",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101610",
+   "license" : [
+      "perl_5"
+   ],
    "meta-spec" : {
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
-      "version" : 1.4
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
    "name" : "namespace-autoclean",
-   "recommends" : {},
-   "requires" : {
-      "B::Hooks::EndOfScope" : "0",
-      "Class::MOP" : "0.80",
-      "List::Util" : "0",
-      "namespace::clean" : "0.11"
-   },
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "B::Hooks::EndOfScope" : 0,
+            "Class::MOP" : "0.80",
+            "List::Util" : 0,
+            "namespace::clean" : "0.20"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Moose::Role" : 0,
+            "Sub::Name" : 0,
+            "Test::More" : 0
+         }
+      }
+   },
+   "release_status" : "stable",
    "resources" : {
-      "bugtracker" : "http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean",
+      "bugtracker" : {
+         "mailto" : "bug-namespace_autoclean at rt.cpan.org",
+         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean"
+      },
       "homepage" : "http://search.cpan.org/dist/namespace_autoclean",
-      "repository" : "git://github.com/rafl/namespace_autoclean.git"
-   },
-   "version" : "0.11",
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/rafl/namespace_autoclean.git",
+         "web" : "http://github.com/rafl/namespace_autoclean"
+      }
+   },
+   "version" : "0.12",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
-            "name" : "@FLORA/@Filter/GatherDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/GatherDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
-            "name" : "@FLORA/@Filter/PruneCruft",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/PruneCruft",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
-            "name" : "@FLORA/@Filter/ManifestSkip",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ManifestSkip",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@FLORA/@Filter/MetaYAML",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/MetaYAML",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
-            "name" : "@FLORA/@Filter/License",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/License",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
-            "name" : "@FLORA/@Filter/Readme",
-            "version" : "2.101241"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PkgVersion",
-            "name" : "@FLORA/@Filter/PkgVersion",
-            "version" : "2.101241"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
-            "name" : "@FLORA/@Filter/PodCoverageTests",
-            "version" : "2.101241"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
-            "name" : "@FLORA/@Filter/PodSyntaxTests",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/Readme",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
-            "name" : "@FLORA/@Filter/ExtraTests",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ExtraTests",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
-            "name" : "@FLORA/@Filter/ExecDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ExecDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
-            "name" : "@FLORA/@Filter/ShareDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ShareDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
-            "name" : "@FLORA/@Filter/MakeMaker",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/MakeMaker",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
-            "name" : "@FLORA/@Filter/Manifest",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/Manifest",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@FLORA/@Basic/TestRelease",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
-            "name" : "@FLORA/@Filter/ConfirmRelease",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ConfirmRelease",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
-            "name" : "@FLORA/@Filter/UploadToCPAN",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/UploadToCPAN",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@FLORA/MetaConfig",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@FLORA/MetaJSON",
-            "version" : "2.101241"
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@FLORA/PkgVersion",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@FLORA/PodSyntaxTests",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NoTabsTests",
+            "name" : "@FLORA/NoTabsTests",
+            "version" : "0.01"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+            "name" : "@FLORA/PodCoverageTests",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@FLORA/MetaResources",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
@@ -134,42 +162,47 @@
             "version" : "0.01"
          },
          {
+            "class" : "Dist::Zilla::Plugin::EOLTests",
+            "name" : "@FLORA/EOLTests",
+            "version" : "0.02"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@FLORA/PodWeaver",
-            "version" : "3.100710"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoPrereq",
-            "name" : "@FLORA/AutoPrereq",
-            "version" : "2.101241"
+            "version" : "3.101640"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@FLORA/AutoPrereqs",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          }
       ],
       "zilla" : {
-         "class" : "Dist::Zilla",
+         "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
             "is_trial" : 0
          },
-         "version" : "2.101241"
+         "version" : "4.200001"
       }
    },
    "x_authority" : "cpan:FLORA"

Modified: trunk/libnamespace-autoclean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/META.yml?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/META.yml (original)
+++ trunk/libnamespace-autoclean-perl/META.yml Sat Feb 19 03:36:22 2011
@@ -8,132 +8,144 @@
   Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101241'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101610'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: namespace-autoclean
-recommends: {}
 requires:
   B::Hooks::EndOfScope: 0
   Class::MOP: 0.80
   List::Util: 0
-  namespace::clean: 0.11
+  namespace::clean: 0.20
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean
   homepage: http://search.cpan.org/dist/namespace_autoclean
   repository: git://github.com/rafl/namespace_autoclean.git
-version: 0.11
+version: 0.12
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
-      name: '@FLORA/@Filter/GatherDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/GatherDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::PruneCruft
-      name: '@FLORA/@Filter/PruneCruft'
-      version: 2.101241
+      name: '@FLORA/@Basic/PruneCruft'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ManifestSkip
-      name: '@FLORA/@Filter/ManifestSkip'
-      version: 2.101241
+      name: '@FLORA/@Basic/ManifestSkip'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaYAML
-      name: '@FLORA/@Filter/MetaYAML'
-      version: 2.101241
+      name: '@FLORA/@Basic/MetaYAML'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::License
-      name: '@FLORA/@Filter/License'
-      version: 2.101241
+      name: '@FLORA/@Basic/License'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::Readme
-      name: '@FLORA/@Filter/Readme'
-      version: 2.101241
-    -
-      class: Dist::Zilla::Plugin::PkgVersion
-      name: '@FLORA/@Filter/PkgVersion'
-      version: 2.101241
-    -
-      class: Dist::Zilla::Plugin::PodCoverageTests
-      name: '@FLORA/@Filter/PodCoverageTests'
-      version: 2.101241
-    -
-      class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: '@FLORA/@Filter/PodSyntaxTests'
-      version: 2.101241
+      name: '@FLORA/@Basic/Readme'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ExtraTests
-      name: '@FLORA/@Filter/ExtraTests'
-      version: 2.101241
+      name: '@FLORA/@Basic/ExtraTests'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ExecDir
-      name: '@FLORA/@Filter/ExecDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/ExecDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ShareDir
-      name: '@FLORA/@Filter/ShareDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/ShareDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MakeMaker
-      name: '@FLORA/@Filter/MakeMaker'
-      version: 2.101241
+      name: '@FLORA/@Basic/MakeMaker'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::Manifest
-      name: '@FLORA/@Filter/Manifest'
-      version: 2.101241
+      name: '@FLORA/@Basic/Manifest'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@FLORA/@Basic/TestRelease'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@FLORA/@Filter/ConfirmRelease'
-      version: 2.101241
+      name: '@FLORA/@Basic/ConfirmRelease'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@FLORA/@Filter/UploadToCPAN'
-      version: 2.101241
+      name: '@FLORA/@Basic/UploadToCPAN'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@FLORA/MetaConfig'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@FLORA/MetaJSON'
-      version: 2.101241
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@FLORA/PkgVersion'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@FLORA/PodSyntaxTests'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::NoTabsTests
+      name: '@FLORA/NoTabsTests'
+      version: 0.01
+    -
+      class: Dist::Zilla::Plugin::PodCoverageTests
+      name: '@FLORA/PodCoverageTests'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@FLORA/MetaResources'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@FLORA/Authority'
       version: 0.01
     -
+      class: Dist::Zilla::Plugin::EOLTests
+      name: '@FLORA/EOLTests'
+      version: 0.02
+    -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@FLORA/PodWeaver'
-      version: 3.100710
+      version: 3.101640
     -
-      class: Dist::Zilla::Plugin::AutoPrereq
-      name: '@FLORA/AutoPrereq'
-      version: 2.101241
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@FLORA/AutoPrereqs'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 2.101241
+      version: 4.200001
   zilla:
-    class: Dist::Zilla
+    class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 2.101241
+    version: 4.200001
 x_authority: cpan:FLORA

Modified: trunk/libnamespace-autoclean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Makefile.PL?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Makefile.PL (original)
+++ trunk/libnamespace-autoclean-perl/Makefile.PL Sat Feb 19 03:36:22 2011
@@ -27,9 +27,9 @@
     'B::Hooks::EndOfScope' => '0',
     'Class::MOP' => '0.80',
     'List::Util' => '0',
-    'namespace::clean' => '0.11'
+    'namespace::clean' => '0.20'
   },
-  'VERSION' => '0.11',
+  'VERSION' => '0.12',
   'test' => {
     'TESTS' => 't/*.t'
   }
@@ -38,10 +38,10 @@
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
   for my $mod ( keys %$br ) {
     if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
     }
     else {
       $pp->{$mod} = $br->{$mod};

Modified: trunk/libnamespace-autoclean-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/README?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/README (original)
+++ trunk/libnamespace-autoclean-perl/README Sat Feb 19 03:36:22 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution namespace-autoclean,
-version 0.11:
+version 0.12:
 
   Keep imports out of your namespace
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: trunk/libnamespace-autoclean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/changelog?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Sat Feb 19 03:36:22 2011
@@ -1,11 +1,14 @@
-libnamespace-autoclean-perl (0.11-1) UNRELEASED; urgency=low
+libnamespace-autoclean-perl (0.12-1) UNRELEASED; urgency=low
 
-  Updates distribution metadata only
-  IGNORE-VERSION: 0.11-1
+  TODO: rewrite control description
 
   [ Jonathan Yu ]
   * New upstream release
   * Use new DEP5 copyright format
+  * Use new 3.0 (quilt) source format
+  * Standards-Version 3.9.1 (no changes)
+  * Add myself to Uploaders and Copyright
+  * Drop dependencies satisfied in stable
 
   [ Ryan Niebur ]
   * Update ryan52's email address
@@ -13,7 +16,7 @@
   [ Salvatore Bonaccorso ]
   * Update my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 07 May 2010 22:01:37 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Feb 2011 22:59:33 -0500
 
 libnamespace-autoclean-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libnamespace-autoclean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/control?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/control (original)
+++ trunk/libnamespace-autoclean-perl/debian/control Sat Feb 19 03:36:22 2011
@@ -2,12 +2,15 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libnamespace-clean-perl (>= 0.11),
-  libclass-mop-perl (>= 0.80), libb-hooks-endofscope-perl (>= 0.07),
-  libmoose-perl
+Build-Depends-Indep: perl,
+ libnamespace-clean-perl (>= 0.20),
+ libclass-mop-perl,
+ libb-hooks-endofscope-perl,
+ libmoose-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, Salvatore Bonaccorso <carnil at debian.org>
-Standards-Version: 3.8.3
+Uploaders: Ryan Niebur <ryan at debian.org>, Salvatore Bonaccorso <carnil at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/namespace-autoclean/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnamespace-autoclean-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnamespace-autoclean-perl/
@@ -15,9 +18,10 @@
 Package: libnamespace-autoclean-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
-  libnamespace-clean-perl (>= 0.11), libclass-mop-perl (>= 0.80),
-  libb-hooks-endofscope-perl (>= 0.07)
-Description: Perl module to remove all imported symbols at the end of the compile cycle
+ libnamespace-clean-perl (>= 0.20),
+ libclass-mop-perl,
+ libb-hooks-endofscope-perl
+Description: module to remove all imported symbols at the end of the compile cycle
  namespace::autoclean is a handy module to keep your namespace clean by
  removing all imported symbols at the end of the current package's compile
  cycle. Perhaps most importantly, this means that imported functions will no

Modified: trunk/libnamespace-autoclean-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/copyright?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/copyright (original)
+++ trunk/libnamespace-autoclean-perl/debian/copyright Sat Feb 19 03:36:22 2011
@@ -8,7 +8,7 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
  2009, Ryan Niebur <ryanryan52 at gmail.com>
  2009, Salvatore Bonaccorso <carnil at debian.org>
 License: Artistic or GPL-1+
@@ -17,8 +17,8 @@
  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'
+ On Debian 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
@@ -26,5 +26,5 @@
  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'
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnamespace-autoclean-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/source/format?rev=69055&op=file
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/source/format (added)
+++ trunk/libnamespace-autoclean-perl/debian/source/format Sat Feb 19 03:36:22 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libnamespace-autoclean-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/dist.ini?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/dist.ini (original)
+++ trunk/libnamespace-autoclean-perl/dist.ini Sat Feb 19 03:36:22 2011
@@ -1,5 +1,5 @@
 name    = namespace-autoclean
-version = 0.11
+version = 0.12
 author  = Florian Ragwitz <rafl at debian.org>
 license = Perl_5
 copyright_holder = Florian Ragwitz

Modified: trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm (original)
+++ trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm Sat Feb 19 03:36:22 2011
@@ -6,14 +6,14 @@
   $namespace::autoclean::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $namespace::autoclean::VERSION = '0.11';
+  $namespace::autoclean::VERSION = '0.12';
 }
 # ABSTRACT: Keep imports out of your namespace
 
 use Class::MOP 0.80;
 use B::Hooks::EndOfScope;
 use List::Util qw( first );
-use namespace::clean 0.11;
+use namespace::clean 0.20;
 
 
 sub import {
@@ -61,6 +61,8 @@
 
 __END__
 =pod
+
+=encoding utf-8
 
 =head1 NAME
 
@@ -151,11 +153,11 @@
 
 =head1 AUTHOR
 
-  Florian Ragwitz <rafl at debian.org>
+Florian Ragwitz <rafl at debian.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: trunk/libnamespace-autoclean-perl/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/t/release-pod-coverage.t?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/t/release-pod-coverage.t (original)
+++ trunk/libnamespace-autoclean-perl/t/release-pod-coverage.t Sat Feb 19 03:36:22 2011
@@ -18,4 +18,4 @@
 plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
   if $@;
 
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });

Modified: trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t?rev=69055&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t (original)
+++ trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t Sat Feb 19 03:36:22 2011
@@ -12,4 +12,4 @@
 eval "use Test::Pod 1.41";
 plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




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