[DRE-commits] [ruby-devise] 07/13: remove cleanup caused by applied patches

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 155b6c69db23c4f26d10870d0b95283ddd10ec50
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Jan 3 16:54:18 2016 +0530

    remove cleanup caused by applied patches
---
 debian/rules | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index b0ed3c8..66a4924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,15 +24,6 @@ override_dh_auto_build:
 	"puts Devise::VERSION")/ debian/install
 
 clean:
-	# Sometimes lib/devise/rails.rb and
-	# lib/generators/devise/install_generator.rb gets created
-	if test -d lib/devise && ! test -f lib/devise.rb; then rm -rf \
-	lib/devise/rails.rb; rmdir --ignore-fail-on-non-empty -p \
-	lib/devise; fi
-	if test -d lib/generators/devise && ! test -f lib/devise.rb; then \
-	rm -rf lib/generators/devise/install_generator.rb;\
-	rmdir --ignore-fail-on-non-empty -p lib/generators/devise; fi
-
 	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