[DRE-commits] [rails-4.0] 01/01: debian/rules: adapt dh_clean call

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Jan 16 12:05:15 UTC 2014


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

terceiro pushed a commit to branch master
in repository rails-4.0.

commit 036cbd9bcf62c940d91da13569d25f02937e3714
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jan 16 13:01:54 2014 +0100

    debian/rules: adapt dh_clean call
    
    also remove unused variable UPSTREAM_PACKAGES
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d01dccb..c957c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,11 +11,13 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
-UPSTREAM_PACKAGES=actionmailer activerecord activemodel activesupport railties actionpack
-
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
 overrride_dh_auto_build:
 	racc -o actionpack/lib/action_dispatch/journey/parser.rb \
 		actionpack/lib/action_dispatch/journey/parser.y
+
+override_dh_clean:
+	dh_clean -X~ -X.bak
+	$(RM) -r railties/guides/output

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



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