debian-3.54: Modules for working with the Debian package system

Debian.Sources

Synopsis

Documentation

data SliceName Source

This is a name given to a combination of parts of one or more releases that can be specified by a sources.list file.

Constructors

SliceName 

Fields

sliceName :: String
 

quoteWords :: String -> [String]Source

quoteWords - similar to words, but with special handling of double-quotes and brackets.

The handling double quotes and [] is supposed to match: apt-0.6.44.2/apt-pkg/contrib/strutl.cc:ParseQuoteWord()

The behaviour can be defined as:

Break the string into space seperated words ignoring spaces that appear between "" or []. Strip trailing and leading white space around words. Strip out double quotes, but leave the square brackets intact.

parseSourceLine :: String -> DebSourceSource

parseSourceLine -- parses a source line the argument must be a non-empty, valid source line with comments stripped see: sourceLines