mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
debian packaging update
This commit is contained in:
parent
11d5b4cd03
commit
c72e881595
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,8 +4,9 @@ qgis (2.5.0) UNRELEASED; urgency=medium
|
||||
* add libqscintilla2-dev as build dependency
|
||||
* add remove sqlanywhere plugin and provider
|
||||
* drop support for ubuntu quantal and raring and add utopic
|
||||
* merge downstream debian changes
|
||||
|
||||
-- Jürgen E. Fischer <jef@norbit.de> Tue, 15 Jul 2014 09:09:52 +0200
|
||||
-- Jürgen E. Fischer <jef@norbit.de> Wed, 16 Jul 2014 09:09:57 +0200
|
||||
|
||||
qgis (2.4.0) unstable; urgency=medium
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
libqgis-core{QGIS_ABI}: no-symbols-control-file
|
||||
libqgis-core{QGIS_ABI}: shlib-calls-exit
|
@ -1 +0,0 @@
|
||||
libqgisgrass{QGIS_ABI}: no-symbols-control-file
|
1
debian/qgis-api-doc.links
vendored
Normal file
1
debian/qgis-api-doc.links
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/share/javascript/jquery/jquery.js usr/share/qgis/doc/api/html/jquery.js
|
1
debian/qgis-common.install
vendored
1
debian/qgis-common.install
vendored
@ -5,7 +5,6 @@ usr/share/qgis/doc/CONTRIBUTORS
|
||||
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
|
||||
|
@ -1 +0,0 @@
|
||||
qgis-plugin-globe-common: package-contains-broken-symlink usr/share/qgis/globe/world.tif ../../osgearth/data/world.tif
|
@ -1,2 +0,0 @@
|
||||
qgis-providers-common: privacy-breach-generic
|
||||
qgis-providers-common: extra-license-file
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -226,13 +226,15 @@ 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/api/html/jquery.js
|
||||
|
||||
# Don't include a copy of the world.tif also included in osgearth-data
|
||||
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/globe/world.tif
|
||||
|
||||
# remove extra license files
|
||||
-find $(CURDIR)/debian/tmp/usr/share/qgis/resources/cpt-city-qgis-min/ -name COPYING.xml -delete
|
||||
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/LICENSE
|
||||
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/python/plugins/db_manager/LICENSE
|
||||
|
||||
# Man pages are installed by dh_installman
|
||||
$(RM) $(CURDIR)/debian/tmp/usr/man/man1/qgis.1
|
||||
@ -257,7 +259,7 @@ override_dh_compress:
|
||||
dh_compress --exclude=pdf
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs -Xqgis-plugin-grass -- -c0 -v$(QGIS_VERSION)
|
||||
dh_makeshlibs -Xqgis-plugin-grass -Xlibqgis-customwidgets$(QGIS_ABI) -- -c0 -v$(QGIS_VERSION)
|
||||
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps -l/usr/lib/$(GRASS)/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user