Git Product home page Git Product logo

gem2deb's Introduction

gem2deb is a set of tools to create Debian packages from Rubygems

The workflow looks like:
    Download gem:
    gem fetch foo
        |
        v
    Create a tarball. It contains the gem spec as metadata.yml
    gem2tgz foo-1.2.gem
        |
        v
    Convert to a Debian source package with sane defaults:
    dh-make-ruby foo-1.2.tar.gz
        |
        v
    Modify, if needed
        |
        v
    Build the package:
    dpkg-buildpackage -us -uc

Alternatively, you can use the gem2deb command, that tries to do
everything automatically.

The generated Debian source package uses Debhelper with a specific build system
called "ruby". That buildsystem uses the dh_ruby tool for the various steps
(clean, build, test, install).

Building from source and testing this package:
==============================================
# install build-dependencies, look at the Build-Depends line
# in debian/control

# build the package
dpkg-buildpackage -us -uc
# install
sudo debi
# or simply: "rake install"

Developers:
Lucas Nussbaum <[email protected]>
Antonio Terceiro <[email protected]>

License: GPLv3 or later

gem2deb's People

Contributors

aerostitch avatar angdraug avatar avtobiff avatar balasankarc avatar boutil avatar daigo avatar debian-janitor avatar dleidert avatar domcleal avatar duck-rh avatar geor-g avatar gwolf avatar helmutg avatar henrich avatar hggh avatar jrtc27 avatar kelledin avatar lamby avatar lbt avatar lnussbaum avatar lucaskanashiro avatar nicosgollan-cnic avatar pravi avatar samueloph avatar sbadia avatar spk avatar stefanor avatar terceiro avatar utkarsh2102 avatar zeha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.