[DRE-commits] [diaspora] 09/257: skip installing debian

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:16:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora.

commit bc65f8ae9de9e4d25be11d3aa35684e100a8a06b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Apr 25 18:17:44 2014 +0530

    skip installing debian
---
 Gemfile        |  76 ++-------
 Gemfile.lock   | 527 ---------------------------------------------------------
 debian/install |   1 -
 3 files changed, 12 insertions(+), 592 deletions(-)

diff --git a/Gemfile b/Gemfile
index 3f0c29e..cf9beed 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gem 'rails', '3.2.17'
 
 # Appserver
 
-gem 'unicorn', '4.8.0', :require => false
+gem 'unicorn', '>= 4.8.0', :require => false
 
 # API and JSON
 
@@ -13,7 +13,7 @@ gem 'json',        '1.8.1'
 
 # Authentication
 
-gem 'devise', '3.2.2'
+gem 'devise', '>= 3.2.2'
 
 # Captcha
 
@@ -21,8 +21,8 @@ gem 'galetahub-simple_captcha', '0.1.5', :require => 'simple_captcha'
 
 # Background processing
 
-gem 'sidekiq', '2.17.2'
-gem 'sinatra', '1.3.3'
+gem 'sidekiq', '>= 2.17.2'
+gem 'sinatra', '>= 1.3.3'
 
 # Configuration
 
@@ -30,35 +30,35 @@ gem 'configurate', '0.0.8'
 
 # Cross-origin resource sharing
 
-gem 'rack-cors', '0.2.8', :require => 'rack/cors'
+gem 'rack-cors', '>= 0.2.8', :require => 'rack/cors'
 
 # Database
 
 ENV['DB'] ||= 'mysql'
 
-gem 'mysql2', '0.3.14' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
+gem 'mysql2', '>= 0.3.14' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
 gem 'pg',     '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
 
-gem 'activerecord-import', '0.3.1'
+gem 'activerecord-import', '>= 0.3.1'
 gem 'foreigner',           '1.6.1'
 
 # File uploading
 
-gem 'carrierwave', '0.9.0'
-gem 'fog',         '1.19.0'
+gem 'carrierwave', '>= 0.9.0'
+gem 'fog',         '>= 1.19.0'
 gem 'mini_magick', '3.7.0'
 gem 'remotipart',  '1.2.1'
 
 # Localization
 
-gem 'http_accept_language', '1.0.2'
+gem 'http_accept_language', '>= 1.0.2'
 gem 'i18n-inflector-rails', '1.0.7'
-gem 'rails-i18n',           '0.7.4'
+gem 'rails-i18n',           '>= 0.7.4'
 
 # Mail
 
 gem 'markerb',             '1.0.1'
-gem 'messagebus_ruby_api', '1.0.3'
+gem 'messagebus_ruby_api', '>= 1.0.3'
 
 # Parsing
 
@@ -165,55 +165,3 @@ group :production do # we don't install these on travis to speed up test runs
 
   gem 'asset_sync', '1.0.0', :require => false
 end
-
-group :development do
-  # Comparison images
-
-  gem 'rmagick', '2.13.2', :require => false
-
-  # Automatic test runs
-
-  gem 'guard-cucumber', '1.4.1'
-  gem 'guard-rspec',    '4.2.4'
-  gem 'rb-fsevent',     '0.9.4', :require => false
-  gem 'rb-inotify',     '0.9.3', :require => false
-
-  # Preloading environment
-
-  gem 'guard-spork', '1.5.1'
-  gem 'spork',       '1.0.0rc4'
-end
-
-group :test do
-  # RSpec (unit tests, some integration tests)
-
-  gem 'fixture_builder',   '0.3.6'
-  gem 'fuubar',            '1.3.2'
-  gem 'rspec-instafail',   '0.2.4', :require => false
-  gem 'test_after_commit', '0.2.2'
-
-  # Cucumber (integration tests)
-
-  gem 'capybara',           '2.2.1'
-  gem 'database_cleaner',   '1.2.0'
-  gem 'selenium-webdriver', '2.39.0'
-
-  # General helpers
-
-  gem 'factory_girl_rails', '4.3.0'
-  gem 'timecop',            '0.7.1'
-  gem 'webmock',            '1.16.1', :require => false
-end
-
-
-group :development, :test do
-  # RSpec (unit tests, some integration tests)
-  gem "rspec-rails",     '2.14.1'
-
-  # Cucumber (integration tests)
-  gem 'cucumber-rails',     '1.4.0', :require => false
-
-  # Jasmine (client side application tests (JS))
-  gem 'jasmine', '1.3.2'
-  gem 'sinon-rails',	    '1.7.3'
-end
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index e24bf53..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,527 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    actionmailer (3.2.17)
-      actionpack (= 3.2.17)
-      mail (~> 2.5.4)
-    actionpack (3.2.17)
-      activemodel (= 3.2.17)
-      activesupport (= 3.2.17)
-      builder (~> 3.0.0)
-      erubis (~> 2.7.0)
-      journey (~> 1.0.4)
-      rack (~> 1.4.5)
-      rack-cache (~> 1.2)
-      rack-test (~> 0.6.1)
-      sprockets (~> 2.2.1)
-    activemodel (3.2.17)
-      activesupport (= 3.2.17)
-      builder (~> 3.0.0)
-    activerecord (3.2.17)
-      activemodel (= 3.2.17)
-      activesupport (= 3.2.17)
-      arel (~> 3.0.2)
-      tzinfo (~> 0.3.29)
-    activerecord-import (0.3.1)
-      activerecord (~> 3.0)
-    activeresource (3.2.17)
-      activemodel (= 3.2.17)
-      activesupport (= 3.2.17)
-    activesupport (3.2.17)
-      i18n (~> 0.6, >= 0.6.4)
-      multi_json (~> 1.0)
-    acts-as-taggable-on (2.4.1)
-      rails (>= 3, < 5)
-    acts_as_api (0.4.2)
-      activemodel (>= 3.0.0)
-      activesupport (>= 3.0.0)
-      rack (>= 1.1.0)
-    addressable (2.3.5)
-    arel (3.0.3)
-    asset_sync (1.0.0)
-      activemodel
-      fog (>= 1.8.0)
-    atomic (1.1.14)
-    backbone-on-rails (1.1.0.0)
-      eco
-      ejs
-      jquery-rails
-      rails (>= 3.1)
-    bcrypt-ruby (3.1.2)
-    bootstrap-sass (2.2.2.0)
-      sass (~> 3.2)
-    builder (3.0.4)
-    capybara (2.2.1)
-      mime-types (>= 1.16)
-      nokogiri (>= 1.3.3)
-      rack (>= 1.0.0)
-      rack-test (>= 0.5.4)
-      xpath (~> 2.0)
-    carrierwave (0.9.0)
-      activemodel (>= 3.2.0)
-      activesupport (>= 3.2.0)
-      json (>= 1.7)
-    celluloid (0.15.2)
-      timers (~> 1.1.0)
-    childprocess (0.3.9)
-      ffi (~> 1.0, >= 1.0.11)
-    chunky_png (1.2.9)
-    client_side_validations (3.2.6)
-    coderay (1.1.0)
-    coffee-rails (3.2.2)
-      coffee-script (>= 2.2.0)
-      railties (~> 3.2.0)
-    coffee-script (2.2.0)
-      coffee-script-source
-      execjs
-    coffee-script-source (1.6.3)
-    compass (0.12.2)
-      chunky_png (~> 1.2)
-      fssm (>= 0.2.7)
-      sass (~> 3.1)
-    compass-rails (1.0.3)
-      compass (>= 0.12.2, < 0.14)
-    configurate (0.0.8)
-    connection_pool (1.2.0)
-    crack (0.4.1)
-      safe_yaml (~> 0.9.0)
-    cucumber (1.3.10)
-      builder (>= 2.1.2)
-      diff-lcs (>= 1.1.3)
-      gherkin (~> 2.12)
-      multi_json (>= 1.7.5, < 2.0)
-      multi_test (>= 0.0.2)
-    cucumber-rails (1.4.0)
-      capybara (>= 1.1.2)
-      cucumber (>= 1.2.0)
-      nokogiri (>= 1.5.0)
-      rails (>= 3.0.0)
-    database_cleaner (1.2.0)
-    devise (3.2.2)
-      bcrypt-ruby (~> 3.0)
-      orm_adapter (~> 0.1)
-      railties (>= 3.2.6, < 5)
-      thread_safe (~> 0.1)
-      warden (~> 1.2.3)
-    diff-lcs (1.2.5)
-    eco (1.0.0)
-      coffee-script
-      eco-source
-      execjs
-    eco-source (1.1.0.rc.1)
-    ejs (1.1.1)
-    entypo-rails (2.0.2)
-      railties (>= 3.1, <= 5)
-    erubis (2.7.0)
-    ethon (0.6.2)
-      ffi (>= 1.3.0)
-      mime-types (~> 1.18)
-    excon (0.31.0)
-    execjs (1.4.0)
-      multi_json (~> 1.0)
-    factory_girl (4.3.0)
-      activesupport (>= 3.0.0)
-    factory_girl_rails (4.3.0)
-      factory_girl (~> 4.3.0)
-      railties (>= 3.0.0)
-    faraday (0.8.9)
-      multipart-post (~> 1.2.0)
-    faraday_middleware (0.9.0)
-      faraday (>= 0.7.4, < 0.9)
-    ffi (1.9.3)
-    fixture_builder (0.3.6)
-      activerecord (>= 2)
-      activesupport (>= 2)
-    fog (1.19.0)
-      builder
-      excon (~> 0.31.0)
-      formatador (~> 0.2.0)
-      mime-types
-      multi_json (~> 1.0)
-      net-scp (~> 1.1)
-      net-ssh (>= 2.1.3)
-      nokogiri (~> 1.5)
-      ruby-hmac
-    font-awesome-rails (3.2.1.2)
-      railties (>= 3.2, < 5.0)
-    foreigner (1.6.1)
-      activerecord (>= 3.0.0)
-    foreman (0.62.0)
-      thor (>= 0.13.6)
-    formatador (0.2.4)
-    fssm (0.2.10)
-    fuubar (1.3.2)
-      rspec (>= 2.14.0, < 3.1.0)
-      ruby-progressbar (~> 1.3)
-    galetahub-simple_captcha (0.1.5)
-    gherkin (2.12.2)
-      multi_json (~> 1.3)
-    gon (4.1.1)
-      actionpack (>= 2.3.0)
-      json
-    guard (2.2.5)
-      formatador (>= 0.2.4)
-      listen (~> 2.1)
-      lumberjack (~> 1.0)
-      pry (>= 0.9.12)
-      thor (>= 0.18.1)
-    guard-cucumber (1.4.1)
-      cucumber (>= 1.2.0)
-      guard (>= 1.1.0)
-    guard-rspec (4.2.4)
-      guard (~> 2.1)
-      rspec (>= 2.14, < 4.0)
-    guard-spork (1.5.1)
-      childprocess (>= 0.2.3)
-      guard (>= 1.1)
-      spork (>= 0.8.4)
-    haml (4.0.5)
-      tilt
-    handlebars_assets (0.12.0)
-      execjs (>= 1.2.9)
-      sprockets (>= 2.0.3)
-      tilt
-    hashie (2.0.5)
-    hike (1.2.3)
-    http_accept_language (1.0.2)
-    httpauth (0.2.0)
-    i18n (0.6.9)
-    i18n-inflector (2.6.7)
-      i18n (>= 0.4.1)
-    i18n-inflector-rails (1.0.7)
-      actionpack (>= 3.0.0)
-      i18n-inflector (~> 2.6)
-      railties (>= 3.0.0)
-    jasmine (1.3.2)
-      jasmine-core (~> 1.3.1)
-      rack (~> 1.0)
-      rspec (>= 1.3.1)
-      selenium-webdriver (>= 0.1.3)
-    jasmine-core (1.3.1)
-    journey (1.0.4)
-    jquery-rails (2.1.4)
-      railties (>= 3.0, < 5.0)
-      thor (>= 0.14, < 2.0)
-    jquery-ui-rails (3.0.1)
-      jquery-rails
-      railties (>= 3.1.0)
-    json (1.8.1)
-    jwt (0.1.10)
-      multi_json (>= 1.5)
-    kaminari (0.15.1)
-      actionpack (>= 3.0.0)
-      activesupport (>= 3.0.0)
-    kgio (2.8.1)
-    listen (2.4.0)
-      celluloid (>= 0.15.2)
-      rb-fsevent (>= 0.9.3)
-      rb-inotify (>= 0.9)
-    lumberjack (1.0.4)
-    mail (2.5.4)
-      mime-types (~> 1.16)
-      treetop (~> 1.4.8)
-    markerb (1.0.1)
-      redcarpet (>= 2.0)
-    messagebus_ruby_api (1.0.3)
-    method_source (0.8.2)
-    mime-types (1.25.1)
-    mini_magick (3.7.0)
-      subexec (~> 0.2.1)
-    mini_portile (0.5.2)
-    mobile-fu (1.2.2)
-      rack-mobile-detect
-      rails
-    multi_json (1.8.4)
-    multi_test (0.0.3)
-    multipart-post (1.2.0)
-    mysql2 (0.3.14)
-    nested_form (0.3.2)
-    net-scp (1.1.2)
-      net-ssh (>= 2.6.5)
-    net-ssh (2.7.0)
-    nokogiri (1.6.1)
-      mini_portile (~> 0.5.0)
-    oauth (0.4.7)
-    oauth2 (0.8.1)
-      faraday (~> 0.8)
-      httpauth (~> 0.1)
-      jwt (~> 0.1.4)
-      multi_json (~> 1.0)
-      rack (~> 1.2)
-    omniauth (1.1.4)
-      hashie (>= 1.2, < 3)
-      rack
-    omniauth-facebook (1.6.0)
-      omniauth-oauth2 (~> 1.1)
-    omniauth-oauth (1.0.1)
-      oauth
-      omniauth (~> 1.0)
-    omniauth-oauth2 (1.1.1)
-      oauth2 (~> 0.8.0)
-      omniauth (~> 1.0)
-    omniauth-tumblr (1.1)
-      omniauth-oauth (~> 1.0)
-    omniauth-twitter (1.0.1)
-      multi_json (~> 1.3)
-      omniauth-oauth (~> 1.0)
-    omniauth-wordpress (0.2.0)
-      omniauth-oauth2 (~> 1.1.0)
-    opengraph_parser (0.2.3)
-      addressable
-      nokogiri
-    orm_adapter (0.5.0)
-    polyglot (0.3.4)
-    pry (0.9.12.4)
-      coderay (~> 1.0)
-      method_source (~> 0.8)
-      slop (~> 3.4)
-    rack (1.4.5)
-    rack-cache (1.2)
-      rack (>= 0.4)
-    rack-cors (0.2.8)
-      rack
-    rack-google-analytics (0.14.0)
-      actionpack
-      activesupport
-    rack-mobile-detect (0.4.0)
-      rack
-    rack-piwik (0.2.2)
-    rack-pjax (0.7.0)
-      nokogiri (~> 1.5)
-      rack (~> 1.3)
-    rack-protection (1.2.0)
-      rack
-    rack-rewrite (1.5.0)
-    rack-ssl (1.3.3)
-      rack
-    rack-test (0.6.2)
-      rack (>= 1.0)
-    rails (3.2.17)
-      actionmailer (= 3.2.17)
-      actionpack (= 3.2.17)
-      activerecord (= 3.2.17)
-      activeresource (= 3.2.17)
-      activesupport (= 3.2.17)
-      bundler (~> 1.0)
-      railties (= 3.2.17)
-    rails-i18n (0.7.4)
-      i18n (~> 0.5)
-    rails_admin (0.4.9)
-      bootstrap-sass (~> 2.2)
-      builder (~> 3.0)
-      coffee-rails (>= 3.1, < 5)
-      font-awesome-rails (~> 3.0)
-      haml (~> 4.0)
-      jquery-rails (>= 2.1, < 4)
-      jquery-ui-rails (~> 3.0)
-      kaminari (~> 0.14)
-      nested_form (~> 0.3)
-      rack-pjax (~> 0.6)
-      rails (~> 3.1)
-      remotipart (~> 1.0)
-      safe_yaml (~> 0.6)
-      sass-rails (~> 3.1)
-    rails_autolink (1.1.5)
-      rails (> 3.1)
-    railties (3.2.17)
-      actionpack (= 3.2.17)
-      activesupport (= 3.2.17)
-      rack-ssl (~> 1.3.2)
-      rake (>= 0.8.7)
-      rdoc (~> 3.4)
-      thor (>= 0.14.6, < 2.0)
-    raindrops (0.12.0)
-    rake (10.1.1)
-    rb-fsevent (0.9.4)
-    rb-inotify (0.9.3)
-    rdoc (3.12.2)
-      json (~> 1.4)
-    redcarpet (3.0.0)
-    redis (3.0.6)
-    redis-namespace (1.4.1)
-      redis (~> 3.0.4)
-    remotipart (1.2.1)
-    rmagick (2.13.2)
-    roxml (3.1.6)
-      activesupport (>= 2.3.0)
-      nokogiri (>= 1.3.3)
-    rspec (2.14.1)
-      rspec-core (~> 2.14.0)
-      rspec-expectations (~> 2.14.0)
-      rspec-mocks (~> 2.14.0)
-    rspec-core (2.14.7)
-    rspec-expectations (2.14.4)
-      diff-lcs (>= 1.1.3, < 2.0)
-    rspec-instafail (0.2.4)
-    rspec-mocks (2.14.4)
-    rspec-rails (2.14.1)
-      actionpack (>= 3.0)
-      activemodel (>= 3.0)
-      activesupport (>= 3.0)
-      railties (>= 3.0)
-      rspec-core (~> 2.14.0)
-      rspec-expectations (~> 2.14.0)
-      rspec-mocks (~> 2.14.0)
-    ruby-hmac (0.4.0)
-    ruby-oembed (0.8.9)
-    ruby-progressbar (1.4.0)
-    rubyzip (1.1.0)
-    safe_yaml (0.9.7)
-    sass (3.2.13)
-    sass-rails (3.2.6)
-      railties (~> 3.2.0)
-      sass (>= 3.1.10)
-      tilt (~> 1.3)
-    selenium-webdriver (2.39.0)
-      childprocess (>= 0.2.5)
-      multi_json (~> 1.0)
-      rubyzip (~> 1.0)
-      websocket (~> 1.0.4)
-    sidekiq (2.17.2)
-      celluloid (>= 0.15.2)
-      connection_pool (>= 1.0.0)
-      json
-      redis (>= 3.0.6)
-      redis-namespace (>= 1.3.1)
-    simple_oauth (0.2.0)
-    sinatra (1.3.3)
-      rack (~> 1.3, >= 1.3.6)
-      rack-protection (~> 1.2)
-      tilt (~> 1.3, >= 1.3.3)
-    sinon-rails (1.7.3)
-      railties (>= 3.1)
-    slop (3.4.7)
-    spork (1.0.0rc4)
-    sprockets (2.2.2)
-      hike (~> 1.2)
-      multi_json (~> 1.0)
-      rack (~> 1.0)
-      tilt (~> 1.1, != 1.3.0)
-    strong_parameters (0.2.2)
-      actionpack (~> 3.0)
-      activemodel (~> 3.0)
-      railties (~> 3.0)
-    subexec (0.2.3)
-    test_after_commit (0.2.2)
-    thor (0.18.1)
-    thread_safe (0.1.3)
-      atomic
-    tilt (1.4.1)
-    timecop (0.7.1)
-    timers (1.1.0)
-    treetop (1.4.15)
-      polyglot
-      polyglot (>= 0.3.1)
-    twitter (4.8.1)
-      faraday (~> 0.8, < 0.10)
-      multi_json (~> 1.0)
-      simple_oauth (~> 0.2)
-    typhoeus (0.6.7)
-      ethon (~> 0.6.2)
-    tzinfo (0.3.38)
-    uglifier (2.1.2)
-      execjs (>= 0.3.0)
-      multi_json (~> 1.0, >= 1.0.2)
-    unicorn (4.8.0)
-      kgio (~> 2.6)
-      rack
-      raindrops (~> 0.7)
-    warden (1.2.3)
-      rack (>= 1.0)
-    webmock (1.16.1)
-      addressable (>= 2.2.7)
-      crack (>= 0.3.2)
-    websocket (1.0.7)
-    will_paginate (3.0.5)
-    xpath (2.0.0)
-      nokogiri (~> 1.3)
-    zip-zip (0.2)
-      rubyzip (>= 1.0.0)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  activerecord-import (= 0.3.1)
-  acts-as-taggable-on (= 2.4.1)
-  acts_as_api (= 0.4.2)
-  addressable (= 2.3.5)
-  asset_sync (= 1.0.0)
-  backbone-on-rails (= 1.1.0)
-  bootstrap-sass (= 2.2.2.0)
-  capybara (= 2.2.1)
-  carrierwave (= 0.9.0)
-  client_side_validations (= 3.2.6)
-  compass-rails (= 1.0.3)
-  configurate (= 0.0.8)
-  cucumber-rails (= 1.4.0)
-  database_cleaner (= 1.2.0)
-  devise (= 3.2.2)
-  entypo-rails
-  factory_girl_rails (= 4.3.0)
-  faraday (= 0.8.9)
-  faraday_middleware (= 0.9.0)
-  fixture_builder (= 0.3.6)
-  fog (= 1.19.0)
-  foreigner (= 1.6.1)
-  foreman (= 0.62)
-  fuubar (= 1.3.2)
-  galetahub-simple_captcha (= 0.1.5)
-  gon (= 4.1.1)
-  guard-cucumber (= 1.4.1)
-  guard-rspec (= 4.2.4)
-  guard-spork (= 1.5.1)
-  haml (= 4.0.5)
-  handlebars_assets (= 0.12.0)
-  http_accept_language (= 1.0.2)
-  i18n-inflector-rails (= 1.0.7)
-  jasmine (= 1.3.2)
-  jquery-rails (= 2.1.4)
-  json (= 1.8.1)
-  markerb (= 1.0.1)
-  messagebus_ruby_api (= 1.0.3)
-  mini_magick (= 3.7.0)
-  mobile-fu (= 1.2.2)
-  mysql2 (= 0.3.14)
-  nokogiri (= 1.6.1)
-  omniauth (= 1.1.4)
-  omniauth-facebook (= 1.6.0)
-  omniauth-tumblr (= 1.1)
-  omniauth-twitter (= 1.0.1)
-  omniauth-wordpress (= 0.2.0)
-  opengraph_parser (= 0.2.3)
-  rack-cors (= 0.2.8)
-  rack-google-analytics (= 0.14.0)
-  rack-piwik (= 0.2.2)
-  rack-protection (= 1.2)
-  rack-rewrite (= 1.5.0)
-  rack-ssl (= 1.3.3)
-  rails (= 3.2.17)
-  rails-i18n (= 0.7.4)
-  rails_admin (= 0.4.9)
-  rails_autolink (= 1.1.5)
-  rb-fsevent (= 0.9.4)
-  rb-inotify (= 0.9.3)
-  redcarpet (= 3.0.0)
-  remotipart (= 1.2.1)
-  rmagick (= 2.13.2)
-  roxml (= 3.1.6)
-  rspec-instafail (= 0.2.4)
-  rspec-rails (= 2.14.1)
-  ruby-oembed (= 0.8.9)
-  sass-rails (= 3.2.6)
-  selenium-webdriver (= 2.39.0)
-  sidekiq (= 2.17.2)
-  sinatra (= 1.3.3)
-  sinon-rails (= 1.7.3)
-  spork (= 1.0.0rc4)
-  strong_parameters
-  test_after_commit (= 0.2.2)
-  timecop (= 0.7.1)
-  twitter (= 4.8.1)
-  typhoeus (= 0.6.7)
-  uglifier (= 2.1.2)
-  unicorn (= 4.8.0)
-  webmock (= 1.16.1)
-  will_paginate (= 3.0.5)
-  zip-zip
diff --git a/debian/install b/debian/install
index 34c2ab6..9c8ee8c 100644
--- a/debian/install
+++ b/debian/install
@@ -5,7 +5,6 @@ config usr/share/diaspora
 config.ru usr/share/diaspora
 COPYRIGHT usr/share/diaspora
 db usr/share/diaspora
-debian usr/share/diaspora
 features usr/share/diaspora
 FederationProcfile usr/share/diaspora
 Gemfile usr/share/diaspora

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git



More information about the Pkg-ruby-extras-commits mailing list