debshots/lib
Christoph Haas 0ea7f96495 Parse keywords from Debian control file in a non-greedy way
Previously this:
Description: foo: bar
had been parsed into
"Description: foo" -> "bar"

Now it properly parses into
"Description" -> "foo: bar"
2015-06-28 15:09:39 +02:00
..
assets Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
tasks Actually updating package data. 2015-06-27 00:15:32 +02:00
deb_importer.rb Parse keywords from Debian control file in a non-greedy way 2015-06-28 15:09:39 +02:00