Skip to content

Commit

Permalink
packaging: include oauth2 method and opencl programs
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 22, 2018
1 parent 9dd1406 commit f27c7ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Description: Geographic Information System (GIS)
Package: qgis-common
Architecture: all
Depends:
libjs-jquery,
libjs-leaflet,
libjs-jquery,
libjs-leaflet,
#sid buster bionic cosmic# qml-module-qtcharts,
${misc:Depends}
${misc:Depends}
Description: QGIS - architecture-independent data
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/qgis-common.install
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ usr/share/qgis/resources/palettes/*
usr/share/qgis/resources/themes/*
usr/share/qgis/resources/data/*
usr/share/qgis/resources/metadata-ISO/*
usr/share/qgis/resources/opencl_programs/*
usr/share/qgis/resources/2to3migration.txt
usr/share/qgis/resources/qgis_global_settings.ini
1 change: 1 addition & 0 deletions debian/qgis.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ usr/lib/qgis/plugins/libevis.so
usr/lib/qgis/plugins/libofflineeditingplugin.so
usr/lib/qgis/plugins/libtopolplugin.so
usr/lib/qgis/plugins/libgeometrycheckerplugin.so
usr/lib/qgis/plugins/liboauth2authmethod.so
usr/share/applications/
usr/share/metainfo/
usr/share/mime/packages/
Expand Down
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ for %%i in (%packages%) do (
"apps/%PACKAGENAME%/plugins/arcgismapserverprovider.dll" ^
"apps/%PACKAGENAME%/plugins/arcgisfeatureserverprovider.dll" ^
"apps/%PACKAGENAME%/plugins/mdalprovider.dll" ^
"apps/%PACKAGENAME%/plugins/oauth2authmethod.dll" ^
"apps/%PACKAGENAME%/resources/qgis.db" ^
"apps/%PACKAGENAME%/resources/spatialite.db" ^
"apps/%PACKAGENAME%/resources/srs.db" ^
Expand Down Expand Up @@ -399,6 +400,7 @@ if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAG
"apps/%PACKAGENAME%/resources/themes/" ^
"apps/%PACKAGENAME%/resources/data/" ^
"apps/%PACKAGENAME%/resources/metadata-ISO/" ^
"apps/%PACKAGENAME%/resources/opencl_programs/" ^
"apps/%PACKAGENAME%/resources/palettes/" ^
"apps/%PACKAGENAME%/resources/2to3migration.txt" ^
"apps/%PACKAGENAME%/resources/qgis_global_settings.ini" ^
Expand Down

0 comments on commit f27c7ca

Please sign in to comment.