Your message dated Thu, 5 Nov 2020 20:11:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#973830: hdf5: Vcs-Git does not contain debian packaging
has caused the Debian Bug report #973830,
regarding hdf5: Vcs-Git does not contain debian packaging
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
973830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi,
Vagrant Cascadian a écrit le 05/11/2020 à 19:37 :
> 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".
I've just done that.
Thanks,
_g.
signature.asc
Description: OpenPGP digital signature
--- End Message ---