[carton] 471/472: debian/changelog: silence lintian

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 9a30a5ed94832b811dea0a8db05d66b2475c4cba
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Jul 23 21:32:58 2015 -0300

    debian/changelog: silence lintian
---
 debian/changelog | 48 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6f85956..d860b61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,7 +60,7 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * check now checks if you miss some dependencies in your build file
   * cleanup
   * remove check from tutorial
-  * Display tree for superflous modules in local
+  * Display tree for superfluous modules in local
   * Do not display warnings if one of the deps are not found in lock
   * Added Shipwright to the similar tool
   * beginning unit tests
@@ -87,7 +87,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * fix POD
   * Unit test to prefer mirrors for searches. #18
   * remove debugging lines
-  * Uninstalling modules should not remove dependencies in Makefile.PL. Fixes #16
+  * Uninstalling modules should not remove dependencies in Makefile.PL.
+    Fixes #16
   * Added unit tests for uninstalling dependencies
   * Added a test to not uninstall dependencies
   * fixed messaging
@@ -114,7 +115,7 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Fix --path handling (Ugh)
   * Ignore perl from showdeps
   * remove notest (repeated)
-  * reenable skip-satisfied
+  * re-enable skip-satisfied
   * depend on cpanm 1.5
   * remove Config framework, commands and alias
   * Added notes about carton update
@@ -134,7 +135,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * use capture instead of merged
 
   [ Pedro Figueiredo ]
-  * Added dependency on Getopt::Long 2.36, as GetOptionsFromArray() isn't available before
+  * Added dependency on Getopt::Long 2.36, as GetOptionsFromArray() isn't
+    available before
 
   [ Tatsuhiko Miyagawa ]
   * Return version of the module in the spec when installing from lock
@@ -195,7 +197,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Do not build extra dependencies out of carton.lock. Fix #63
   * Checking in changes prior to tagging of version v0.9_8.
   * Checking in changes prior to tagging of version v0.9_8.
-  * Fix bundle command, so that it will use .lock to build packages to determine versions
+  * Fix bundle command, so that it will use .lock to build packages to
+    determine versions
   * Checking in changes prior to tagging of version v0.9_9.
   * remove debug
   * Checking in changes prior to tagging of version v0.9.10.
@@ -248,13 +251,16 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Add a test for version lock
   * v0.9.51
   * typo. Closes #53
-  * don't eat unknown options in system, effectively killing the need for --. Addresses #77
+  * don't eat unknown options in system, effectively killing the need for --.
+    Addresses #77
   * Added more tests for exec with no --, as well as versioning tests with -M
   * fix dep
   * use cpanm installdeps to get with-develop from cpanfile
   * remove unused build_dep
-  * Stop collection dependencies when installing/bundling because cpanfile can be directly used by --installdeps .
-  * Unimplement carton check. Also simplified carton show logic to use Lock directly
+  * Stop collection dependencies when installing/bundling because cpanfile can
+    be directly used by --installdeps .
+  * Unimplement carton check. Also simplified carton show logic to use Lock
+    directly
   * remove unused list_deps
   * remove color output
   * Add test for help
@@ -279,13 +285,15 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * use Moo in CLI
   * move all Carton.pm God class into CLI and Lock/Builder modules
   * Install develop dependencies as well
-  * Stop using lib::core::only and PERL5OPT for now, in favor of simpler PERL5LIB. Re: #82 #70 #60
+  * Stop using lib::core::only and PERL5OPT for now, in favor of simpler
+    PERL5LIB. Re: #82 #70 #60
   * doc update
   * v0.9.54
   * update docs
   * update docs
   * Add carton list --distfile
-  * Change $lock->find logic to search for provides maps. Return Dependency objects
+  * Change $lock->find logic to search for provides maps. Return Dependency
+    objects
   * Add back the tree command!
   * readd modules to cpanfile
   * simplified tree output
@@ -301,7 +309,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * rename use_darkpan
   * rename version as a requirement
   * Add Dependency#version method to find the version in the dists locked
-  * Experimental: Make carton install save dists to local/cache, then carton bundle copy the tarballs to vendor.
+  * Experimental: Make carton install save dists to local/cache, then carton
+    bundle copy the tarballs to vendor.
   * use Path::Tiny. Also saves temp index in ./local not .carton
   * fix quotes
   * refactor CLI with Moo
@@ -320,7 +329,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Implemented carton update
   * Added more test for install
   * this test should now always succeed, i hope
-  * Honor newer versions of install if there are multiples that both satisfy cpanfile requirements
+  * Honor newer versions of install if there are multiples that both satisfy
+    cpanfile requirements
   * Add test for mismatch deps #68
   * v0.9.57
 
@@ -333,7 +343,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * typo
   * run install twice
   * run check
-  * Added a failing TODO test for downgrading with carton update, then collectin wrong install info
+  * Added a failing TODO test for downgrading with carton update, then
+    collectin wrong install info
   * add write_cpanfile() convenient method
   * use subtest
   * added a TODO test to detect unused modules in local
@@ -363,7 +374,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Builder now takes install target off of detected cpanfile location
   * v0.9.62
   * Bump cpanminus to support --cpanfile
-  * Support --cpanfile option for carton install, as well as PERL_CARTON_CPANFILE
+  * Support --cpanfile option for carton install, as well as
+    PERL_CARTON_CPANFILE
   * use stdout due to cpanm update
   * Document --cpanfile
   * Support --cpanfile in check
@@ -409,7 +421,8 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * remove warnings in the doc
   * Support version ranges in prereqs. Fix #117
   * v1.0.1
-  * Bump cpanm dependency. Test ancient distributions for missing package extraction
+  * Bump cpanm dependency. Test ancient distributions for missing package
+    extraction
   * v1.0.2
   * Display usage when passed unsupported command
   * Fix outdated documentation
@@ -507,14 +520,15 @@ carton (1.0.21-1) UNRELEASED; urgency=medium
   * Don't die if no .meta directories are present.
 
   [ Tatsuhiko Miyagawa ]
-  * change Module::Reader to requries so that Fatpacker will contain that for the runtime
+  * change Module::Reader to requries so that Fatpacker will contain that for
+    the runtime
   * v1.0.21
 
   [ Lucas Kanashiro ]
   * Import upstream version 1.0.21
   * debian/control: Increase debhelper version to 9
 
- -- Lucas Kanashiro <kanashiro at ghost>  Thu, 23 Jul 2015 21:17:50 -0300
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 23 Jul 2015 21:17:50 -0300
 
 carton (1.0.12-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



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