[grass] 13/13: Remove empty files (class_graphical).
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 9 16:24:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master-svn
in repository grass.
commit 59838e335aed53ad24a45f6df7306fb12462d192
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 8f94f22..59977be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ grass (7.1.svn20160409-1) UNRELEASED; urgency=medium
* Add patch to fix various spelling errors.
* Use packaged jQuery in HTML documentation.
* Add jquery.fixedheadertable.js to missing-sources.
+ * Remove empty files (class_graphical).
-- Bas Couwenberg <sebastic at debian.org> Sat, 09 Apr 2016 12:50:12 +0200
diff --git a/debian/rules b/debian/rules
index 1b8f16c..f9b3977 100755
--- a/debian/rules
+++ b/debian/rules
@@ -275,6 +275,9 @@ install-arch-stamp:
mkdir -p debian/tmp/usr/share/$(BASE_NAME)/gui/wxpython/vdigit
mv debian/tmp/usr/lib/$(BASE_NAME)/gui/wxpython/vdigit/vdigit_toolbar.jpg debian/tmp/usr/share/$(BASE_NAME)/gui/wxpython/vdigit/
+ # 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