Commit 81e8bef0db60236f3c6f82e21a5ff1b4106cb6ae
1 parent
d5b1b9d8
Exists in
master
and in
29 other branches
debian: Remove test and cucumber sections from Gemfile
Showing
4 changed files
with
9 additions
and
6 deletions
Show diff stats
debian/bundle/config
debian/noosfero.install
@@ -7,9 +7,6 @@ util usr/share/noosfero | @@ -7,9 +7,6 @@ util usr/share/noosfero | ||
7 | Rakefile usr/share/noosfero | 7 | Rakefile usr/share/noosfero |
8 | vendor usr/share/noosfero | 8 | vendor usr/share/noosfero |
9 | 9 | ||
10 | -Gemfile usr/share/noosfero | ||
11 | -debian/bundle/config usr/share/noosfero/.bundle | ||
12 | - | ||
13 | config/application.rb usr/share/noosfero/config | 10 | config/application.rb usr/share/noosfero/config |
14 | config/boot.rb usr/share/noosfero/config | 11 | config/boot.rb usr/share/noosfero/config |
15 | config/environment.rb usr/share/noosfero/config | 12 | config/environment.rb usr/share/noosfero/config |
debian/rules
@@ -20,6 +20,10 @@ override_dh_link: | @@ -20,6 +20,10 @@ override_dh_link: | ||
20 | dh_link usr/lib/noosfero/dbinstall usr/share/dbconfig-common/scripts/noosfero/install/$$db; \ | 20 | dh_link usr/lib/noosfero/dbinstall usr/share/dbconfig-common/scripts/noosfero/install/$$db; \ |
21 | done | 21 | done |
22 | 22 | ||
23 | +override_dh_auto_install: | ||
24 | + dh_auto_install | ||
25 | + debian/filter-gemfile > $(CURDIR)/debian/noosfero/usr/share/noosfero/Gemfile | ||
26 | + | ||
23 | override_dh_installinit: | 27 | override_dh_installinit: |
24 | dh_installinit -pnoosfero --onlyscripts | 28 | dh_installinit -pnoosfero --onlyscripts |
25 | 29 |