From 6396f0c235231d4d41d11fffa021251ea6aa90a7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 29 Jun 2021 14:51:20 -0400 Subject: news: Add entry for the new 'deb' guix pack format. * etc/news.scm: Add entry. --- etc/news.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc') diff --git a/etc/news.scm b/etc/news.scm index 3207c12152..9bada88b49 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -23,6 +23,21 @@ (channel-news (version 0) +(entry (commit "82daab42811a2e3c7684ebdf12af75ff0fa67b99") + (title + (en "New @samp{deb} format for the @command{guix pack} command")) + (body + (en "Debian archives (with the .deb file extension) can now be +produced via the @command{guix pack --format=deb} command, providing an +alternative distribution path for software built with Guix. Here is a simple +example that generates a Debian archive for the @code{hello} package: + +@example +guix pack --format=deb --symlink=/usr/bin/hello=bin/hello hello +@end example + +See @command{info \"(guix) Invoking guix pack\"} for more information."))) + (entry (commit "bdc298ecee15283451d3aa20a849dd7bb22c8538") (title (en "New @command{guix import egg} command") -- cgit v1.2.3