diff --git a/debian/changelog b/debian/changelog index 896e1e7..e145ae2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ruby-fog-vmfusion (0.1.0-2) unstable; urgency=medium + + * Team upload. + * Add Breaks+Replaces relation with ruby-fog << 1.25~ (Closes: #788544) + + -- Balasankar C Sun, 26 Jul 2015 17:09:14 +0530 + ruby-fog-vmfusion (0.1.0-1) unstable; urgency=medium * Initial release (Closes: #782296) diff --git a/debian/control b/debian/control index b8ac8ee..914ef37 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,12 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen -Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-fog-core, - ruby-fission +Build-Depends: debhelper (>= 7.0.50~), + gem2deb, + rake, + ruby-fission, + ruby-fog-core, + ruby-rspec Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-vmfusion.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-vmfusion.git;a=summary @@ -15,7 +19,13 @@ Package: ruby-fog-vmfusion Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-core, ruby-fission +Depends: ruby | ruby-interpreter, + ruby-fission, + ruby-fog-core, + ${misc:Depends}, + ${shlibs:Depends} +Breaks: ruby-fog (<< 1.25~) +Replaces: ruby-fog (<< 1.25~) Description: module for the 'fog' library to support VMWARE FUSION This library can be used as a module for `fog` or as standalone provider to use the VMWARE FUSION in applications.