[SCM] primesense-nite-nonfree/master: suppress pedantic lintian error: shell-script-fails-syntax-check

eighthave at users.alioth.debian.org eighthave at users.alioth.debian.org
Tue May 21 20:01:22 UTC 2013


The following commit has been merged in the master branch:
commit 89ffcd2ea41f87389cf3d72a5bb84016a9cae82d
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue May 21 14:37:50 2013 -0400

    suppress pedantic lintian error: shell-script-fails-syntax-check
    
    lintian is falsely thinking that this prerm script is just some random
    script.  It'll be later included in a Debian package generated by this
    package.  Adding an 'echo' suppresses the error.

diff --git a/nite_debian_dir/prerm b/nite_debian_dir/prerm
index f93b70c..56446e7 100644
--- a/nite_debian_dir/prerm
+++ b/nite_debian_dir/prerm
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 if [ "$1" = "configure" ]; then
+    echo # this is here to stop lintian shell-script-fails-syntax-check
 	#RMREGISTRATION#
 fi
 

-- 
primesense-nite-nonfree packaging



More information about the pkg-multimedia-commits mailing list