[SCM] Debian packaging of Pinto CPAN distribution branch, master, updated. upstream/0.87-45-ga2a43d6

Oleg Gashev oleg at gashev.net
Fri Jul 26 20:38:51 UTC 2013


The following commit has been merged in the master branch:
commit a2a43d6a5578b5862277bc7ed5bca494629a969e
Author: Oleg Gashev <oleg at gashev.net>
Date:   Fri Jul 26 12:09:37 2013 -0400

    Fixed lintian warning: P: pinto: maintainer-script-without-set-e config.

diff --git a/debian/pinto.config b/debian/pinto.config
index 36b087e..3a3b3df 100644
--- a/debian/pinto.config
+++ b/debian/pinto.config
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 . /usr/share/debconf/confmodule
 

-- 
Debian packaging of Pinto CPAN distribution



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