Control: tags -1 patch

I am uploading a NMU to fix this, which also includes the latest
unreleased git changes.
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/changelog 
golang-github-masterminds-vcs-dev-1.12.0/debian/changelog
--- golang-github-masterminds-vcs-dev-1.12.0/debian/changelog   2018-02-10 
14:49:46.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/changelog   2025-09-02 
17:48:58.000000000 +0200
@@ -1,3 +1,20 @@
+golang-github-masterminds-vcs-dev (1.12.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop former test deps bzr, mercurial, subversion (Closes: #1113786)
+
+  [ Michael Stapelberg ]
+  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
+  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
+
+  [ Debian Janitor ]
+  * Bump debhelper from old 11 to 12
+  * Set debhelper-compat version in Build-Depends
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, 
Repository-Browse
+  * Apply multi-arch hints. + golang-github-masterminds-vcs-dev: Add 
Multi-Arch: foreign
+
+ -- Bastian Germann <[email protected]>  Tue, 02 Sep 2025 17:48:58 +0200
+
 golang-github-masterminds-vcs-dev (1.12.0-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/compat 
golang-github-masterminds-vcs-dev-1.12.0/debian/compat
--- golang-github-masterminds-vcs-dev-1.12.0/debian/compat      2018-02-10 
14:49:46.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/compat      1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-11
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/control 
golang-github-masterminds-vcs-dev-1.12.0/debian/control
--- golang-github-masterminds-vcs-dev-1.12.0/debian/control     2018-02-10 
14:49:46.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/control     2025-09-02 
17:43:21.000000000 +0200
@@ -4,13 +4,10 @@
 Maintainer: Debian Go Packaging Team 
<[email protected]>
 Uploaders: ChangZhuo Chen (陳昌倬) <[email protected]>,
            Vincent Bernat <[email protected]>
-Build-Depends: debhelper (>= 11),
-               bzr,
+Build-Depends: debhelper-compat (= 12),
                dh-golang,
                git,
                golang-go,
-               mercurial,
-               subversion,
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://salsa.debian.org/go-team/packages/golang-github-masterminds-vcs-dev
 Vcs-Git: 
https://salsa.debian.org/go-team/packages/golang-github-masterminds-vcs-dev.git
@@ -21,6 +18,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Multi-Arch: foreign
 Description: VCS Repository Management for Go
  Manage repos in varying version control systems with ease through a common
  interface. Supported VCS are Git, SVN, Bazaar, and Mercurial.
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/gitlab-ci.yml 
golang-github-masterminds-vcs-dev-1.12.0/debian/gitlab-ci.yml
--- golang-github-masterminds-vcs-dev-1.12.0/debian/gitlab-ci.yml       
1970-01-01 01:00:00.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/gitlab-ci.yml       
2025-09-02 17:42:49.000000000 +0200
@@ -0,0 +1,6 @@
+# auto-generated, DO NOT MODIFY.
+# The authoritative copy of this file lives at:
+# 
https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
+---
+include:
+  - 
https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/upstream/metadata 
golang-github-masterminds-vcs-dev-1.12.0/debian/upstream/metadata
--- golang-github-masterminds-vcs-dev-1.12.0/debian/upstream/metadata   
1970-01-01 01:00:00.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/upstream/metadata   
2025-09-02 17:42:49.000000000 +0200
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/Masterminds/vcs/issues
+Bug-Submit: https://github.com/Masterminds/vcs/issues/new
+Repository: https://github.com/Masterminds/vcs.git
+Repository-Browse: https://github.com/Masterminds/vcs
diff -Nru golang-github-masterminds-vcs-dev-1.12.0/debian/watch 
golang-github-masterminds-vcs-dev-1.12.0/debian/watch
--- golang-github-masterminds-vcs-dev-1.12.0/debian/watch       2018-02-10 
14:49:46.000000000 +0100
+++ golang-github-masterminds-vcs-dev-1.12.0/debian/watch       2025-09-02 
17:42:49.000000000 +0200
@@ -1,3 +1,4 @@
-# You must remove unused comment lines for the released package.
-version=3
-https://github.com/Masterminds/vcs/releases .*/v?([\d\.]*)\.tar.gz
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
+      
uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/"
+  https://github.com/Masterminds/vcs/tags .*/v?(\d\S*)\.tar\.gz debian

Reply via email to