guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: news: Add entry for the new 'deb' guix pack format.


From: guix-commits
Subject: 08/08: news: Add entry for the new 'deb' guix pack format.
Date: Tue, 29 Jun 2021 15:18:16 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 6396f0c235231d4d41d11fffa021251ea6aa90a7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jun 29 14:51:20 2021 -0400

    news: Add entry for the new 'deb' guix pack format.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 3207c12..9bada88 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]