Age | Commit message (Expand) | Author |
2016-08-10 | don't purge directly, but remove and do purge at the end | David Kalnischkies |
2016-08-10 | call dpkg with --no-triggers by default | David Kalnischkies |
2016-08-10 | select remove/purge packages early on for dpkg | David Kalnischkies |
2016-08-10 | save and restore selection states before/after calling dpkg | David Kalnischkies |
2016-08-10 | use dpkg --unpack --recursive to avoid long cmdlines | David Kalnischkies |
2016-08-10 | pass --force-remove-essential to dpkg only if needed | David Kalnischkies |
2016-08-10 | Do not set the binary dir in run-tests, it breaks stuff | Julian Andres Klode |
2016-08-10 | Fix some indentation issues in README.md | Julian Andres Klode |
2016-08-10 | Merge branch 'cmake' | Julian Andres Klode |
2016-08-10 | test: Automatically discover CMake build directory | Julian Andres Klode |
2016-08-10 | Update gitignore for cmake | Julian Andres Klode |
2016-08-10 | Get rid of the old buildsystem | Julian Andres Klode |
2016-08-10 | Add statvfs.h.in to CMake directory | Julian Andres Klode |
2016-08-10 | Merge README.cmake into README.md | Julian Andres Klode |
2016-08-10 | apt-private: Do not include apti18n.h in headers | Julian Andres Klode |
2016-08-10 | prepare-release: Switch over to CMake, set version in CMakeLists.txt | Julian Andres Klode |
2016-08-10 | CMake: Rewrite existing Documentation support and add doxygen | Julian Andres Klode |
2016-08-10 | CMake: Misc: Extract command path_join() from Translations | Julian Andres Klode |
2016-08-10 | CMake: Check for ptsname_r() again | Julian Andres Klode |
2016-08-10 | CMake: Allow building without dpkg | Julian Andres Klode |
2016-08-10 | CMake: Bump minimum required version to 3.4.0 | Julian Andres Klode |
2016-08-10 | debian: make autopkgtest run with CMake build dir | Julian Andres Klode |
2016-08-10 | CMake: Add unit tests | Julian Andres Klode |
2016-08-10 | CMake: Translations: Build .pot in po binary dir, not project one | Julian Andres Klode |
2016-08-10 | CMake: Translations: Allow excluding languages from translation | Julian Andres Klode |
2016-08-10 | CMake: Translations: Avoid rebuilding .mo if .pot did not change | Julian Andres Klode |
2016-08-10 | CMake: Translations: Add a statistics target | Julian Andres Klode |
2016-08-10 | CMake: Translations: Build apt-all.pot and update .po files | Julian Andres Klode |
2016-08-10 | CMake: Translations: Add support for shell scripts | Julian Andres Klode |
2016-08-10 | CMake: Translations: Write a .po file before writing a .mo file | Julian Andres Klode |
2016-08-10 | CMake: Translations: Pass some additional arguments to commands | Julian Andres Klode |
2016-08-10 | CMake: Translations: Make po templates depend on input files | Julian Andres Klode |
2016-08-10 | CMake: Set PACKAGE_MAIL variable | Julian Andres Klode |
2016-08-10 | CMake: po: Add mirror method | Julian Andres Klode |
2016-08-10 | CMake: Improve handling of vendor files | Julian Andres Klode |
2016-08-10 | CMake: Cache CURRENT_VENDOR and make it configurable | Julian Andres Klode |
2016-08-10 | vendor/getinfo: Accept --vendor VENDOR option | Julian Andres Klode |
2016-08-10 | CMake: Use find_package() for curl instead of pkg_check_modules() | Julian Andres Klode |
2016-08-07 | Handle interrupt when running Pre-Install hooks | Julian Andres Klode |
2016-08-06 | releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2 | Julian Andres Klode |
2016-08-06 | Build-depend on pkg-config | Julian Andres Klode |
2016-08-06 | releasing package apt version 1.3~pre3+cmake11.3_pre3+cmake1 | Julian Andres Klode |
2016-08-06 | CMake: Adjust abicheck locations | Julian Andres Klode |
2016-08-06 | CMake: debian: Switch packaging over to CMake and dh 9 | Julian Andres Klode |
2016-08-06 | CMake: Switch integration tests and travis over | Julian Andres Klode |
2016-08-06 | CMake: Add initial support for documentation building | Julian Andres Klode |
2016-08-06 | CMake: Add support for building and installing .mo files | Julian Andres Klode |
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode |
2016-08-06 | prepare-release: Also search for libraries in CMake locations | Julian Andres Klode |
2016-08-06 | debian/control: Use versioned provides for same-ver library deps | Julian Andres Klode |