[DRE-commits] [rails] 33/44: debian/rules: adapt dh_clean call
Ondrej Sury
ondrej at moszumanska.debian.org
Wed Jul 16 15:04:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a commit to branch master
in repository rails.
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.git
More information about the Pkg-ruby-extras-commits
mailing list