This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 70a3479438 teams: debian: Add team.
70a3479438 is described below
commit 70a34794381709a9d8f9a890c58bf3d88cffe59b
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Aug 14 12:41:35 2025 -0700
teams: debian: Add team.
* etc/teams.scm (debian): Add team.
[Vagrant Cascadian]: Add to debian team.
* CODEOWNERS: Rebuild.
Change-Id: Iab42f6d6ba94fece017e137bd6a9ee280a849b19
Signed-off-by: Andreas Enge <[email protected]>
---
CODEOWNERS | 2 ++
etc/teams.scm | 9 ++++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index b077b79a6e..dc3e3cc840 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -116,6 +116,8 @@ guix/build/gnu-build-system\.scm
@guix/core-packages
guix/build/utils\.scm @guix/core-packages
guix/build-system/gnu\.scm @guix/core-packages
+gnu/packages/debian\.scm @guix/debian
+
\.texi$ @guix/documentation
doc/build\.scm @guix/documentation
gnu/system/examples/bare-bones\.tmpl @guix/documentation
diff --git a/etc/teams.scm b/etc/teams.scm
index 329e3a6133..6a4049ad95 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -574,6 +574,13 @@ already exists. Lookup team IDs among CURRENT-TEAMS."
"guix/build/utils.scm"
"guix/build-system/gnu.scm")))
+(define-team debian
+ (team 'debian
+ #:name "Debian team"
+ #:description
+ "Packages related to Debian and Debian derivatives."
+ #:scope (list "gnu/packages/debian.scm")))
+
(define-team documentation
(team 'documentation
#:name "Documentation"
@@ -1131,7 +1138,7 @@ the \"texlive\" importer."
(define-member (person "Vagrant Cascadian"
"[email protected]"
"vagrantc")
- embedded)
+ debian embedded)
(define-member (person "Vagrant Cascadian" ;XXX: duplicate
"[email protected]"