[DRE-commits] [ruby-prawn] 09/10: do not move around spec/data: doesn't exist any more
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Apr 14 23:07:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-prawn.
commit 3651b1ad6dd1798e8888fcff2d6906965ffedb98
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Apr 15 01:00:03 2014 +0200
do not move around spec/data: doesn't exist any more
---
debian/rules | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 565bf1b..83f9410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@
override_dh_auto_install:
# copy specs' data to data dir in order to install them correctly to run the specs
- cp -R spec/data/ data/spec
# install manually and temporarily data
mkdir -p debian/ruby-prawn/usr/share/ruby-prawn
cp -R data/* debian/ruby-prawn/usr/share/ruby-prawn
@@ -25,7 +24,6 @@ override_dh_auto_install:
ruby -I "debian/ruby-prawn/usr/lib/ruby/vendor_ruby" manual/manual/manual.rb
# remove the copy of data in debian/ruby-prawn (will be reinstalled by dh_install)
rm -rf debian/ruby-prawn/usr/share/ruby-prawn
- rm -rf data/spec
override_dh_auto_clean:
# remove the copy of spec/data in data/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git
More information about the Pkg-ruby-extras-commits
mailing list