[libcatmandu-perl] 11/11: Fix strip trailing space.

Jonas Smedegaard dr at jones.dk
Sat May 17 09:12:38 UTC 2014


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

js pushed a commit to branch master
in repository libcatmandu-perl.

commit 05e11668729ec57fb8fa5850dae7c76f42a3bc25
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 17 11:12:20 2014 +0200

    Fix strip trailing space.
---
 debian/control.in | 2 +-
 debian/rules      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index ea2909c..f62e067 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,7 @@ Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Description: metadata toolkit
  Catmandu provides a suite of Perl modules to ease the import,
  storage, retrieval, export and transformation of metadata
- records. 
+ records.
  .
  Combine Catmandu modules with web application frameworks
  such as PSGI/Plack, document stores such as MongoDB or CouchDB and
diff --git a/debian/rules b/debian/rules
index e55a93c..c0cf606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ perl-deps += namespace-clean text-csv
 deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
 
 # Test dependencies
-perl-deps-test = test-exception 
+perl-deps-test = test-exception
 deps-test = $(patsubst %,$(comma) lib%-perl, $(perl-deps-test))
 
 CDBS_BUILD_DEPENDS += $(deps), $(deps-test)

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



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