Skip to content

Commit

Permalink
debian packaging update: include LICENSE (fixes #8712)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 22, 2014
1 parent 422148c commit c8375f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions debian/qgis-common.install
@@ -1,18 +1,19 @@
usr/share/qgis/doc/AUTHORS
usr/share/qgis/doc/CODING
usr/share/qgis/doc/CODING.html
usr/share/qgis/doc/favicon.ico
usr/share/qgis/doc/index.html
usr/share/qgis/doc/style.css
usr/share/qgis/doc/AUTHORS
usr/share/qgis/doc/SPONSORS
usr/share/qgis/doc/CONTRIBUTORS
usr/share/qgis/doc/TRANSLATORS
usr/share/qgis/doc/DONORS
usr/share/qgis/doc/INSTALL
usr/share/qgis/doc/INSTALL.html
usr/share/qgis/doc/LICENSE
usr/share/qgis/doc/SPONSORS
usr/share/qgis/doc/TRANSLATORS
usr/share/qgis/doc/favicon.ico
usr/share/qgis/doc/images
usr/share/qgis/doc/index.html
usr/share/qgis/doc/news
usr/share/qgis/doc/news.html
usr/share/qgis/doc/images
usr/share/qgis/doc/style.css
usr/share/qgis/i18n/*
usr/share/qgis/images/*
usr/share/qgis/resources/spatialite.db
1 change: 0 additions & 1 deletion debian/rules
Expand Up @@ -227,7 +227,6 @@ override_dh_install:
# remove unwanted files
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/api/installdox
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/api/jquery.js
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/LICENCE

# Don't include a copy of the world.tif also included in osgearth-data
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/globe/world.tif
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/CMakeLists.txt
@@ -1,7 +1,7 @@
ADD_SUBDIRECTORY(db_plugins)
ADD_SUBDIRECTORY(icons)

FILE(GLOB OTHER_FILES LICENCE README TODO)
FILE(GLOB OTHER_FILES LICENSE README TODO)
FILE(GLOB PY_FILES *.py)

FILE(GLOB UI_FILES ui/*.ui)
Expand Down

0 comments on commit c8375f5

Please sign in to comment.