--standalone probably not needed (bundler required anyway).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 8 Mar 2014 10:53:19 +0000 (11:53 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 8 Mar 2014 10:53:19 +0000 (11:53 +0100)
rocci-server/debian/rules

index ba51220..972583e 100755 (executable)
@@ -12,7 +12,7 @@ binary:
        dh $@
 
 build:
-       bundle install --deployment --standalone --without 'test development'
+       bundle install --deployment --without 'test development'
        dh $@
 
 override_dh_strip: