Development/Tutorials/Deploying Qt Ruby Applications as a Debian packages for Kubuntu

From KDE TechBase
Revision as of 22:04, 25 August 2009 by Declan.mcgrath (talk | contribs) (Initial introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Deploying Qt Ruby Applications as a Debian packages for Kubuntu



Introduction

Packaging up Ruby applications for distributions is something that is historically a bit of a controversial subject. The major reason for this is that the Debian-based package management software in Kubuntu apt fills a similar role as rubygems the package management software for Ruby across all platforms. And the File Hierarchy Standards (FHS) mandate a layout for applications to adhere to which is sometimes difficult for Ruby applications. However, fear not! Here's your guide to getting from developers Ruby app to a Debian package.