mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
clean more last traces
This commit is contained in:
parent
9fe26af8fa
commit
11faa58ef6
12
debian/copyright
vendored
12
debian/copyright
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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)
|
||||
;;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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)
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user