summaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
Commit message (Collapse)AuthorAge
* gnu: debootstrap: Update to 1.0.123.Tobias Geerinckx-Rice2020-04-13
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
* gnu: debootstrap: Update to 1.0.119.Vincent Legoll2020-03-02
| | | | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.119. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: debootstrap: Update to 1.0.118Vincent Legoll2020-02-23
| | | | | | | | | | | | | | | | | 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>
* gnu: debootstrap: Workaround for PATH issues.Vagrant Cascadian2019-06-05
| | | | | | * gnu/packages/debian (debootstrap): [arguments]: Substitute PATH to include $PATH. [description]: Remove obsolete workaround from description.
* gnu: debootstrap: Update to 114.Vagrant Cascadian2019-06-01
| | | | * gnu/packages/debian (debootstrap): Update to 114.
* gnu: debian-archive-keyring: Update to 2019.01.Vagrant Cascadian2019-06-01
| | | | * gnu/packages/debian (debian-archive-keyring): Update to 2019.01.
* gnu: debootstrap: Update to 1.0.111.Efraim Flashner2018-12-01
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.111.
* gnu: debootstrap: Update build.Efraim Flashner2018-12-01
| | | | | | | | | | * 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.
* gnu: debian-archive-keyring: Update to 2018.1.Efraim Flashner2018-11-04
| | | | | * gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1. [source]: Download from git repository.
* gnu: debootstrap: Update to 1.0.109.Efraim Flashner2018-11-04
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.109.
* Add 'GNU Guix' comment to all (gnu packages) headers.Tobias Geerinckx-Rice2018-09-21
| | | | * gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments.
* gnu: ubuntu-keyring: Update to 2018.09.18.1.Tobias Geerinckx-Rice2018-09-21
| | | | * gnu/packages/debian.scm (ubuntu-keyring): Update to 2018.09.18.1.
* gnu: debootstrap: Update to 1.0.106.Efraim Flashner2018-07-14
| | | | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page.
* gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau2018-06-08
| | | | | | * gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
* gnu: debootstrap: Update to 1.0.101.Tobias Geerinckx-Rice2018-06-06
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.101.
* gnu: debootstrap: Update to 1.0.95.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
* gnu: Add debootstrap.Efraim Flashner2018-03-12
| | | | * gnu/packages/debian.scm (debootstrap): New variable.
* gnu: Add ubuntu-keyring.Efraim Flashner2018-03-12
| | | | * gnu/packages/debian.scm (ubuntu-keyring): New variable.
* gnu: Add debian-archive-keyring.Efraim Flashner2018-03-12
* gnu/packages/debian.scm (debian-archive-keyring): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.