File: control

package info (click to toggle)
ruby-asset-sync 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: ruby: 1,798; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: ruby-asset-sync
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-fog-core,
               ruby-unf,
               ruby-activemodel (>= 2:4.1~),
               ruby-mime-types (>= 2.99~),
               ruby-rails,
               ruby-rack,
               ruby-fog-aws,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-asset-sync.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-asset-sync
Homepage: https://github.com/rumblelabs/asset_sync
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-asset-sync
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-fog-core,
         ruby-unf,
         ruby-activemodel (>= 2:4.1~),
         ruby-mime-types (>= 2.99~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: synchronises assets in a Rails app and Amazon/Rackspace cloud
 After you run assets:precompile your compiled assets will be synchronised
 with your Amazon S3/Cloudfront or Rackspace Cloudfiles.
 .
 Asset Sync is built to run with the new Rails Asset Pipeline feature introduced
 in Rails 3.1.  After you run __bundle exec rake assets:precompile__ your assets
 will be synchronised to your cloud account, optionally deleting unused files
 and only uploading the files it needs to.