Skip to content

Commit c72e881

Browse files
committedJul 16, 2014
debian packaging update
1 parent 11d5b4c commit c72e881

8 files changed

+7
-10
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ qgis (2.5.0) UNRELEASED; urgency=medium
44
* add libqscintilla2-dev as build dependency
55
* add remove sqlanywhere plugin and provider
66
* drop support for ubuntu quantal and raring and add utopic
7+
* merge downstream debian changes
78

8-
-- Jürgen E. Fischer <jef@norbit.de> Tue, 15 Jul 2014 09:09:52 +0200
9+
-- Jürgen E. Fischer <jef@norbit.de> Wed, 16 Jul 2014 09:09:57 +0200
910

1011
qgis (2.4.0) unstable; urgency=medium
1112

‎debian/libqgis-core{QGIS_ABI}.lintian-overrides

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎debian/libqgisgrass{QGIS_ABI}.lintian-overrides

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎debian/qgis-api-doc.links

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/share/javascript/jquery/jquery.js usr/share/qgis/doc/api/html/jquery.js

‎debian/qgis-common.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ usr/share/qgis/doc/CONTRIBUTORS
55
usr/share/qgis/doc/DONORS
66
usr/share/qgis/doc/INSTALL
77
usr/share/qgis/doc/INSTALL.html
8-
usr/share/qgis/doc/LICENSE
98
usr/share/qgis/doc/SPONSORS
109
usr/share/qgis/doc/TRANSLATORS
1110
usr/share/qgis/doc/favicon.ico

‎debian/qgis-plugin-globe-common.lintian-override

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎debian/qgis-providers-common.lintian-overrides

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎debian/rules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,15 @@ override_dh_install:
226226

227227
# remove unwanted files
228228
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/api/installdox
229-
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/api/jquery.js
229+
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/api/html/jquery.js
230230

231231
# Don't include a copy of the world.tif also included in osgearth-data
232232
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/globe/world.tif
233233

234234
# remove extra license files
235235
-find $(CURDIR)/debian/tmp/usr/share/qgis/resources/cpt-city-qgis-min/ -name COPYING.xml -delete
236+
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/doc/LICENSE
237+
$(RM) $(CURDIR)/debian/tmp/usr/share/qgis/python/plugins/db_manager/LICENSE
236238

237239
# Man pages are installed by dh_installman
238240
$(RM) $(CURDIR)/debian/tmp/usr/man/man1/qgis.1
@@ -257,7 +259,7 @@ override_dh_compress:
257259
dh_compress --exclude=pdf
258260

259261
override_dh_makeshlibs:
260-
dh_makeshlibs -Xqgis-plugin-grass -- -c0 -v$(QGIS_VERSION)
262+
dh_makeshlibs -Xqgis-plugin-grass -Xlibqgis-customwidgets$(QGIS_ABI) -- -c0 -v$(QGIS_VERSION)
261263

262264
override_dh_shlibdeps:
263265
dh_shlibdeps -l/usr/lib/$(GRASS)/lib

0 commit comments

Comments
 (0)
Please sign in to comment.