Skip to content

Commit

Permalink
debian packaging update (partly reverts 245659f; fixes #13981)
Browse files Browse the repository at this point in the history
(cherry picked from commit 24a61ff)
  • Loading branch information
jef-n committed Dec 14, 2015
1 parent 3383729 commit 002e233
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions debian/rules
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -190,14 +190,9 @@ cleantemplates:
$(MAKE) -f debian/rules templateclean $(MAKE) -f debian/rules templateclean
$(MAKE) -f debian/rules debian/control debian/compat $(MAKE) -f debian/rules debian/control debian/compat


build: ; binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:

binary binary-arch binary-indep build-arch build-indep clean install install-arch install-indep:
dh $@ --with python2 --parallel --builddirectory=$(QGIS_BUILDDIR) dh $@ --with python2 --parallel --builddirectory=$(QGIS_BUILDDIR)


override_dh_auto_build-arch:
dh_auto_build

override_dh_clean: cleantemplates override_dh_clean: cleantemplates
dh_clean dh_clean


Expand All @@ -207,10 +202,12 @@ override_dh_clean: cleantemplates


-$(RM) -r $(CURDIR)/$(QGIS_BUILDDIR)/ -$(RM) -r $(CURDIR)/$(QGIS_BUILDDIR)/


override_dh_auto_configure-arch: templates override_dh_auto_configure: templates
dh_auto_configure -- $(CMAKE_OPTS) dh_auto_configure -- $(CMAKE_OPTS)


override_dh_auto_test-arch: override_dh_auto_test: test-stamp

test-stamp:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Code to run the package test suite - and ignore the outcome for now # Code to run the package test suite - and ignore the outcome for now
mkdir -p debian/tmp/locale/ mkdir -p debian/tmp/locale/
Expand All @@ -223,14 +220,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
else else
@echo Skipping tests. @echo Skipping tests.
endif endif
touch test-stamp


override_dh_auto_configure-indep: ; override_dh_auto_install:
override_dh_auto_test-indep: ;
override_dh_auto_install-indep: ;
override_dh_auto_build-indep: ;
override_dh_install-indep: ;

override_dh_auto_install-arch:
dh_auto_install dh_auto_install


# Install menu pixmap # Install menu pixmap
Expand Down Expand Up @@ -284,7 +276,7 @@ override_dh_auto_install-arch:
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser


override_dh_install-arch: override_dh_install:
# Don't ship srs.db, automatically updated in postinst with crssync # Don't ship srs.db, automatically updated in postinst with crssync
mv $(CURDIR)/debian/tmp/usr/share/qgis/resources/srs.db $(CURDIR)/debian/tmp/usr/share/qgis/resources/srs-template.db mv $(CURDIR)/debian/tmp/usr/share/qgis/resources/srs.db $(CURDIR)/debian/tmp/usr/share/qgis/resources/srs-template.db


Expand Down

0 comments on commit 002e233

Please sign in to comment.