clean more last traces

This commit is contained in:
Juergen E. Fischer 2018-06-28 23:30:32 +02:00
parent 9fe26af8fa
commit 11faa58ef6
8 changed files with 11 additions and 27 deletions

12
debian/copyright vendored
View File

@ -166,9 +166,7 @@ Comment: Voronoi diagram calculator/ Delaunay triangulator
Steve Fortune's homepage: http://netlib.bell-labs.com/cm/cs/who/sjf/index.html
License: GPL-2+
Files: external//qwtpolar-0.1/*
external//qwtpolar-1.0/*
external//qwtpolar-1.1.1/*
Files: external/qwtpolar-1.1.1/*
Copyright: 2008, Uwe Rathmann
Comment: This library is free software; you can redistribute it and/or
modify it under the terms of the Qwt License, Version 1.0
@ -304,10 +302,10 @@ License: QT-Commercial or LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3
Files: src/providers/oracle/ocispatial/qsql_ocispatial.h
src/providers/oracle/ocispatial/qsqlcachedresult_p.h
src/providers/spatialite/qspatialite/qsql_spatialite.cpp
src/providers/spatialite/qspatialite/qsql_spatialite.h
src/providers/spatialite/qspatialite/qsqlcachedresult_p.h
src/providers/spatialite/qspatialite/smain.cpp
external/qspatialite/qsql_spatialite.cpp
external/qspatialite/qsql_spatialite.h
external/qspatialite/qsqlcachedresult_p.h
external/qspatialite/smain.cpp
Copyright: 2012, Digia Plc and/or its subsidiary(-ies)
License: QT-Commercial or LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3

View File

@ -43,7 +43,7 @@ for i in $FILES; do
author=volayaf
;;
src/app/gps/qwtpolar-*|src/app/qtmain_android.cpp|src/core/gps/qextserialport/*|lib/astyle/*)
src/app/qtmain_android.cpp)
# Skip third party files
echo "${i} skipped"
continue

View File

@ -85,7 +85,7 @@ astyleit() {
for f in "$@"; do
case "$f" in
src/app/gps/qwtpolar-*|src/core/gps/qextserialport/*|src/plugins/grass/qtermwidget/*|external/o2/*|external/astyle/*|python/ext-libs/*|src/providers/spatialite/qspatialite/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|*/ui_*.py|*.astyle|tests/testdata/*|editors/*)
src/plugins/grass/qtermwidget/*|external/o2/*|external/astyle/*|python/ext-libs/*|ui_*.py|*.astyle|tests/testdata/*|editors/*)
echo -ne "$f skipped $elcr"
continue
;;

View File

@ -74,11 +74,6 @@ for f in $MODIFIED; do
(( i++ )) || true
case "$f" in
src/core/gps/qextserialport/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|src/3d/poly2tri/*)
echo "$f" skipped
continue
;;
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py)
;;

View File

@ -30,14 +30,11 @@ FILE3="sort_include_3.tmp"
DoNotSort="(sqlite3.h)|(spatialite.h)"
for file in $(find . \
! -path "./src/app/gps/qwtpolar-*" \
! -path "./src/core/gps/qextserialport/*" \
! -path "./src/plugins/grass/qtermwidget/*" \
! -path "./src/astyle/*" \
! -path "./python/ext-libs/*" \
! -path "./src/providers/spatialite/qspatialite/*" \
! -path "./src/plugins/globe/osgEarthQt/*" \
! -path "./src/plugins/globe/osgEarthUtil/*" \
! -path "./external/astyle/*" \
! -path "./external/qwtpolar-*" \
! -path "./external/qspatialite/*" \
-regex "./src/\(.+/\)*.*\.\(h\|cpp\)" -type f \
-or -regex "./tests/\(.+/\)*.*\.\(h\|cpp\)" -type f )
do

View File

@ -14,7 +14,6 @@ src/app/gps/qwtpolar-1.0/
src/app/gps/qwtpolar-1.1.1/
src/core/pal
src/plugins/grass/qtermwidget/
src/3d/poly2tri/
#Extensions

View File

@ -57,7 +57,7 @@ true > $ASTYLEDIFF
# reformat
for f in $MODIFIED; do
case "$f" in
src/core/gps/qextserialport/*|src/plugins/grass/qtermwidget/*|external/astyle/*)
src/plugins/grass/qtermwidget/*|external/astyle/*)
echo $f skipped
continue
;;

View File

@ -36,11 +36,6 @@ for f in $FILES; do
echo "Checking $f" >>/tmp/ctest-important.log
case "$f" in
src/core/gps/qextserialport/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|src/3d/poly2tri/*|scripts/customwidget_template*)
echo "$f skipped"
continue
;;
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py)
;;