[DRE-commits] [ruby-devise] 02/13: remove only required
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Jan 3 12:54:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-devise.
commit 76b57292058829312e37b3b4a7b662fb38f8affe
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Jan 3 15:57:01 2016 +0530
remove only required
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9b69bd4..b483875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_build:
"puts Devise::VERSION")/ debian/install
clean:
- rm -rf lib; # empty lib/devise is created during build
+ rmdir --ignore-fail-on-non-empty -p lib/devise/
if test -d debian/lib; then mv debian/lib .; fi
dh clean --buildsystem=ruby --with ruby
sed -i s/$$(ruby -r ./lib/devise/version -e \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-devise.git
More information about the Pkg-ruby-extras-commits
mailing list