[postgis] 01/01: Don't include desktop file & application icons in scripts package.

Bas Couwenberg sebastic at debian.org
Fri Jun 24 22:31:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit b9f0e832f6bef2e9844ce1b308087d36ee39afdf
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 25 00:09:03 2016 +0200

    Don't include desktop file & application icons in scripts package.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 16f576b..fc42cc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.2.2+dfsg-4) UNRELEASED; urgency=medium
+
+  * Don't include desktop file & application icons in scripts package.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 25 Jun 2016 00:08:50 +0200
+
 postgis (2.2.2+dfsg-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/debian/rules b/debian/rules
index 4f08f9a..2b7a7b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -269,6 +269,10 @@ install-indep: build-indep
 			$(CURDIR)/debian/postgresql-$$PGVER-postgis-2.2-scripts/usr/share/postgresql/$$PGVER/extension; \
 	done)
 
+#	Don't include desktop file & application icons in scripts package
+	rm -rf debian/postgresql-*-postgis-*-scripts/usr/share/postgresql/*/applications
+	rm -rf debian/postgresql-*-postgis-*-scripts/usr/share/postgresql/*/icons
+
 install-arch: build-arch
 	dh_testdir
 	dh_testroot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list