Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: Add pbuilder.•••* gnu/packages/debian.scm (pbuilder): New variable. | Efraim Flashner | 2022-05-29 | 1 | -1/+150 |
* | gnu: dpkg: Remove input labels.•••* gnu/packages/debian.scm (dpkg)[native-inputs]: Remove input labels. | Tobias Geerinckx-Rice | 2022-05-22 | 1 | -8/+8 |
* | gnu: dpkg: Run OpenPGP tests.•••* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg. | Tobias Geerinckx-Rice | 2022-05-22 | 1 | -0/+1 |
* | gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].•••* gnu/packages/debian.scm (dpkg): Update to 1.21.8. | Tobias Geerinckx-Rice | 2022-05-22 | 1 | -3/+3 |
* | gnu: debootstrap: Add missing input.•••* gnu/packages/debian.scm (debootstrap)[inputs]: Add bash-minimal. | Efraim Flashner | 2022-05-23 | 1 | -0/+2 |
* | gnu: debootstrap: Rewrite using new style.•••* gnu/packages/debian.scm (debootstrap)[arguments]: Rewrite using g-exps. [inputs]: Remove input labels. | Efraim Flashner | 2022-05-23 | 1 | -53/+51 |
* | gnu: debootstrap: Remove trailing booleans.•••* gnu/packages/debian.scm (debootstrap)[arguments]: Remove trailing #t from phases. | Efraim Flashner | 2022-05-23 | 1 | -6/+3 |
* | gnu: debootstrap: Patch reference to dpkg.•••* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust 'patch-source phase to also patch a reference to dpkg. [inputs]: Add dpkg. | Efraim Flashner | 2022-05-23 | 1 | -1/+4 |
* | gnu: dpkg: Fix calling dpkg from perl modules.•••* gnu/packages/debian.scm (dpkg)[arguments]: Add phase to wrap perl scripts with PERL5LIB and the path to dpkg itself. [inputs]: Add guile-3.0. | Efraim Flashner | 2022-05-23 | 1 | -1/+36 |
* | gnu: debian-ports-archive-keyring: Update to 2022.02.15.•••* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2022.02.15. | Efraim Flashner | 2022-02-16 | 1 | -2/+2 |
* | gnu: debian-ports-archive-keyring: Update to 2021.12.30.•••* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30. | Efraim Flashner | 2022-01-12 | 1 | -3/+3 |
* | gnu: dpkg: Update to 1.21.0.•••* gnu/packages/debian.scm (dpkg): Update to 1.21.0. [arguments]: Don't explicitly return #t from phases. | Tobias Geerinckx-Rice | 2021-12-16 | 1 | -7/+4 |
* | gnu: Further simplify package inputs.•••This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) | Ludovic Courtès | 2021-12-13 | 1 | -4/+1 |
* | gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. | Ludovic Courtès | 2021-12-13 | 1 | -22/+18 |
* | gnu: debianutils: Update to 5.5-1.•••* gnu/packages/debian.scm (debianutils): Update to 5.5-1. [arguments]: Remove custom 'create-translations phase. | Efraim Flashner | 2021-11-09 | 1 | -9/+2 |
* | gnu: debootstrap: Update to 1.0.126.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.126. | Efraim Flashner | 2021-11-09 | 1 | -2/+2 |
* | gnu: Add debian-ports-archive-keyring: New variable.•••* gnu/packages/debian.scm (debian-ports-archive-keyring): New variable. | Efraim Flashner | 2021-10-10 | 1 | -0/+64 |
* | gnu: debootstrap: Update to 1.0.124.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.124. | Tobias Geerinckx-Rice | 2021-04-27 | 1 | -2/+2 |
* | gnu: dpkg: Update to 1.20.9.•••* gnu/packages/debian.scm (dpkg): Update to 1.20.9. | Efraim Flashner | 2021-04-16 | 1 | -2/+2 |
* | gnu: ubuntu-keyring: Update to 2021.03.26.•••* gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26. | Efraim Flashner | 2021-04-16 | 1 | -2/+2 |
* | gnu: debian-archive-keyring: Update to 2021.1.1.•••* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1. | Efraim Flashner | 2021-04-16 | 1 | -3/+3 |
* | gnu: dpkg: Update to 1.20.7.1.•••* gnu/packages/debian.scm (dpkg): Update to 1.20.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Vincent Legoll | 2021-02-08 | 1 | -2/+2 |
* | gnu: Add reprepro.•••* gnu/packages/debian.scm (reprepro): New variable. | Efraim Flashner | 2020-11-25 | 1 | -0/+60 |
* | gnu: Add dpkg.•••* gnu/packages/debian.scm (dpkg): New variable. | Efraim Flashner | 2020-11-25 | 1 | -3/+59 |
* | gnu: debianutils: Update to 4.11.1.•••* gnu/packages/debian.scm (debianutils): Update to 4.11.1. | Tobias Geerinckx-Rice | 2020-08-29 | 1 | -2/+2 |
* | gnu: Add debianutils.•••* gnu/packages/debian.scm (debianutils): New public variable. | Marius Bakke | 2020-07-02 | 1 | -0/+43 |
* | gnu: debootstrap: Wrap with gpg and wget in PATH.•••* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET. | Marius Bakke | 2020-06-26 | 1 | -1/+5 |
* | gnu: Add apt-mirror.•••* gnu/packages/debian.scm (apt-mirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Jean-Baptiste Note | 2020-05-01 | 1 | -0/+38 |
* | gnu: debootstrap: Update to 1.0.123.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.123. | Tobias Geerinckx-Rice | 2020-04-13 | 1 | -4/+3 |
* | gnu: debootstrap: Update to 1.0.119.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.119. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Vincent Legoll | 2020-03-02 | 1 | -2/+2 |
* | gnu: debootstrap: Update to 1.0.118•••The attached patch has been tested by creating arm64, mipsel & amd64 chroots and the amd64 one has been actually run. -- Vincent Legoll From a23b962c21e20c72f425675e6ea6e11cd0f944d0 Mon Sep 17 00:00:00 2001 From: Vincent Legoll <vincent.legoll@gmail.com> Date: Fri, 21 Feb 2020 23:34:40 +0100 Subject: [PATCH] gnu: debootstrap: Update to 1.0.118. * gnu/packages/debian.scm (debootstrap): Update to 1.0.118. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Vincent Legoll | 2020-02-23 | 1 | -2/+2 |
* | gnu: debootstrap: Workaround for PATH issues.•••* gnu/packages/debian (debootstrap): [arguments]: Substitute PATH to include $PATH. [description]: Remove obsolete workaround from description. | Vagrant Cascadian | 2019-06-05 | 1 | -5/+6 |
* | gnu: debootstrap: Update to 114.•••* gnu/packages/debian (debootstrap): Update to 114. | Vagrant Cascadian | 2019-06-01 | 1 | -2/+2 |
* | gnu: debian-archive-keyring: Update to 2019.01.•••* gnu/packages/debian (debian-archive-keyring): Update to 2019.01. | Vagrant Cascadian | 2019-06-01 | 1 | -2/+2 |
* | gnu: debootstrap: Update to 1.0.111.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.111. | Efraim Flashner | 2018-12-01 | 1 | -2/+2 |
* | gnu: debootstrap: Update build.•••* gnu/packages/debian.scm (debootstrap)[arguments]: Update the substitutes during the custom 'patch-source phase. Add custom 'wrap-executable phase. [inputs]: Remove coreutils, wget. Add tzdata. [propagated-inputs]: Remove binutils, gnupg. Move perl ... [native-inputs]: ... to here. [description]: Add implementation hint. | Efraim Flashner | 2018-12-01 | 1 | -17/+27 |
* | gnu: debian-archive-keyring: Update to 2018.1.•••* gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1. [source]: Download from git repository. | Efraim Flashner | 2018-11-04 | 1 | -5/+7 |
* | gnu: debootstrap: Update to 1.0.109.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.109. | Efraim Flashner | 2018-11-04 | 1 | -2/+2 |
* | Add 'GNU Guix' comment to all (gnu packages) headers.•••* gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments. | Tobias Geerinckx-Rice | 2018-09-21 | 1 | -0/+3 |
* | gnu: ubuntu-keyring: Update to 2018.09.18.1.•••* gnu/packages/debian.scm (ubuntu-keyring): Update to 2018.09.18.1. | Tobias Geerinckx-Rice | 2018-09-21 | 1 | -2/+2 |
* | gnu: debootstrap: Update to 1.0.106.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page. | Efraim Flashner | 2018-07-14 | 1 | -6/+9 |
* | gnu: debootstrap: Substitute chroot in 'patch-source' phase.•••* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils. | Kei Kebreau | 2018-06-08 | 1 | -1/+4 |
* | gnu: debootstrap: Update to 1.0.101.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.101. | Tobias Geerinckx-Rice | 2018-06-06 | 1 | -2/+2 |
* | gnu: debootstrap: Update to 1.0.95.•••* gnu/packages/debian.scm (debootstrap): Update to 1.0.95. | Tobias Geerinckx-Rice | 2018-04-05 | 1 | -2/+3 |
* | gnu: Add debootstrap.•••* gnu/packages/debian.scm (debootstrap): New variable. | Efraim Flashner | 2018-03-12 | 1 | -1/+64 |
* | gnu: Add ubuntu-keyring.•••* gnu/packages/debian.scm (ubuntu-keyring): New variable. | Efraim Flashner | 2018-03-12 | 1 | -0/+45 |
* | gnu: Add debian-archive-keyring.•••* gnu/packages/debian.scm (debian-archive-keyring): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. | Efraim Flashner | 2018-03-12 | 1 | -0/+62 |