Bryan McLellan dijo [Tue, Sep 30, 2008 at 02:16:54PM -0700]: > We use a lot of ruby at work, and I'm often frustrated with the > disconnect between the deb and gem packages, and tend to prefer the > deb packages; discussion left aside. I end up mashing together debs as > I go, and I'm trying to clean that up. > > I've put together deb's of ruby packages with setup.rb in the past > using ruby-pkg-tools, I've pushed uuidtools online here [1]. I don't > see anything in ruby-pkg-tools for working with ruby packages that > just have a Rakefile. Specifically at the moment I'm trying to > debianize the chain of ultraviolet [2], textpow [3] and oniguruma [4]. > > In such a case should I fall back to dhmake and work up from there?
Hi, and welcome on board! I cannot assure you this can be used in every situation, but you can try using libsetup-ruby1.8. This, together with our usual scripts, has always worked for me on Ruby modules not providing a setup.rb. As an example, you can fetch my package of ultraviolet, which took me some 15 minutes to build, at: http://people.debian.org/~gwolf/ruby/ Greetings, -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers
