Skip to content

Commit 2dc56ed

Browse files
authored
Adjust the publisher of the Debian package (#711)
The Debian package contains a mandatory `Maintainer` entry; Previously, the Git Fundamentals team was mentioned there. However, the Git Fundamentals team is no more, and hasn't been for almost a year. The current owner is the GitClient team (continuity is ensured, though, by virtue of the same people taking care of `microsoft/git` as before). Let's adjust things accordingly.
2 parents 959f15a + a68ad02 commit 2dc56ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ jobs:
213213
214214
sed -i -e '6 a use_recently_seen=no' \
215215
$b/git-update-git-for-windows
216-
- name: Set the installer Publisher to the Git Fundamentals team
216+
- name: Set the installer Publisher to the GitClient team
217217
shell: bash
218218
run: |
219219
b=/usr/src/build-extra &&
220-
sed -i -e 's/^\(AppPublisher=\).*/\1The Git Fundamentals Team at GitHub/' $b/installer/install.iss
220+
sed -i -e 's/^\(AppPublisher=\).*/\1The GitClient Team at Microsoft/' $b/installer/install.iss
221221
- name: Let the installer configure Visual Studio to use the installed Git
222222
shell: bash
223223
run: |
@@ -537,7 +537,7 @@ jobs:
537537
Priority: optional
538538
Architecture: $ARCH
539539
Depends: libcurl3-gnutls, liberror-perl, libexpat1, libpcre2-8-0, perl, perl-modules, zlib1g
540-
Maintainer: Git Fundamentals <git-fundamentals@github.com>
540+
Maintainer: GitClient <gitclient@microsoft.com>
541541
Description: Git client built from the https://github.com/microsoft/git repository,
542542
specialized in supporting monorepo scenarios. Includes the Scalar CLI.
543543
EOF

0 commit comments

Comments
 (0)