[Git][debian-gis-team/gpxsee][master] Reorder the overrides in order of execution

Luboš Novák gitlab at salsa.debian.org
Tue Dec 11 14:59:02 GMT 2018


Luboš Novák pushed to branch master at Debian GIS Project / gpxsee


Commits:
d616768e by Luboš Novák at 2018-12-11T14:58:09Z
Reorder the overrides in order of execution

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -13,6 +13,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 %:
 	dh $@ --buildsystem=qmake
 
+override_dh_clean:
+	dh_clean
+	rm -f lang/*.qm
+
 override_dh_auto_build:
 	dh_auto_build
 	lrelease gpxsee.pro
@@ -24,6 +28,3 @@ override_dh_install:
 	mkdir -p debian/gpxsee/usr/share/metainfo
 	cp pkg/appdata.xml debian/gpxsee/usr/share/metainfo/gpxsee.appdata.xml
 
-override_dh_clean:
-	dh_clean
-	rm -f lang/*.qm



View it on GitLab: https://salsa.debian.org/debian-gis-team/gpxsee/commit/d616768e5b81985fd90e0798485a05fc07842346

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gpxsee/commit/d616768e5b81985fd90e0798485a05fc07842346
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181211/2fa9a9a4/attachment-0001.html>


More information about the Pkg-grass-devel mailing list