[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1060115: marked as done (vcswatch: look for changelog in debian/experimental branch)



Your message dated Sat, 06 Jan 2024 22:31:14 +0000
with message-id <6599d4b262eb_59f94c-461@godard.mail>
and subject line Bug#1060115 fixed in qa.debian.org
has caused the Debian Bug report #1060115,
regarding vcswatch: look for changelog in debian/experimental branch
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 owner@bugs.debian.org
immediately.)


-- 
1060115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060115
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: wishlist
Tags: patch
X-Debbugs-Cc: myon@debian.org

Useful for packages only in debian/experimental.

diff --git a/data/vcswatch/vcswatch b/data/vcswatch/vcswatch
index bb20d156..2d8491cc 100755
--- a/data/vcswatch/vcswatch
+++ b/data/vcswatch/vcswatch
@@ -330,7 +330,7 @@ sub process_package ($) {
 	my $changelog;
 	if ($pkg->{vcs} eq 'Git') {
 		# look for changelog in some locations and branches
-		my @branch_list = qw(HEAD debian debian/master debian/sid debian/latest master);
+		my @branch_list = qw(HEAD debian debian/master debian/sid debian/latest debian/experimental master);
 		unshift @branch_list, $branch if ($branch); # $branch = hardcoded -b in url
 		my @clpaths = $pkg->{debian_dir} ? qw(debian/changelog changelog) :
 			qw(changelog debian/changelog);

Thanks for considering!

--- End Message ---
--- Begin Message ---
Hello,

Bug #1060115 in qa.debian.org reported by you has been fixed in the Git repository.
You can see the commit message below and you can check the diff of the fix at:

https://salsa.debian.org/qa/qa/-/commit/a2f442e2580552711d4299ecf4b9983e8f2cc5cb

------------------------------------------------------------------------
vcswatch: look for changelog in debian/experimental branch

Closes: #1060115
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1060115

--- End Message ---

Reply to: