Version in base suite: 1.1.0-14 Base version: fcgiwrap_1.1.0-14 Target version: fcgiwrap_1.1.0-14+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/f/fcgiwrap/fcgiwrap_1.1.0-14.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/f/fcgiwrap/fcgiwrap_1.1.0-14+deb12u1.dsc changelog | 10 ++++++++++ tests/git-http-backend | 1 + 2 files changed, 11 insertions(+) Unrecognised file line in .dsc: -----BEGIN PGP SIGNATURE----- diff -Nru fcgiwrap-1.1.0/debian/changelog fcgiwrap-1.1.0/debian/changelog --- fcgiwrap-1.1.0/debian/changelog 2022-12-17 17:23:54.000000000 +0000 +++ fcgiwrap-1.1.0/debian/changelog 2024-09-07 09:31:30.000000000 +0000 @@ -1,3 +1,13 @@ +fcgiwrap (1.1.0-14+deb12u1) bookworm; urgency=medium + + [ Mitchell Dzurick ] + * d/t/git-http-backend: make www-data own $AUTOPKGTEST_TMP/test1/.git + git introduced more aggressive security checking, so the dep8 test needs + to explicitly change ownership of the new git directory. + (LP: #2067942, Closes: #1072394) + + -- Salvatore Bonaccorso Sat, 07 Sep 2024 11:31:30 +0200 + fcgiwrap (1.1.0-14) unstable; urgency=medium * Brown paper bag release. diff -Nru fcgiwrap-1.1.0/debian/tests/git-http-backend fcgiwrap-1.1.0/debian/tests/git-http-backend --- fcgiwrap-1.1.0/debian/tests/git-http-backend 2022-11-21 17:05:05.000000000 +0000 +++ fcgiwrap-1.1.0/debian/tests/git-http-backend 2024-09-07 09:30:46.000000000 +0000 @@ -12,6 +12,7 @@ git init test1 git -C test1 commit --allow-empty -m test +chown -R www-data:www-data "$AUTOPKGTEST_TMP"/test1/.git tee /etc/nginx/sites-available/default <