From 6b1c2f7a6c9f47395836f7cd58a2c049db3b0ae1 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 13 Nov 2021 11:20:53 +0100 Subject: [PATCH] Fix Vcs-* fields --- debian/control | 4 ++-- debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index c92389d89..e7e70f91d 100644 --- a/debian/control +++ b/debian/control @@ -74,8 +74,8 @@ Build-Depends: apache2-dev (>= 2.4), Build-Conflicts: bind-dev, libxmlrpc-core-c3-dev Standards-Version: 4.5.0.0 -Vcs-Git: https://salsa.debian.org/php-team/php.git -b master-8.1 -Vcs-Browser: https://salsa.debian.org/php-team/php +Vcs-Git: https://salsa.debian.org/php-team/php.git -b debian/main/8.1 +Vcs-Browser: https://salsa.debian.org/php-team/php/-/tree/debian/main/8.1 Homepage: http://www.php.net/ Package: libapache2-mod-php8.1 diff --git a/debian/control.in b/debian/control.in index bfd10f361..11a4d6055 100644 --- a/debian/control.in +++ b/debian/control.in @@ -74,8 +74,8 @@ Build-Depends: apache2-dev (>= 2.4), Build-Conflicts: bind-dev, libxmlrpc-core-c3-dev Standards-Version: 4.5.0.0 -Vcs-Git: https://salsa.debian.org/php-team/php.git -b master-@PHP_VERSION@ -Vcs-Browser: https://salsa.debian.org/php-team/php +Vcs-Git: https://salsa.debian.org/php-team/php.git -b debian/main/@PHP_VERSION@ +Vcs-Browser: https://salsa.debian.org/php-team/php/-/tree/debian/main/@PHP_VERSION@ Homepage: http://www.php.net/ Package: libapache2-mod-php@PHP_VERSION@ -- GitLab