Source: ucf
Version: 3.0037
Tags: patch

I had some problems cloning the ucf git repository:

,----
| $ LANG=C debcheckout ucf
| declared git repository at 
https://anonscm.debian.org/users/srivasta/debian/ucf.git
| git clone https://anonscm.debian.org/users/srivasta/debian/ucf.git ucf ...
| Cloning into 'ucf'...
| fatal: repository 'https://anonscm.debian.org/users/srivasta/debian/ucf.git/' 
not found
| checkout failed (the command above returned a non-zero exit code)
`----

Fortunately the Vcs-Browser URL still works, but it is suboptimal
because accessing the individual commits via gitweb is not possible,
clicking on the commit links leads to "Bad object id:" errors.

Patch attached, although you probably want to move over to salsa in the
near future.

>From 05600ccf4df76b12dd45b738c339b786b0210ee3 Mon Sep 17 00:00:00 2001
From: Sven Joachim <svenj...@gmx.de>
Date: Sat, 17 Feb 2018 09:17:26 +0100
Subject: [PATCH] Fix the Vcs-{Git, Browser} URLs

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d1dfd7d..4d1483f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: ucf
-VCS-Git: https://anonscm.debian.org/users/srivasta/debian/ucf.git
-VCS-Browser: https://anonscm.debian.org/gitweb/?p=users/srivasta/debian/ucf.git
+Vcs-Git: https://anonscm.debian.org/git/users/srivasta/debian/ucf.git
+Vcs-Browser: https://anonscm.debian.org/git/users/srivasta/debian/ucf.git
 Section: utils
 Priority: standard
 Maintainer: Manoj Srivastava <sriva...@debian.org>
-- 
2.16.1

Reply via email to