control: tags -1 patch

Hello, it turned out, thanks to Mitchell Dzurick, that a simple chown of 
www-data is enough to
make new git stop complaining about the permission bits of the directory.

I plan to NMU in the next weeks if the bug isn't fixed, to unblock this package 
from being removed from testing.

thanks

Gianfranco

diff -Nru fcgiwrap-1.1.0/debian/changelog fcgiwrap-1.1.0/debian/changelog
--- fcgiwrap-1.1.0/debian/changelog     2022-12-17 18:23:54.000000000 +0100
+++ fcgiwrap-1.1.0/debian/changelog     2024-06-04 19:57:31.000000000 +0200
@@ -1,3 +1,12 @@
+fcgiwrap (1.1.0-14.1) unstable; urgency=medium
+
+  * 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)
+
+ -- Mitchell Dzurick <mitchell.dzur...@canonical.com>  Tue, 04 Jun 2024 
19:57:31 +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 
18:05:05.000000000 +0100
+++ fcgiwrap-1.1.0/debian/tests/git-http-backend        2024-06-04 
19:57:31.000000000 +0200
@@ -12,7 +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 <<EOF
 server {
        listen 80;

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to