[DRE-commits] [ruby-sinatra] 01/05: Revert "generate locales"
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Feb 24 18:19:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-sinatra.
commit 0690e6a276f2e2fc552a8e3bd9b7b020f1acbc85
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Feb 24 23:37:08 2016 +0530
Revert "generate locales"
This reverts commit 00e2a9095b42c949046ad0a420f8d4edd0c4b49d.
---
debian/rules | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 785ef39..8b6b1c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,8 @@ export DH_RUBY_IGNORE_TESTS=require-rubygems
#export DH_RUBY_GEMSPEC=sinatra.gemspec
%:
- mkdir -p debian/build/locale
- localedef -f UTF-8 -i en_US debian/build/locale/en_US.UTF-8
- LOCPATH=$(CURDIR)/debian/build/locale LC_ALL=en_US.UTF-8 dh $@ --buildsystem=ruby --with ruby
+ dh $@ --buildsystem=ruby --with ruby
override_dh_auto_clean:
- LOCPATH=$(CURDIR)/debian/build/locale LC_ALL=en_US.UTF-8 dh_auto_clean
- rm -rf debian/build/
+ dh_auto_clean
rm -fr $(CURDIR)/.sass-cache
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sinatra.git
More information about the Pkg-ruby-extras-commits
mailing list