[DRE-commits] [ruby-tilt] 07/07: remove .sass-cache on clean

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Feb 23 15:40:35 UTC 2014


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

terceiro pushed a commit to branch master
in repository ruby-tilt.

commit eb0ea78cbed2565b24bbeb9756ef364f0af8a6b3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Feb 23 12:36:35 2014 -0300

    remove .sass-cache on clean
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..df2acf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	rm -rf .sass-cache/
+	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tilt.git



More information about the Pkg-ruby-extras-commits mailing list