A ruby wrapper for dpbk-deb that allows reading of control information from .deb packages
Add this line to your application's Gemfile:
gem 'dpkg-deb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dpkg-deb
This gem requires dpkg-deb in the path and thus works only on debian-based systems.
TODO: Write usage instructions here
- Fork it ( http://github.com//dpkg-deb/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request