Source: hdf5
Severity: minor
Tags: patch

The default branch for hdf5 on salsa appears to be "upstream", and
Vcs-Git does not specify the "master" branch which is used for
packaging. This means that tools like debcheckout cannot work out of the
box.

The attached patch fixes this by specifying the master branch
explicitly.

Alternately, changing the default branch to "master" on salsa.debian.org
would also fix this issue without a sourceful upload, as long as other
workflows are not dependent on the default branch on salsa being
"upstream".


live well,
  vagrant

From 28bea34b8130461bf6f13a40d1e101d8cd19914b Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Thu, 5 Nov 2020 18:25:19 +0000
Subject: [PATCH] debian/control: Update Vcs-Git to use the branch with debian
 packaging.

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 27eb6fa5..006c26b7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends-Indep: doxygen,
                      php-cli
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/debian/hdf5
-Vcs-Git: https://salsa.debian.org/debian/hdf5.git
+Vcs-Git: https://salsa.debian.org/debian/hdf5.git -b master
 Homepage: http://hdfgroup.org/HDF5/
 
 Package: libhdf5-200
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

Reply via email to