Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | |
This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh. | |||
2015-01-10 | 128 KiB DSC files ought to be enough for everyone | David Kalnischkies | |
Your mileage may vary, but don't worry: There is more than one way to do it, but our one size fits all is not a bigger hammer, but an entire roundhouse kick! So brace yourself for the tl;dr: The limit is gone.* Beware: This fixes also the problem that a double newline is unconditionally added 'later' which is an overcommitment in case the dsc filesize is limit-2 <= x <= limit. * limited to numbers fitting into an unsigned long long. Closes: 774893 | |||
2014-04-04 | Implement CacheDB for source packages in apt-ftparchive | Michael Vogt | |