Here is a set of patches, following <https://debbugs.gnu.org/19219> and the poll about the new syntax for separating package names and version. As a bonus it contains:
- a bug fix for guix lint tests - a compilation speed increase - some nice custom silent rules It is more than possible, that I overkooked some usage of of "PACKAGE-VERSION" that should be fixed. Don't hesitate to tell me if you spot one. Mathieu Lirzin (13): tests: Use 'dummy-origin' for lint tests when possible. lint: Remove an unneeded clause in 'check-patch-file-names'. lint: Rewrite 'check-patch-file-names'. utils: Use '@' for separating package names and version numbers. packages: Use '@' in package record printers. build: Generate man pages after compiling guile objects. build: Add 'DL' silent rule. build: Add 'DOT' silent rule. build: Add 'EMACS' silent rule. build: Add 'HELP2MAN' silent rule. build: Delete emacs/guix-autoloads.el when 'make clean'. build: Use 'GEN' and 'at' silent rules. Update .gitignore. .gitignore | 158 ++++++++++++++++++---------------------- Makefile.am | 35 +++++++-- NEWS | 13 ++++ configure.ac | 4 + daemon.am | 11 +-- doc.am | 100 ++++++++++++------------- doc/guix.texi | 12 +-- emacs.am | 5 +- emacs/guix-base.el | 2 +- emacs/guix-main.scm | 4 +- gnu-system.am | 21 ++++-- gnu/packages.scm | 10 +-- gnu/packages/commencement.scm | 2 +- guix/build/utils.scm | 25 ++----- guix/import/cabal.scm | 2 +- guix/import/elpa.scm | 2 +- guix/packages.scm | 11 ++- guix/scripts/import/hackage.scm | 2 +- guix/scripts/lint.scm | 34 ++++----- guix/ui.scm | 4 +- tests/graph.scm | 2 +- tests/guix-build.sh | 4 +- tests/guix-lint.sh | 2 +- tests/guix-package.sh | 4 +- tests/lint.scm | 12 +-- tests/packages.scm | 4 +- tests/ui.scm | 6 +- tests/utils.scm | 4 +- 28 files changed, 252 insertions(+), 243 deletions(-) -- 2.7.0.rc3