[grass] 13/16: Remove empty files (class_graphical).
Bas Couwenberg
sebastic at debian.org
Fri Oct 28 14:16:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository grass.
commit 20880369165b065fa3ba536baa6b4b181ff435b0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 9 17:18:12 2016 +0200
Remove empty files (class_graphical).
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 46be788..f70c466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ grass (7.2.0~rc1-1) UNRELEASED; urgency=medium
- Rename MIT license shortname to Expat
* Add jquery.fixedheadertable.js to missing-sources.
* Use packaged jQuery in HTML documentation.
+ * Remove empty files (class_graphical).
-- Bas Couwenberg <sebastic at debian.org> Fri, 28 Oct 2016 12:44:55 +0200
diff --git a/debian/rules b/debian/rules
index f757956..c0377cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -210,6 +210,9 @@ install-arch-stamp:
mv "$$file" "$$dir" ; \
done < debian/grass-gui.image-file-in-usr-lib.list
+ # Remove empty files
+ find debian/tmp/ -type f -empty -name "class_graphical*" -print -delete
+
touch $@
override_dh_auto_install-indep: install-arch-stamp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list