[gmt] 01/04: Fix removal of empty directory.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 26 18:06:53 UTC 2015


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

sebastic pushed a commit to branch master
in repository gmt.

commit 0b7ea2e459b7387fd80607463c8396c5e499165f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 26 17:47:22 2015 +0200

    Fix removal of empty directory.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0287a21..ff5e1b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gmt (5.1.2+dfsg1-1~exp2) UNRELEASED; urgency=medium
+
+  * Fix removal of empty directory.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 26 Jun 2015 17:46:38 +0200
+
 gmt (5.1.2+dfsg1-1~exp1) experimental; urgency=medium
 
   [ Francesco Paolo Lovergine ]
diff --git a/debian/rules b/debian/rules
index feaafc6..e78ef68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ override_dh_auto_install:
 	      debian/tmp/usr/share/doc/gmt/html/_static/underscore.js
 
 	# Remove empty directory
-	rmdir debian/tmp/usr/share/doc/gmt/html/_images/math/
+	rm -rfv debian/tmp/usr/share/doc/gmt/html/_images/math/
 
 	# Fix bash-completion installation
 	mkdir -p debian/tmp/usr/share/bash-completion/completions

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



More information about the Pkg-grass-devel mailing list