[libtest-tempdir-perl] 07/12: Remove empty character in control statement

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Jul 30 15:50:53 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-tempdir-perl.

commit ff9101ade24a82137c9e8638d1e028a1af5dcbd9
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Jul 30 12:26:21 2015 -0300

    Remove empty character in control statement
    
    Silence lintian.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6767a50..ac4aee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libtest-tempdir-perl (0.10-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.10
+  * Remove empty character in control statement (silence lintian)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 30 Jul 2015 12:21:00 -0300
 
diff --git a/debian/control b/debian/control
index f628a95..d8a008f 100644
--- a/debian/control
+++ b/debian/control
@@ -36,8 +36,8 @@ Depends: ${misc:Depends},
          libsub-exporter-perl
 Description: Perl module that creates temporary files for testing
  Test::TempDir provides temporary directory creation with testing in mind. 
- . 
+ .
  The differences between this module and File::Temp are:
-  - prevent race conditions when running parallel tests harness
-  - empty directory before running tests
-  - files are not cleaned at the end of the tests if they fail
+  * prevent race conditions when running parallel tests harness
+  * empty directory before running tests
+  * files are not cleaned at the end of the tests if they fail

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



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