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
|
Source: ruby-gitlab-fog-azure-rm
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-azure-storage-blob (>= 2.0~),
ruby-azure-storage-common (>= 2.0~),
ruby-fog-core,
ruby-fog-json,
ruby-mime-types,
ruby-ms-rest-azure (>= 0.12~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-fog-azure-rm.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-fog-azure-rm
Homepage: https://gitlab.com/gitlab-org/gitlab-fog-azure-rm
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-gitlab-fog-azure-rm
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
ruby-azure-storage-blob (>= 2.0~),
ruby-azure-storage-common (>= 2.0~),
ruby-fog-core,
ruby-fog-json,
ruby-mime-types,
ruby-ms-rest-azure (>= 0.12~),
${shlibs:Depends}
Description: Azure Blob Storage with CarrierWave and Fog
This is a stripped-down fork of fog-azure-rm that enables Azure Blob Storage
to be used with CarrierWave and Fog.
|