File: 2001_dont-check-whitespaces-in-debian-subfolder.patch

package info (click to toggle)
lomiri-thumbnailer 3.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,724 kB
  • sloc: cpp: 12,866; python: 394; ansic: 170; xml: 151; sh: 30; makefile: 27
file content (12 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Don't scan debian/ for whitespace flaws. Not upstream's business.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: <not-required> (Debian specific)

--- a/tests/whitespace/CMakeLists.txt
+++ b/tests/whitespace/CMakeLists.txt
@@ -6,4 +6,5 @@
   ${CMAKE_CURRENT_SOURCE_DIR}/check_whitespace.py
   ${CMAKE_SOURCE_DIR}
   ${CMAKE_BINARY_DIR}
+  ${CMAKE_SOURCE_DIR}/debian
 )