-- |A module for parsing, comparing, and (eventually) modifying debian version -- numbers. module Linspire.Debian.Version (DebianVersion -- |Exported abstract because the internal representation is likely to change , parseDebianVersion , epoch , version , revision , buildDebianVersion , evr ) where import Linspire.Debian.Version.Common import Linspire.Debian.Version.String