Your message dated Sat, 20 Feb 2021 18:42:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#983137: ypserv: Vcs-Git does not specify branch with
debian packaging
has caused the Debian Bug report #983137,
regarding ypserv: Vcs-Git does not specify branch with 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.)
--
983137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983137
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ypserv
Severity: minor
The Vcs-Git header in debian/control does not specify the branch
containing debian packaging. This makes tools like debcheckout unable to
work out-of-the-box to check out the packaging for ypserv.
This could be fixed by setting the default branch in salsa to "master"
or alternately updating Vcs-Git to specify the "master" branch.
Patch attached to update Vcs-Git in debian/control, though I think
fixing it in salsa would be better as it would not require a sourceful
upload.
Thanks for maintaining ypserv!
live well,
vagrant
From f05a5a48d0bdccf773b493cdefed3389a7aa4235 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Fri, 19 Feb 2021 21:55:28 +0000
Subject: [PATCH] debian/control: Vcs-Git: Specify branch with debian packaging
files.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1209855..26d9a2d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (=13)
Standards-Version: 4.5.1
Homepage: http://www.linux-nis.org/
Vcs-Browser: https://salsa.debian.org/debian-nis-team/ypserv
-Vcs-Git: https://salsa.debian.org/debian-nis-team/ypserv.git
+Vcs-Git: https://salsa.debian.org/debian-nis-team/ypserv.git -b master
Package: ypserv
Section: net
--
2.20.1
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Thanks, set right default branch for all yp* stuff on salsa.ḋ.o.
On Fri, Feb 19, 2021 at 02:03:07PM -0800, Vagrant Cascadian wrote:
Package: ypserv
Severity: minor
The Vcs-Git header in debian/control does not specify the branch
containing debian packaging. This makes tools like debcheckout unable to
work out-of-the-box to check out the packaging for ypserv.
This could be fixed by setting the default branch in salsa to "master"
or alternately updating Vcs-Git to specify the "master" branch.
Patch attached to update Vcs-Git in debian/control, though I think
fixing it in salsa would be better as it would not require a sourceful
upload.
Thanks for maintaining ypserv!
live well,
vagrant
From f05a5a48d0bdccf773b493cdefed3389a7aa4235 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Fri, 19 Feb 2021 21:55:28 +0000
Subject: [PATCH] debian/control: Vcs-Git: Specify branch with debian packaging
files.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1209855..26d9a2d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (=13)
Standards-Version: 4.5.1
Homepage: http://www.linux-nis.org/
Vcs-Browser: https://salsa.debian.org/debian-nis-team/ypserv
-Vcs-Git: https://salsa.debian.org/debian-nis-team/ypserv.git
+Vcs-Git: https://salsa.debian.org/debian-nis-team/ypserv.git -b master
Package: ypserv
Section: net
--
2.20.1
--
Francesco P. Lovergine
--- End Message ---