summaryrefslogtreecommitdiff
path: root/gnu/packages/debian.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-01-15 09:15:47 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-01-16 14:24:07 +0200
commitfeb96b1d151bf6c5a8d52545244dd4f5374224af (patch)
tree3d3481dd93a17e2f3d582c91232404317d4e5e04 /gnu/packages/debian.scm
parent15d3de9d36a67ff25c2b0248dd2585330b29ecfd (diff)
gnu: debootstrap: Update to 1.0.134.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.134. [arguments]: Remove obsolete substitution in 'patch-source phase. Change-Id: I2a50ae75a43c0970e3ef866e02c49d87094e14eb
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r--gnu/packages/debian.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index b0a0b9e5d35..67d9b985bd8 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2018, 2020-2023 Efraim Flashner <efraim@flashner.co.il> 2;;; Copyright © 2018, 2020-2024 Efraim Flashner <efraim@flashner.co.il>
3;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr> 3;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
4;;; Copyright © 2020 Marius Bakke <marius@gnu.org> 4;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
5;;; 5;;;
@@ -189,7 +189,7 @@ contains the archive keys used for that.")
189(define-public debootstrap 189(define-public debootstrap
190 (package 190 (package
191 (name "debootstrap") 191 (name "debootstrap")
192 (version "1.0.132") 192 (version "1.0.134")
193 (source 193 (source
194 (origin 194 (origin
195 (method git-fetch) 195 (method git-fetch)
@@ -198,7 +198,7 @@ contains the archive keys used for that.")
198 (commit version))) 198 (commit version)))
199 (file-name (git-file-name name version)) 199 (file-name (git-file-name name version))
200 (sha256 200 (sha256
201 (base32 "1l6mc3i2wqfhmhj85x9qiiqchqp9br6gg54hv1xs08h8xndmfchf")))) 201 (base32 "0k9gi6gn8qlqs81r2q1hx5wfyax3nvpkk450girdra7dh54iidr4"))))
202 (build-system gnu-build-system) 202 (build-system gnu-build-system)
203 (arguments 203 (arguments
204 (list 204 (list
@@ -210,9 +210,7 @@ contains the archive keys used for that.")
210 (let ((debian #$(this-package-input "debian-archive-keyring")) 210 (let ((debian #$(this-package-input "debian-archive-keyring"))
211 (ubuntu #$(this-package-input "ubuntu-keyring"))) 211 (ubuntu #$(this-package-input "ubuntu-keyring")))
212 (substitute* "Makefile" 212 (substitute* "Makefile"
213 (("/usr") "") 213 (("/usr") ""))
214 (("-o root -g root") "")
215 (("chown root.*") "\n"))
216 (substitute* '("scripts/etch" 214 (substitute* '("scripts/etch"
217 "scripts/potato" 215 "scripts/potato"
218 "scripts/sarge" 216 "scripts/sarge"