Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -18,4 +18,7 @@ usr/share/qgis/i18n/* |
|
|
usr/share/qgis/images/* |
|
|
usr/share/qgis/resources/spatialite.db |
|
|
usr/share/qgis/resources/themes/* |
|
|
usr/share/qgis/resources/data/* |
|
|
usr/share/qgis/resources/metadata-ISO/* |
|
|
usr/share/qgis/resources/2to3migration.txt |
|
|
usr/share/qgis/qgis_global_settings.ini |
|
@@ -266,6 +266,9 @@ override_dh_auto_install: |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/LICENSE |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/python/plugins/db_manager/LICENSE |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/python/plugins/MetaSearch/LICENSE.txt |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/bin/qgis_wcstest |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/bin/qgis_bench |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/resources/wcs-servers.json |
|
|
|
|
|
# Man pages are installed by dh_installman |
|
|
$(RM) $(CURDIR)/debian/tmp/usr/man/man1/qgis.1 |
|
|
|
@@ -388,6 +388,9 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERS |
|
|
"apps/%PACKAGENAME%/python/" ^ |
|
|
"apps/%PACKAGENAME%/resources/customization.xml" ^ |
|
|
"apps/%PACKAGENAME%/resources/themes/" ^ |
|
|
"apps/%PACKAGENAME%/resources/data/" ^ |
|
|
"apps/%PACKAGENAME%/resources/metadata-ISO/" ^ |
|
|
"apps/%PACKAGENAME%/resources/2to3migration.txt" ^ |
|
|
"bin/%PACKAGENAME%.bat.tmpl" ^ |
|
|
"bin/%PACKAGENAME%-designer.bat.tmpl" ^ |
|
|
"etc/postinstall/%PACKAGENAME%.bat" ^ |
|
|
|
@@ -5,6 +5,7 @@ INSTALL(FILES qgis_global_settings.ini |
|
|
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources) |
|
|
INSTALL(DIRECTORY themes DESTINATION ${QGIS_DATA_DIR}/resources) |
|
|
INSTALL(DIRECTORY data DESTINATION ${QGIS_DATA_DIR}/resources) |
|
|
INSTALL(DIRECTORY metadata-ISO DESTINATION ${QGIS_DATA_DIR}/resources) |
|
|
|
|
|
IF (WITH_SERVER) |
|
|
INSTALL(DIRECTORY server DESTINATION ${QGIS_DATA_DIR}/resources) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This comment has been minimized.
4abac93
@jef-n , thanks, that'll make a bunch of people happy😄