lists.arthurdejong.org
RSS feed

cvsd commit: MODIFIED: . ...

[Date Prev][Date Next] [Thread Prev][Thread Next]

cvsd commit: MODIFIED: . ...



User: arthur
Date: 24/11/09 19:22:50

Modified:    . lintian-overrides
Log:
have lintian ignore our shell detection code


Revision  Changes    Path
1.3       +2 -0      cvsd/debian/lintian-overrides

Index: lintian-overrides
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/lintian-overrides,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- lintian-overrides   9 Nov 2024 18:18:42 -0000       1.2
+++ lintian-overrides   9 Nov 2024 18:22:50 -0000       1.3
@@ -12,3 +12,5 @@
 cvsd: unused-debconf-template cvsd/limit_pthreads [templates:1034]
 cvsd: unused-debconf-template cvsd/limit_stacksize [templates:904]
 cvsd: unused-debconf-template cvsd/limit_virtmem [templates:969]
+# our shell script uses a non-POSIX expression to detect the shell flavour
+cvsd: bash-term-in-posix-shell '`echo "testing\c"' [usr/sbin/cvsd-buildroot:77]