Codebase list ruby-fog-vmfusion / f6d10c7
Add Breaks+Replaces relationship with ruby-fog Balasankar C 8 years ago
2 changed file(s) with 20 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 ruby-fog-vmfusion (0.1.0-2) unstable; urgency=medium
1
2 * Team upload.
3 * Add Breaks+Replaces relation with ruby-fog << 1.25~ (Closes: #788544)
4
5 -- Balasankar C <balasankarc@autistici.org> Sun, 26 Jul 2015 17:09:14 +0530
6
07 ruby-fog-vmfusion (0.1.0-1) unstable; urgency=medium
18
29 * Initial release (Closes: #782296)
22 Priority: optional
33 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
44 Uploaders: Pirate Praveen <praveen@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-fog-core,
6 ruby-fission
5 Build-Depends: debhelper (>= 7.0.50~),
6 gem2deb,
7 rake,
8 ruby-fission,
9 ruby-fog-core,
10 ruby-rspec
711 Standards-Version: 3.9.6
812 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-vmfusion.git
913 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-vmfusion.git;a=summary
1418 Package: ruby-fog-vmfusion
1519 Architecture: all
1620 XB-Ruby-Versions: ${ruby:Versions}
17 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-core, ruby-fission
21 Depends: ruby | ruby-interpreter,
22 ruby-fission,
23 ruby-fog-core,
24 ${misc:Depends},
25 ${shlibs:Depends}
26 Breaks: ruby-fog (<< 1.25~)
27 Replaces: ruby-fog (<< 1.25~)
1828 Description: module for the 'fog' library to support VMWARE FUSION
1929 This library can be used as a module for `fog` or as standalone provider
2030 to use the VMWARE FUSION in applications.