summaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
AgeCommit message (Collapse)Author
2022-05-29gnu: Add pbuilder.Efraim Flashner
* gnu/packages/debian.scm (pbuilder): New variable.
2022-05-22gnu: dpkg: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (dpkg)[native-inputs]: Remove input labels.
2022-05-22gnu: dpkg: Run OpenPGP tests.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
2022-05-22gnu: dpkg: Update to 1.21.8 [fixes CVE-2022-1664].Tobias Geerinckx-Rice
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
2022-05-23gnu: debootstrap: Add missing input.Efraim Flashner
* gnu/packages/debian.scm (debootstrap)[inputs]: Add bash-minimal.
2022-05-23gnu: debootstrap: Rewrite using new style.Efraim Flashner
* gnu/packages/debian.scm (debootstrap)[arguments]: Rewrite using g-exps. [inputs]: Remove input labels.
2022-05-23gnu: debootstrap: Remove trailing booleans.Efraim Flashner
* gnu/packages/debian.scm (debootstrap)[arguments]: Remove trailing #t from phases.
2022-05-23gnu: debootstrap: Patch reference to dpkg.Efraim Flashner
* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust 'patch-source phase to also patch a reference to dpkg. [inputs]: Add dpkg.
2022-05-23gnu: dpkg: Fix calling dpkg from perl modules.Efraim Flashner
* 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.
2022-02-16gnu: debian-ports-archive-keyring: Update to 2022.02.15.Efraim Flashner
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2022.02.15.
2022-01-12gnu: debian-ports-archive-keyring: Update to 2021.12.30.Efraim Flashner
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2021.12.30.
2021-12-16gnu: dpkg: Update to 1.21.0.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (dpkg): Update to 1.21.0. [arguments]: Don't explicitly return #t from phases.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
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.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-09gnu: debianutils: Update to 5.5-1.Efraim Flashner
* gnu/packages/debian.scm (debianutils): Update to 5.5-1. [arguments]: Remove custom 'create-translations phase.
2021-11-09gnu: debootstrap: Update to 1.0.126.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.126.
2021-10-10gnu: Add debian-ports-archive-keyring: New variable.Efraim Flashner
* gnu/packages/debian.scm (debian-ports-archive-keyring): New variable.
2021-04-27gnu: debootstrap: Update to 1.0.124.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.124.
2021-04-16gnu: dpkg: Update to 1.20.9.Efraim Flashner
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
2021-04-16gnu: ubuntu-keyring: Update to 2021.03.26.Efraim Flashner
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
2021-04-16gnu: debian-archive-keyring: Update to 2021.1.1.Efraim Flashner
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.
2021-02-08gnu: dpkg: Update to 1.20.7.1.Vincent Legoll
* gnu/packages/debian.scm (dpkg): Update to 1.20.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25gnu: Add reprepro.Efraim Flashner
* gnu/packages/debian.scm (reprepro): New variable.
2020-11-25gnu: Add dpkg.Efraim Flashner
* gnu/packages/debian.scm (dpkg): New variable.
2020-08-29gnu: debianutils: Update to 4.11.1.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
2020-07-02gnu: Add debianutils.Marius Bakke
* gnu/packages/debian.scm (debianutils): New public variable.
2020-06-26gnu: debootstrap: Wrap with gpg and wget in PATH.Marius Bakke
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-05-01gnu: Add apt-mirror.Jean-Baptiste Note
* gnu/packages/debian.scm (apt-mirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-13gnu: debootstrap: Update to 1.0.123.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
2020-03-02gnu: debootstrap: Update to 1.0.119.Vincent Legoll
* gnu/packages/debian.scm (debootstrap): Update to 1.0.119. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23gnu: debootstrap: Update to 1.0.118Vincent Legoll
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>
2019-06-05gnu: debootstrap: Workaround for PATH issues.Vagrant Cascadian
* gnu/packages/debian (debootstrap): [arguments]: Substitute PATH to include $PATH. [description]: Remove obsolete workaround from description.
2019-06-01gnu: debootstrap: Update to 114.Vagrant Cascadian
* gnu/packages/debian (debootstrap): Update to 114.
2019-06-01gnu: debian-archive-keyring: Update to 2019.01.Vagrant Cascadian
* gnu/packages/debian (debian-archive-keyring): Update to 2019.01.
2018-12-01gnu: debootstrap: Update to 1.0.111.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
2018-12-01gnu: debootstrap: Update build.Efraim Flashner
* 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.
2018-11-04gnu: debian-archive-keyring: Update to 2018.1.Efraim Flashner
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1. [source]: Download from git repository.
2018-11-04gnu: debootstrap: Update to 1.0.109.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
2018-09-21Add 'GNU Guix' comment to all (gnu packages) headers.Tobias Geerinckx-Rice
* gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments.
2018-09-21gnu: ubuntu-keyring: Update to 2018.09.18.1.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2018.09.18.1.
2018-07-14gnu: debootstrap: Update to 1.0.106.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page.
2018-06-08gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau
* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
2018-06-06gnu: debootstrap: Update to 1.0.101.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.101.
2018-04-05gnu: debootstrap: Update to 1.0.95.Tobias Geerinckx-Rice
* gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
2018-03-12gnu: Add debootstrap.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): New variable.
2018-03-12gnu: Add ubuntu-keyring.Efraim Flashner
* gnu/packages/debian.scm (ubuntu-keyring): New variable.
2018-03-12gnu: Add debian-archive-keyring.Efraim Flashner
* gnu/packages/debian.scm (debian-archive-keyring): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.